diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2016-10-17 16:58:49 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2016-10-17 23:34:41 +0200 |
commit | 86e603a664afdc3a12ead0eaca5d37fa8a379381 (patch) | |
tree | feea44fc88e7ba7aa6b5273d9bd81f0632709e2a /sapi/phpdbg/phpdbg_parser.c | |
parent | e1f5b6d8dfe1543205d5b45d3dcf1d34f5e2e420 (diff) | |
download | php-git-86e603a664afdc3a12ead0eaca5d37fa8a379381.tar.gz |
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>.
Diffstat (limited to 'sapi/phpdbg/phpdbg_parser.c')
0 files changed, 0 insertions, 0 deletions