summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* 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-223-0/+24
* Fix #79497: Fix php_openssl_subtract_timeval()Joe Cai2020-04-201-2/+2
* Fix MySQL local infile / attr handling on big endian systemsguirish2020-04-164-12/+12
* 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-141-0/+21
* 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 testStanislav Malyshev2020-03-151-1/+1
| * Fix bug #79329 - get_headers should not accept \0Stanislav Malyshev2020-03-151-1/+1
| * Fixed bug #79282Stanislav Malyshev2020-03-152-1/+21
| * 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 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-072-0/+25
* | 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
* | Fix literal compaction collision between string and doubleNikita Popov2020-04-012-3/+8
* | Fix bug 79441George Peter Banyard2020-04-013-4/+17
* | Fix #79413: session_create_id() fails for active sessionsChristoph M. Becker2020-03-313-3/+18
* | Fix #79427: Integer Overflow in shmop_open()Christoph M. Becker2020-03-301-0/+5
* | Fix #79424 ext/zip: don't use gl_pathc after call to globfreeMax Rees2020-03-291-1/+2
* | 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-252-3/+41
* | Fix bug #79410 (system() swallows last chunk if it is exactly 4095 bytes with...Christian Schneider2020-03-252-0/+17
* | 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-232-38/+65
* | Fix #79393: Null coalescing operator failing with SplFixedArrayChristoph M. Becker2020-03-232-13/+29
* | Fix Bug #79296 ZipArchive::open fails on empty fileRemi Collet2020-03-201-0/+15
* | Fix #79396: DateTime hour incorrect during DST jump forwardNate Brunette2020-03-192-0/+25
* | Fix testStanislav Malyshev2020-03-161-1/+1
* | Fix bug #79329 - get_headers should not accept \0Stanislav Malyshev2020-03-161-1/+1
* | Fixed bug #79282Stanislav Malyshev2020-03-162-1/+21
* | Fix #79371: mb_strtolower (UTF-32LE): stack-buffer-overflowChristoph M. Becker2020-03-162-1/+15
* | Fix #79199: curl_copy_handle() memory leakChristoph M. Becker2020-03-122-2/+24
* | Fix #61597: SXE properties may lack attributes and contentChristoph M. Becker2020-03-125-7/+108
* | Fix #78210: Invalid pointer addressChristoph M. Becker2020-03-111-1/+1
* | Enclose INI values containing {TMP} in quotesChristoph M. Becker2020-03-0911-11/+11
* | Skip test on Windows if privileges are insufficientChristoph M. Becker2020-03-061-0/+11
* | Fix #75673: SplStack::unserialize() behaviorChristoph M. Becker2020-03-062-0/+25
* | Update libmagic.patchChristoph M. Becker2020-03-022-66/+110