php-src/ext/ftp
Christoph M. Becker e94126aac7 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.
2020-06-23 15:57:24 +02:00
..
tests Merge branch 'PHP-7.2' into PHP-7.3 2019-03-25 17:45:03 +01:00
config.m4 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
config.w32 Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
CREDITS
ftp.c Fix #55857: ftp_size on large files 2020-06-23 15:57:24 +02:00
ftp.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_ftp.c Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00
php_ftp.h Remove unused Git attributes ident 2018-07-25 00:53:25 +02:00