php-src/ext/pdo_firebird
Christoph M. Becker c9639cffdb 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>
2020-07-12 23:52:22 +02:00
..
tests Fix PDO_Firebird tests which assume ERRMODE_SILENT 2020-07-12 18:15:56 +02:00
config.m4 Add AS_HELP_STRING to *nix build configure options 2019-03-07 20:36:59 +01:00
config.w32 Trim trailing whitespace in source code files 2018-10-13 14:17:28 +02:00
CREDITS Cleanup $ is not needed for git 2014-04-10 17:42:32 +03:00
firebird_driver.c Fix [-Wundef] warning in PDO Firebird extension 2020-05-20 16:29:52 +02:00
firebird_statement.c Merge branch 'PHP-7.4' 2020-02-03 13:42:08 +01:00
pdo_firebird.c Remove proto comments from C files 2020-07-06 21:13:34 +02:00
php_pdo_firebird_int.h Fix PDO_Firebird numeric to string conversion on Windows 2020-07-12 23:52:22 +02:00
php_pdo_firebird.h Remove mention of PHP major version in Copyright headers 2019-09-25 14:51:43 +02:00