1
0
mirror of https://github.com/php/php-src.git synced 2026-04-30 03:33:17 +02:00
Files
archived-php-src/ext
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
..
2019-12-16 10:32:49 -08:00
2020-01-11 06:15:32 +14:00
2020-04-24 12:31:30 +01:00
2020-03-02 15:03:45 +01:00
2020-06-23 15:57:24 +02:00
2019-04-06 19:06:16 -07:00
2018-12-03 00:42:55 -08:00
2020-02-03 13:03:54 +01:00
2019-04-23 12:43:32 +02:00
2019-08-20 13:58:22 +02:00
2019-02-20 11:11:06 +11:00
2020-04-23 17:35:09 +02:00
2019-04-06 01:27:58 +02:00
2019-04-10 13:06:55 +02:00
2020-06-19 17:31:28 +02:00
2020-02-28 17:06:05 +01:00
2019-01-02 11:21:25 +01:00
2019-10-01 11:15:12 +02:00
2020-02-16 22:40:25 -08:00
2020-06-19 10:46:26 +02:00
2018-10-23 14:57:03 +02:00
2018-12-09 19:15:11 +01:00
2019-01-07 01:04:16 -08:00
2018-10-30 18:53:03 +01:00
2018-11-01 18:35:32 +02:00