summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Check for object_init_ex() failure in user filter factoryNikita Popov2019-10-072-3/+25
* Fix #78620: Out of memory errorChristoph M. Becker2019-10-042-0/+20
* Fix #76859 stream_get_line skips data if used with data-generating filterKonstantin Kopachev2019-10-032-0/+36
* Add missing skip keyword in testsFabien Villepinte2019-10-011-1/+1
* Fixed bug #78612Nikita Popov2019-09-302-0/+19
* Fix skipif conditionNikita Popov2019-09-231-1/+1
* Skip test on 32-bitNikita Popov2019-09-231-0/+2
* Fix signed integer overflow in SplObjectStorage unserializationNikita Popov2019-09-231-0/+15
* Increase timeout in testNikita Popov2019-09-171-3/+5
* Fix #76342: file_get_contents waits twice specified timeoutfancyweb2019-09-173-8/+72
* Fix leak in SplObjectStorage unserializationNikita Popov2019-09-161-0/+16
* Stick with zend_long for ABI compatibilityChristoph M. Becker2019-09-151-1/+1
* Fix #78535: auto_detect_line_endings value not parsed as boolbugreportuser2019-09-144-2/+54
* Fix overflow in memory limit checksNikita Popov2019-08-261-0/+18
* Fix #78220: Can't access OneDrive folderChristoph M. Becker2019-08-191-0/+16
* Fix bug #78326Albert Casademont2019-07-292-0/+28
* Fixed bug #69100Nikita Popov2019-07-171-0/+24
* Fix #78269 password_hash uses weak options for argon2Remi Collet2019-07-152-7/+5
* Fix #78241: touch() does not handle dates after 2038 in PHP 64-bitChristoph M. Becker2019-07-031-0/+33
* Remove stream_socket_sendto.phptNikita Popov2019-06-261-58/+0
* fix setcookie Max-Age to use php_timeJoe Watkins2019-06-191-1/+1
* Fix #77937: preg_match failedChristoph M. Becker2019-06-112-0/+46
* Fixed bug #77135 (Extract with EXTR_SKIP should skip $this)Dmitry Stogov2019-06-072-42/+127
* use {TMP} placeholder in phpt testsHolly Li (WIPRO LIMITED)2019-05-212-2/+2
* Fix #77940: test using outdated mon_thousands_sep for SwedishChristoph M. Becker2019-04-251-1/+1
* Fix #77940: test using outdated mon_thousands_sep for SwedishChristoph M. Becker2019-04-251-1/+5
* Fix #77940: test using outdated mon_thousands_sep for SwedishChristoph M. Becker2019-04-251-1/+1
* Fix #77938: socket_get_option errorChristoph M. Becker2019-04-251-0/+3
* Preserve keys in emulate_read_fd_set()twosee2019-04-082-4/+43
* Fixed bug #77853Nikita Popov2019-04-083-4/+22
* Fixed bug #77844Nikita Popov2019-04-081-0/+19
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-04-061-2/+2
|\
| * Always use ZEND_SECURE_ZERO() when cleaning up dataStanislav Malyshev2019-04-062-3/+3
* | Fix test expectationChristoph M. Becker2019-03-291-1/+1
* | Fix bug #77680: Correctly implement recursive mkdir on FTP streamVlad Temian2019-03-252-25/+60
* | ensure pcre.jit=1 for these testsRemi Collet2019-03-221-0/+6
* | Fix tests after fix for #76717Remi Collet2019-03-204-0/+1304
* | Fixed bug #77765Vlad Temian2019-03-192-1/+23
* | Fixed bug #76717Nikita Popov2019-03-112-0/+21
* | Fixed bug #77669Nikita Popov2019-02-282-13/+46
* | Fixed bug #77664 (Segmentation fault when using undefined constant in custom ...Xinchen Hui2019-02-251-0/+19
* | Fixed bug #75546DanielCiochiu2019-02-121-7/+4
* | Fixed bug #77608Nikita Popov2019-02-122-9/+11
* | Fix #77552: Uninitialized buffer in stat functionsjohnstevenson2019-02-111-0/+32
* | Fix seeking in php://inputLauri Kenttä2019-01-181-1/+1
* | Fixed bug #77439Nikita Popov2019-01-101-0/+14
* | Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-01-061-0/+7
|\ \ | |/
| * Fix #77369 - memcpy with negative length via crafted DNS responseStanislav Malyshev2019-01-061-0/+7
* | Fixed bug #77395 (segfault about array_multisort)Xinchen Hui2019-01-022-4/+21
* | Increase timeout for test on AppVeyorAnatol Belski2018-12-291-1/+1