summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix #78876: Long variables cause OOM and temp files are not cleanedphp-7.3.18PHP-7.3.18Christoph M. Becker2020-05-122-3/+5
* Fix #78875: Long filenames cause OOM and temp files are not cleanedChristoph M. Becker2020-05-122-2/+5
* Bump versionChristoph M. Becker2020-05-124-11/+9
* Fix #79528: Different object of the same xml between 7.4.5 and 7.4.4Christoph M. Becker2020-05-016-108/+13
* Prepare for 7.3.18RC1php-7.3.18RC1Christoph M. Becker2020-04-284-9/+7
* Bump versionChristoph M. Becker2020-04-284-6/+8
* Fix #79470: PHP incompatible with 3rd party file system on demandChristoph M. Becker2020-04-272-1/+15
* Updated to version 2020.1 (2020a)Derick Rethans2020-04-241-792/+830
* Add additional preg_match test caseGraham Campbell2020-04-231-0/+35
* Fix #79503: Memory leak on duplicate metadataChristoph M. Becker2020-04-224-0/+27
* Fix #79491: Search for .user.ini extends up to root dirChristoph M. Becker2020-04-202-3/+6
* Apply doc root fix for FPMNikita Popov2020-04-201-3/+3
* Fix #79497: Fix php_openssl_subtract_timeval()Joe Cai2020-04-202-2/+6
* zend_timeout() may access EX(opline)Dmitry Stogov2020-04-172-2/+2
* Fix MySQL local infile / attr handling on big endian systemsguirish2020-04-164-12/+12
* Fixed bug #79477Nikita Popov2020-04-153-1/+22
* Add missing CVEChristoph M. Becker2020-04-141-1/+1
* Merge branch 'PHP-7.2' into PHP-7.3Sara Golemon2020-04-140-0/+0
|\
| * Fixed bug #79468dinosaur2020-04-143-0/+29
| * NEWSSara Golemon2020-04-141-0/+3
* | Don't leak peername if accept failsNikita Popov2020-04-141-0/+3
* | Fix test casesChristoph M. Becker2020-04-142-2/+2
* | Fixed bug #79468dinosaur2020-04-143-0/+31
* | Add NEWS entries [ci skip]Christoph M. Becker2020-04-141-0/+2
* | Merge branch 'PHP-7.2' into PHP-7.3Stanislav Malyshev2020-04-132-2/+11
|\ \ | |/
| * 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 memory leak introduced by fixing bug #78221Christoph M. Becker2020-04-081-2/+9
* | Revert "Went to fast and forgot to update tests"George Peter Banyard2020-04-073-16/+32
* | Revert "Fix Bug #79448 0 is a valid Unicode codepoint, but mb_substitute_char...George Peter Banyard2020-04-072-12/+1
* | Fix #78221: DOMNode::normalize() doesn't remove empty text nodesChristoph M. Becker2020-04-073-0/+29
* | Went to fast and forgot to update testsGeorge Peter Banyard2020-04-033-32/+16
* | Fix Bug #79448 0 is a valid Unicode codepoint, but mb_substitute_character(0)...George Peter Banyard2020-04-032-1/+12
* | Fix incorrect free for last_messageQianqian Bu2020-04-031-1/+1
* | Fixed bug #79434Nikita Popov2020-04-023-14/+26
* | Fix literal compaction collision between string and doubleNikita Popov2020-04-012-3/+8
* | Add NEWS entryc [ci skip]Christoph M. Becker2020-04-011-0/+4
* | Fix bug 79441George Peter Banyard2020-04-013-4/+17
* | Next is 7.3.18Christoph M. Becker2020-03-314-6/+8
* | Fix #79413: session_create_id() fails for active sessionsChristoph M. Becker2020-03-314-3/+21
* | Fix #79427: Integer Overflow in shmop_open()Christoph M. Becker2020-03-302-0/+8
* | Fix #79424 ext/zip: don't use gl_pathc after call to globfreeMax Rees2020-03-292-1/+4
* | Add missing 'skip' to bug79332.phpt skip messageLukas Berger2020-03-261-1/+1
* | Fixed bug #79412 (Opcache chokes and uses 100% CPU on specific script).Dmitry Stogov2020-03-253-3/+45
* | Fix bug #79410 (system() swallows last chunk if it is exactly 4095 bytes with...Christian Schneider2020-03-253-0/+21
* | Add test fileNikita Popov2020-03-231-0/+19
* | Handle NULL caller_call_oplineNikita Popov2020-03-234-6/+16
* | Fix test for WindowsChristoph M. Becker2020-03-231-1/+1
* | Fix #79200: Some iconv functions cut Windows-1258Christoph M. Becker2020-03-233-38/+68
* | Fix #79393: Null coalescing operator failing with SplFixedArrayChristoph M. Becker2020-03-233-13/+31