summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWS for PHP 7.1.22PHP-7.1.22Sara Golemon2018-09-111-1/+1
* Preflight 7.1.22Sara Golemon2018-09-111-1/+1
* NEWS for 76582Sara Golemon2018-09-101-1/+4
* Fix for bug #76582Stanislav Malyshev2018-09-101-0/+1
* Update NEWS for PHP 7.1.22RC1Sara Golemon2018-08-291-1/+1
* Rollback tagging of 7.1.22, this is 7.1.22RC1Sara Golemon2018-08-291-1/+1
* Update NEWS for PHP 7.1.22Sara Golemon2018-08-291-1/+1
* Fix #68180: iconv_mime_decode can return extra characters in a headerChristoph M. Becker2018-08-263-2/+20
* Fix #60494: iconv_mime_decode does ignore special charactersChristoph M. Becker2018-08-253-1/+28
* Fix #63839: iconv_mime_decode_headers function is skipping headersChristoph M. Becker2018-08-253-0/+90
* Fix #55146: iconv_mime_decode_headers() skips some headersChristoph M. Becker2018-08-253-0/+42
* mkdist.php: recursively check dll dependenciesDylan K. Taylor2018-08-231-5/+5
* Simplify regression testChristoph M. Becker2018-08-231-17/+9
* Fix #68825: Exception in DirectoryIterator::getLinkTarget()Christoph M. Becker2018-08-223-0/+29
* Increase memory_limit to prevent test failuresChristoph M. Becker2018-08-221-1/+1
* Fix #76778: array_reduce leaks memory if callback throws exceptionChristoph M. Becker2018-08-223-0/+31
* Fixed bug #76777 and added testVille Hukkamaki2018-08-223-2/+49
* Fix bug #76705 (unusable ssl => peer_fingerprint in stream_context_create())Jakub Zelenka2018-08-194-2/+101
* Add regression test for bug #68175Christoph M. Becker2018-08-182-0/+22
* Fix #68175: RegexIterator pregFlags are NULL instead of 0Tim Siebels2018-08-181-1/+1
* Update binary SDK version for AppVeyorAnatol Belski2018-08-171-1/+1
* Fixed bug #76754 (parent private constant in extends class memory leak)Xinchen Hui2018-08-173-1/+21
* Merge branch 'PHP-7.1' of git.php.net:/php-src into PHP-7.1Xinchen Hui2018-08-161-1/+1
|\
| * fix man page installationRemi Collet2018-08-161-1/+1
* | Fixed bug #76747 (Opcache treats path containing "test.pharma.tld" as a phar ...Xinchen Hui2018-08-162-8/+13
|/
* Fix arginfo for bzcompressTyson Andre2018-08-132-1/+4
* Update NEWS [ci skip]Anatol Belski2018-08-131-0/+4
* Fixed bug #74484 MessageFormatter::formatMessage memory corruptionAnatol Belski2018-08-092-0/+52
* [ci skip] Update NEWSPeter Kokot2018-08-061-0/+1
* Fix bug #76709: Minimal required zlib library is 1.2.0.4Peter Kokot2018-08-061-3/+3
* [ci skip] Update NEWSPeter Kokot2018-08-061-0/+4
* Fix bug #65988: Zlib version check failsJay Bonci2018-08-061-1/+1
* [ci skip] Update NEWSPeter Kokot2018-08-061-0/+3
* Fix bug #72443: Generate enabled extensionPeter Kokot2018-08-061-3/+3
* [ci skip] Update NEWSPeter Kokot2018-08-051-0/+3
* Fixed incorrect restoring of LDFLAGSsji2018-08-051-4/+3
* [ci skip] Update NEWSPeter Kokot2018-08-041-4/+4
* Fix #76704: mb_detect_order return value varies based on argument typeChristoph M. Becker2018-08-043-5/+24
* [ci skip] Update NEWSPeter Kokot2018-08-041-0/+4
* Fix bug 76595: Update phpdbg man pageKevin Abel2018-08-045-63/+157
* Improve cleanupAnatol Belski2018-08-031-1/+5
* Fix callbacksAnatol Belski2018-08-024-11/+8
* bump versionJoe Watkins2018-07-313-5/+8
* Update NEWS [ci skip]Anatol Belski2018-07-301-0/+4
* Fixed bug #75402 Possible Memory Leak using PDO::CURSOR_SCROLL optionAnatol Belski2018-07-302-0/+119
* Fix #76665: SQLite3Stmt::bindValue() with SQLITE3_FLOAT doesn't juggleChristoph M. Becker2018-07-263-1/+24
* Fix #76643: Segmentation fault when using `output_add_rewrite_var`Christoph M. Becker2018-07-244-44/+60
* Fixed bug #68553 (array_column: null values in $index_key become incrementing...Xinchen Hui2018-07-243-10/+100
* Fixed pefree_size (efree_size will be expaned to do {} while () form)Xinchen Hui2018-07-231-1/+8
* Fix #52974: jewish.c: compile error under Windows with GBK charsetChristoph M. Becker2018-07-223-25/+82