summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Add upgrading node regarding fix for bug #79271Christoph M. Becker2020-02-271-0/+6
* | Fixed incorrect behavior of internal memory debuggerDmitry Stogov2020-02-271-0/+1
* | Fix #64032: mysqli reports different client_versionChristoph M. Becker2020-02-272-1/+4
* | Fix #63206: Fully support error/exception_handler stacking, even with null or...Mark Plomer2020-02-255-5/+90
* | Don't treat any WS as start of headerNikita Popov2020-02-242-3/+40
* | Reduce code duplication in HTTP header checksNikita Popov2020-02-241-62/+25
* | Fixes #79265: Improper injection of Host header when using fopen for http req...Miguel Xavier Penha Neto2020-02-243-28/+104
* | Fix #79299: com_print_typeinfo prints duplicate variablesChristoph M. Becker2020-02-233-1/+23
* | Fix #79294: ::columnType() may fail after SQLite3Stmt::reset()Christoph M. Becker2020-02-214-5/+39
* | Add test for bug #78569Christoph M. Becker2020-02-211-0/+20
* | Fix NEWS [ci skip]Christoph M. Becker2020-02-201-2/+2
* | Remove extra tab in NEWS [ci skip]Christoph M. Becker2020-02-181-1/+1
* | Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2020-02-180-0/+0
|\ \ | |/
| * bump version to 7.2.29Remi Collet2020-02-183-5/+8
* | Fix #79038: PDOStatement::nextRowset() leaks column valuesChristoph M. Becker2020-02-173-6/+24
* | Fix NEWS [ci skip]Christoph M. Becker2020-02-171-10/+8
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2020-02-171-0/+10
|\ \ | |/
| * Update NEWS [ci skip]Christoph M. Becker2020-02-171-0/+8
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2020-02-170-0/+0
|\ \ | |/
| * Mark bug76348.phpt as online testNikita Popov2020-02-161-0/+1
| * Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-acc...Stanislav Malyshev2020-02-164-0/+65
| * Fix bug #79221 - Null Pointer Dereference in PHP Session Upload ProgressStanislav Malyshev2020-02-152-4/+51
* | Fix # 79171: heap-buffer-overflow in phar_extract_fileChristoph M. Becker2020-02-171-1/+1
* | Fix bug #79082 - Files added to tar with Phar::buildFromIterator have all-acc...Stanislav Malyshev2020-02-174-0/+65
* | Fix bug #79221 - Null Pointer Dereference in PHP Session Upload ProgressStanislav Malyshev2020-02-172-4/+51
* | Fix #79271: DOMDocumentType::$childNodes is NULLChristoph M. Becker2020-02-174-9/+23
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2020-02-142-2/+2
|\ \ | |/
| * Fix typo in recent bugfixChristoph M. Becker2020-02-142-2/+2
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2020-02-133-1/+19
|\ \ | |/
| * Fix #77569: Write Acess Violation in DomImplementationChristoph M. Becker2020-02-133-1/+18
* | Fix #79254: getenv() w/o arguments not showing changesChristoph M. Becker2020-02-113-24/+68
* | Fix #79248: Traversing empty VT_ARRAY throws com_exceptionChristoph M. Becker2020-02-083-1/+18
* | Skip test case on x86 where it otherwise fails [ci skip]Christoph M. Becker2020-02-071-1/+3
* | Fix #79242: COM error constants don't match com_exception codesChristoph M. Becker2020-02-073-1/+29
* | Fix #66322: COMPersistHelper::SaveToFile can save to wrong locationChristoph M. Becker2020-02-063-1/+29
* | Fixed bug #79188Nikita Popov2020-02-053-18/+33
* | Next is 7.3.16Christoph M. Becker2020-02-044-6/+8
* | Fix #78090: bug45161.phpt takes forever to finishChristoph M. Becker2020-02-043-12/+13
* | Fix #79191: Error in SoapClient ctor disables DOMDocument::save()Christoph M. Becker2020-02-036-21/+77
* | Relax test expectationChristoph M. Becker2020-02-031-2/+2
* | Fix #79212: NumberFormatter::format() may detect wrong typeChristoph M. Becker2020-02-033-15/+36
* | Fix bug #76047Nikita Popov2020-01-315-12/+81
* | Fix #70078: XSL callbacks with nodes as parameter leak memoryChristoph M. Becker2020-01-303-1/+55
* | Fix leak in DateTimeImmutable::modify()Nikita Popov2020-01-302-0/+13
* | Add SKIPIF to test requiring mbregexNikita Popov2020-01-301-0/+2
* | Fix mb_ord() crash if internal encoding not supportedNikita Popov2020-01-292-4/+9
* | Reset MBREX(search_re) in RSHUTDOWNNikita Popov2020-01-291-0/+1
* | Fix use of mb_ereg_search_getregs() after invalid patternNikita Popov2020-01-292-3/+22
* | Fix #76584: PharFileInfo::decompress not workingChristoph M. Becker2020-01-283-5/+56
* | Fix bug #78323: Code 0 is returned on invalid optionsIvan Mikheykin2020-01-2711-5/+177