summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix bug #79465 - use unsigneds as indexes.php-7.3.17PHP-7.3.17Stanislav Malyshev2020-04-142-2/+3
* Fix bug #79330 - make all execution modes consistent in rejecting \0Stanislav Malyshev2020-04-142-0/+10
* Bump versionChristoph M. Becker2020-04-144-5/+5
* Bump versionphp-7.3.17RC1Christoph M. Becker2020-03-314-10/+8
* 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
* NEWSRemi Collet2020-03-201-0/+3
* 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-193-0/+29
* Clarify session.cookie_samesite="None"Nikita Popov2020-03-182-2/+4
* Merge branch 'PHP-7.2' into PHP-7.3Remi Collet2020-03-170-0/+0
|\
| * bump verison to 7.2.30-devRemi Collet2020-03-173-5/+8
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2020-03-171-10/+10
|\ \ | |/
| * Fix NEWSChristoph M. Becker2020-03-171-5/+5
* | Merge branch 'PHP-7.2' into PHP-7.3Christoph M. Becker2020-03-170-0/+0
|\ \ | |/
| * [ci skip] Update NEWSStanislav Malyshev2020-03-151-0/+7
| * 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
* | [ci skip] Update NEWSStanislav Malyshev2020-03-161-0/+10
* | 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 typo in php.ini commentJacob Dreesen2020-03-152-4/+4
* | Fix #79199: curl_copy_handle() memory leakChristoph M. Becker2020-03-123-2/+27
* | Fix #61597: SXE properties may lack attributes and contentChristoph M. Becker2020-03-126-7/+111
* | Fix #78210: Invalid pointer addressChristoph M. Becker2020-03-114-3/+12
* | Fix #79364: When copy empty array, next key is unspecifiedChristoph M. Becker2020-03-113-1/+26
* | 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-063-0/+28
* | Next is 7.3.17Christoph M. Becker2020-03-034-6/+8
* | Update libmagic.patchChristoph M. Becker2020-03-022-66/+110
* | Fix #79333: com_print_typeinfo() leaks memoryChristoph M. Becker2020-03-022-1/+2
* | Fix #79332: php_istreams are never freedChristoph M. Becker2020-03-023-10/+20
* | Fixed bug #79062Nikita Popov2020-02-284-118/+162
* | Fix #79311: enchant_dict_suggest() fails on big endian architectureChristoph M. Becker2020-02-282-10/+10
* | Fix #79315 ZipArchive::addFile doesn't honor start/length parametersRemi Collet2020-02-282-1/+13
* | Fixed incorrect overflow detectionDmitry Stogov2020-02-271-2/+2