summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-07-12 23:52:22 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-07-12 23:52:22 +0200
commitc9639cffdb9752e537518086fee545dd5aeffe04 (patch)
tree633c0f7e3579230ed87728d89ec95d746ccfbf5b /build
parentb6e70e14bd30468f934dde324443665bd6a003a0 (diff)
downloadphp-git-c9639cffdb9752e537518086fee545dd5aeffe04.tar.gz
Fix PDO_Firebird numeric to string conversion on Windows
Commit aaa1f90[1] dropped support for the `snprinf()` `I` modifier, so we use the standard `ll` modifier which is suitable for 32bit and 64bit Windows. We also replace the deprecated `I64` suffix[2] with the `LL` suffix. This fixes ext/pdo_firebird/tests/bug_64037.phpt. [1] <http://git.php.net/?p=php-src.git;a=commit;h=aaa1f90e3f90c24098fa55a7b868fdca0b89ee25> [2] <https://docs.microsoft.com/en-us/cpp/cpp/numeric-boolean-and-pointer-literals-cpp?view=vs-2019#integer-literals>
Diffstat (limited to 'build')
0 files changed, 0 insertions, 0 deletions