diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2020-06-23 15:17:31 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2020-06-23 15:57:24 +0200 |
commit | e94126aac74a80749c7bcf00f5faa9ad9542c94b (patch) | |
tree | 9e823480cbabfbf653cf712c9e1edf90978a118a /ext/pcre/pcre2lib/pcre2_tables.c | |
parent | 91982bad639d49dbe5ab5d80721df0b030450aac (diff) | |
download | php-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