summaryrefslogtreecommitdiff
path: root/ext/pcre/pcre2lib/pcre2_tables.c
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2020-06-23 15:17:31 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2020-06-23 15:57:24 +0200
commite94126aac74a80749c7bcf00f5faa9ad9542c94b (patch)
tree9e823480cbabfbf653cf712c9e1edf90978a118a /ext/pcre/pcre2lib/pcre2_tables.c
parent91982bad639d49dbe5ab5d80721df0b030450aac (diff)
downloadphp-git-e94126aac74a80749c7bcf00f5faa9ad9542c94b.tar.gz
Fix #55857: ftp_size on large files
`atol()` returns a `long` which is not the same as `zend_long` on LLP64; we use `ZEND_ATOL()` instead. There is no need for a new test case, since filesize_large.phpt already tests for that behavior; unfortunately, the FTP test suite relies on `pcntl_fork()` and therefore cannot be run on Windows.
Diffstat (limited to 'ext/pcre/pcre2lib/pcre2_tables.c')
0 files changed, 0 insertions, 0 deletions