summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update NEWSPHP-7.4.3Derick Rethans2020-02-181-7/+12
* Fix # 79171: heap-buffer-overflow in phar_extract_fileChristoph M. Becker2020-02-181-1/+1
* Fix bug #79221 - Null Pointer Dereference in PHP Session Upload ProgressStanislav Malyshev2020-02-182-4/+51
* Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-acc...Stanislav Malyshev2020-02-184-0/+65
* Fix #79247: Garbage collecting variant objects segfaultsChristoph M. Becker2020-02-133-1/+27
* Update NEWS for PHP 7.4.3RC1Derick Rethans2020-02-041-1/+1
* Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-043-12/+13
|\
| * Fix #78090: bug45161.phpt takes forever to finishChristoph M. Becker2020-02-043-12/+13
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-036-21/+77
|\ \ | |/
| * Fix #79191: Error in SoapClient ctor disables DOMDocument::save()Christoph M. Becker2020-02-036-21/+77
* | Apply tidy formattingNikita Popov2020-02-0347-7449/+7449
* | Add tidy.php to enforce formattingNikita Popov2020-02-031-0/+145
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-031-2/+2
|\ \ | |/
| * Relax test expectationChristoph M. Becker2020-02-031-2/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-02-033-15/+36
|\ \ | |/
| * Fix #79212: NumberFormatter::format() may detect wrong typeChristoph M. Becker2020-02-033-15/+36
* | add testRemi Collet2020-02-032-0/+30
* | NEWSRemi Collet2020-02-031-3/+5
* | Fixed bug #73119 Wrong return for ZipArchive::addEmptyDir MethodRemi Collet2020-02-032-3/+7
* | Add WHITESPACE_SENSITIVE run-tests sectionNikita Popov2020-02-033-1/+3
* | Disable parallelism for FPM testsNikita Popov2020-02-031-1/+3
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-316-13/+81
|\ \ | |/
| * Fix bug #76047Nikita Popov2020-01-315-12/+81
* | Fixed bug #79094 (Crashing when running recursion function)Dmitry Stogov2020-01-313-6/+39
* | fix cross compilation failure due to size_t typecast in definePascal de Bruijn2020-01-301-2/+2
* | Fixed bug #79193Nikita Popov2020-01-303-0/+27
* | Fix live range calculation for FE_FETCHNikita Popov2020-01-302-1/+23
* | Fix DatePeriod property handling with indirect modificationNikita Popov2020-01-302-4/+17
* | Merge branch 'PHP-7.3' into PHP-7.4Christoph M. Becker2020-01-303-1/+55
|\ \ | |/
| * Fix #70078: XSL callbacks with nodes as parameter leak memoryChristoph M. Becker2020-01-303-1/+55
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-302-0/+13
|\ \ | |/
| * Fix leak in DateTimeImmutable::modify()Nikita Popov2020-01-302-0/+13
* | Fix copying of functions in variance obligationsNikita Popov2020-01-302-2/+23
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-301-0/+2
|\ \ | |/
| * Add SKIPIF to test requiring mbregexNikita Popov2020-01-301-0/+2
* | Reset trampoline on executor startupNikita Popov2020-01-301-0/+1
* | Fix UAF in is_callable() and allocated trampolineNikita Popov2020-01-302-7/+28
* | Fix shift ub in mbstringNikita Popov2020-01-302-8/+8
* | Restore digit check in mb_decode_numericentity()Nikita Popov2020-01-302-1/+3
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-292-4/+9
|\ \ | |/
| * Fix mb_ord() crash if internal encoding not supportedNikita Popov2020-01-292-4/+9
* | Better overflow check for entity decodingNikita Popov2020-01-292-3/+6
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-291-0/+1
|\ \ | |/
| * Reset MBREX(search_re) in RSHUTDOWNNikita Popov2020-01-291-0/+1
* | zip: more constantsRemi Collet2020-01-292-1/+26
* | Backport 7d2ef3d2e540885dec26d91dad061bff1621ad07 into 7.4Anatol Belski2020-01-291-1/+2
* | Merge branch 'PHP-7.3' into PHP-7.4Nikita Popov2020-01-292-3/+22
|\ \ | |/
| * Fix use of mb_ereg_search_getregs() after invalid patternNikita Popov2020-01-292-3/+22
* | Fix length inconsistency in mb_convert_encodingNikita Popov2020-01-292-1/+5
* | Fix recovery of large entities in mb_decode_numericentity()Nikita Popov2020-01-292-6/+10