summaryrefslogtreecommitdiff
path: root/ext/standard
Commit message (Expand)AuthorAgeFilesLines
* Update CREDITS for PHP 7.2.30Sara Golemon2020-04-142-11/+11
* Fixed bug #79468dinosaur2020-04-141-0/+21
* Fix bug #79465 - use unsigneds as indexes.Stanislav Malyshev2020-04-131-2/+2
* Fix bug #79330 - make all execution modes consistent in rejecting \0Stanislav Malyshev2020-04-131-0/+9
* Fix bug #79329 - get_headers should not accept \0Stanislav Malyshev2020-03-151-1/+1
* More checks for php_strip_tags_exStanislav Malyshev2020-01-221-2/+2
* Fix #79099: OOB read in php_strip_tags_exStanislav Malyshev2020-01-202-3/+35
* Fix #78862: link() silently truncates after a null byte on WindowsChristoph M. Becker2019-12-162-1/+18
* Fix #78814: strip_tags allows / in tag name => whitelist bypassChristoph M. Becker2019-12-022-1/+9
* Fix #78833: Integer overflow in pack causes out-of-bound accessChristoph M. Becker2019-12-022-1/+13
* Remove outdated comments in testNikita Popov2019-11-071-3/+3
* Fixed bug #78759Nikita Popov2019-11-072-4/+19
* 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