diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2021-01-28 17:00:16 +0100 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2021-02-01 12:57:40 +0100 |
commit | 7e9479083d6dc6d84c393a96eb718bccc0185b9b (patch) | |
tree | 347d95e6e17c13182e82277e56be7957376bdc60 /sapi/cli/php_cli_server.c | |
parent | 217b9e7b41ffa009ea8047ba4868913bf55b1b32 (diff) | |
download | php-git-7e9479083d6dc6d84c393a96eb718bccc0185b9b.tar.gz |
Fix #80654: file_get_contents() maxlen fails above (2**31)-1 bytes
We remove the arbitrary restriction to `INT_MAX`; it is superfluous on
32bit systems where `ZEND_LONG_MAX == INT_MAX` anyway, and not useful
on 64bit systems, where larger files should be readable, if the
`memory_limit` is large enough.
Closes GH-6648.
Diffstat (limited to 'sapi/cli/php_cli_server.c')
0 files changed, 0 insertions, 0 deletions