php-src/ext/sqlite3
Christoph M. Becker 86e603a664 Fix #73333: 2147483647 is fetched as string
We return all integers that can be represented as such by PHP as
integers, and only those that exceed the possible range as strings.
On builds which represent integers with 64 bits, the range check is
unnecessary and might cause code checkers to complain, so we skip this
special casing via the preprocessor according to
<http://git.php.net/?p=php-src.git;a=commit;h=99d087e5>.
2016-10-17 23:34:41 +02:00
..
libsqlite Upgrade bundled sqlite to 3.8.10.2 2015-06-08 22:29:10 +03:00
tests Fix #73333: 2147483647 is fetched as string 2016-10-17 23:34:41 +02:00
config.w32 let the libsqlite3 symbols be exported in dll 2013-09-17 13:05:44 +02:00
config0.m4 Fix long-standing visual pain point: the misalignment of './configure help' text. 2013-08-06 11:06:09 -07:00
CREDITS Good patch from Brad Dewar that adds missing createCollation() 2012-01-29 03:57:29 +00:00
php_sqlite3.h Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
php_sqlite3_structs.h Happy new year (Update copyright to 2016) 2016-01-01 19:21:47 +02:00
sqlite3.c Fix #73333: 2147483647 is fetched as string 2016-10-17 23:34:41 +02:00