summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS for PHP 7.2.24PHP-7.2.24Remi Collet2019-10-221-1/+1
* add NEWS entry for CVE-2019-11043Remi Collet2019-10-221-2/+4
* Merge branch 'PHP-7.1' into PHP-7.2Stanislav Malyshev2019-10-223-4/+72
* Update NEWS for 7.2.24Remi Collet2019-10-081-0/+3
* Update CREDITS for PHP 7.2.24RC1Remi Collet2019-10-082-11/+11
* Update NEWS for PHP 7.2.24RC1Remi Collet2019-10-081-1/+1
* Fix #78641: addGlob can modify given remove_path valueChristoph M. Becker2019-10-083-2/+37
* Check for object_init_ex() failure in user filter factoryNikita Popov2019-10-072-3/+25
* Set session.gc_probability=0 in bug78624.phptNikita Popov2019-10-071-0/+1
* Fix #78623: Regression caused by "SP call yields additional empty result set"Christoph M. Becker2019-10-075-2/+12
* Split intl tests for ICU 65Christoph M. Becker2019-10-044-0/+1559
* Fix #78620: Out of memory errorChristoph M. Becker2019-10-044-2/+28
* fix #78624: session_gc return value for user defined session handlersBrent Shaffer2019-10-044-7/+85
* Fix bug #76809 (SSL settings aren't respected when persistent connection is r...Fábio Souto2019-10-032-4/+57
* Fix #76859 stream_get_line skips data if used with data-generating filterKonstantin Kopachev2019-10-035-6/+38
* Revert "Fix #78620: Out of memory error"Christoph M. Becker2019-10-022-6/+0
* Fix #78620: Out of memory errorChristoph M. Becker2019-10-022-0/+6
* Fix segfault with __COMPILER_HALT_OFFSET__ and trailing {}Nikita Popov2019-10-022-0/+11
* Fixed test that "fails" from time to timeDmitry Stogov2019-10-021-1/+1
* Fixed test that "fails" from time to timeDmitry Stogov2019-10-021-1/+1
* Add missing skip keyword in testsFabien Villepinte2019-10-016-6/+6
* Fixed bug #78612Nikita Popov2019-09-303-0/+21
* Fix #78609: mb_check_encoding() no longer supports stringable objectsChristoph M. Becker2019-09-303-20/+30
* Fix build for libzip < 0.11.2Christoph M. Becker2019-09-291-0/+2
* Fix SKIPIF in ext/mysqliFabien Villepinte2019-09-2711-20/+20
* Fix skipif.incChristoph M. Becker2019-09-271-1/+1
* Fix memory leak with ** on array operandsNikita Popov2019-09-262-0/+26
* Fix null-pointer deref in if stmt printingNikita Popov2019-09-262-1/+5
* Fix hash key length in umsg_parse_format()Jinesh Patel2019-09-251-3/+3
* Fix NEWS entryChristoph M. Becker2019-09-231-4/+4
* 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-232-0/+18
* Fix test to be skipped if dom is not availableChristoph M. Becker2019-09-221-0/+1
* Fix leak of temporary buffer during exif tag readingNikita Popov2019-09-223-0/+12
* Fix multiple leaks in exif_read_data()Nikita Popov2019-09-213-5/+15
* Fix length of key passed to zend_hash_str_find_ptrJinesh Patel2019-09-211-2/+2
* Fix #78579: mb_decode_numericentity: args number inconsistencyChristoph M. Becker2019-09-212-0/+5
* Fix out-of-bounds read in exif tag readingNikita Popov2019-09-194-0/+37
* Fix iterable return type optimizationNikita Popov2019-09-192-1/+19
* Fix exif leak on duplicate copyright tagsNikita Popov2019-09-193-0/+16
* Fix typoCJDennis2019-09-191-1/+1
* Increase timeout in testNikita Popov2019-09-171-3/+5
* Fix #76342: file_get_contents waits twice specified timeoutfancyweb2019-09-174-8/+76
* Add tilde to allowed status/ping pathDrakano2019-09-171-4/+4
* Fix opcache return type for get_headers in zend_func_infoTyson Andre2019-09-171-1/+1
* Fixed bug #78545Nikita Popov2019-09-161-2/+2
* Fix leak in SplObjectStorage unserializationNikita Popov2019-09-162-0/+18
* 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-145-2/+58