summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Set versions and datephp-7.0.28PHP-7.0.28Anatol Belski2018-02-273-4/+4
|
* [ci skip] Update NEWSAnatol Belski2018-02-271-0/+3
|
* Merge branch 'PHP-5.6' into PHP-7.0Anatol Belski2018-02-270-0/+0
|\ | | | | | | | | * PHP-5.6: [ci skip] Update NEWS
| * [ci skip] Update NEWSAnatol Belski2018-02-271-0/+3
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-02-262-2/+34
|\ \ | |/ | | | | | | * PHP-5.6: Fix bug #75981: prevent reading beyond buffer start
| * Fix bug #75981: prevent reading beyond buffer startStanislav Malyshev2018-02-262-2/+34
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-02-231-1/+1
|\ \ | |/ | | | | | | * PHP-5.6: [ci skip] Set FPM maintainership
| * [ci skip] Set FPM maintainershipStanislav Malyshev2018-02-231-1/+1
| | | | | | | | | | As per http://news.php.net/php.internals/101897, Jakub is officially annointed as new FPM maintainer.
* | Use Z_EXPECTED_LONG to initialize FAST_ZPP parsing loopSara Golemon2018-01-231-1/+1
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Remi Collet2018-01-030-0/+0
|\ \ | |/ | | | | | | * PHP-5.6: 2018
| * 2018Remi Collet2018-01-031-2/+2
| |
* | 2018Remi Collet2018-01-031-2/+2
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Ferenc Kovacs2018-01-030-0/+0
|\ \ | |/
| * php 5.6.34 is nextFerenc Kovacs2018-01-033-5/+7
| |
* | [ci skip] update NEWSAnatol Belski2018-01-021-0/+6
| |
* | Merge branch 'PHP-5.6' into PHP-7.0Stanislav Malyshev2018-01-0117-50/+65
|\ \ | |/ | | | | | | | | | | * PHP-5.6: Update NEWS Fixed bug #75571: Potential infinite loop in gdImageCreateFromGifCtx Fix bug #74782: remove file name from output to avoid XSS
| * Update NEWSStanislav Malyshev2018-01-011-1/+7
| |
| * Fixed bug #75571: Potential infinite loop in gdImageCreateFromGifCtxChristoph M. Becker2018-01-013-5/+20
| | | | | | | | | | | | | | Due to a signedness confusion in `GetCode_` a corrupt GIF file can trigger an infinite loop. Furthermore we make sure that a GIF without any palette entries is treated as invalid *after* open palette entries have been removed.
| * Fix bug #74782: remove file name from output to avoid XSSStanislav Malyshev2018-01-0114-45/+45
| |
* | [ci skip] update NEWSAnatol Belski2017-12-221-4/+4
| |
* | Fixed bug #75579 (Interned strings buffer overflow may cause crash)Dmitry Stogov2017-12-222-3/+33
| | | | | | | | (cherry picked from commit 37bf8bdc1494abb2ce5cac40e0be80e23682f851)
* | 7.0.28 is nextAnatol Belski2017-12-053-5/+9
| |
* | [ci skip] update NEWSAnatol Belski2017-12-051-0/+1
| |
* | Use dtor unconditionally in error caseAnatol Belski2017-12-041-1/+1
| |
* | Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)Xinchen Hui2017-12-042-1/+65
| | | | | | | | (cherry picked from commit 3b9ba7b6bd9e24bdbeca8e8e3f24cee2fccc51d8)
* | Fix ZEND_SIGNED_MULTIPLY_LONG for AArch64Andy Postnikov2017-12-021-2/+2
| | | | | | | | | | | | | | | | Register operands are required in this context. This is a backport of 8c8679207ae5ada8751288e75b78c928a4d34d1d to PHP 7.0+. The current code caused incorrect behavior on AArch64 when compiling with clang.
* | Consider Xdebug for tmi ini generation, tooAnatol Belski2017-12-011-1/+1
| |
* | Set trailing zeroDmitry Stogov2017-12-011-1/+1
| |
* | Define floorf if system doesn't have it (follow up for 22c48761)Lior Kaplan2017-11-291-0/+10
| | | | | | | | floorf is checked in config.m4
* | NEWSRemi Collet2017-11-281-0/+4
| |
* | Fixed bug #64938 libxml_disable_entity_loader setting is shared between ↵Remi Collet2017-11-281-1/+0
| | | | | | | | requests (FPM)
* | Check for binary_location allocation failureSebastian Ramadan2017-11-221-5/+3
| |
* | Fix bug #75409Scott2017-11-222-9/+5
| |
* | [ci skip] update NEWSAnatol Belski2017-11-211-0/+4
| |
* | Fixed #75539 and #74183 - preg_last_error not returning error code after errorNester2017-11-213-0/+36
| |
* | Better fix bug #75540 Segfault with libzip 1.3.1Remi Collet2017-11-201-2/+3
| | | | | | | | | | - only 1.3.1 is affected - fix use after free
* | NEWSRemi Collet2017-11-201-0/+3
| |
* | fix bug #75540 Segfault with libzip 1.3.1Remi Collet2017-11-201-0/+3
| |
* | Fixed bug #75535Nikita Popov2017-11-173-2/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | The sizeof()s for Content-Length and Transfer-Encoding were missing the trailing ":". Apart from being generally wrong, this no longer verified that the header actually contains a colon, leading to the null http_header_value being used. Additionally, in the interest of being defensive, also make sure that http_header_value is non-null by setting it to the end of the header line (effectively an empty string) if there is no colon. If the following conditions are correct, this value is not going to be used though.
* | Update SDK version for AppVeyorAnatol Belski2017-11-171-1/+1
| |
* | Update NEWSSammy Kaye Powers2017-11-141-0/+4
| |
* | Fix bug 60471 by correctly identifying unused speculative preconnectionsSammy Kaye Powers2017-11-143-73/+79
| | | | | | | | | | | | | | | | | | * Correctly identify unused speculative preconnections from browsers like Chrome and Firefox * Add a new message to the debug level that is emitted when a TCP connection is closed without sending any request (a preconnection) * Fix an issue where the existing debug messages were not being displayed even when debug mode was enabled
* | [ci skip] update NEWSAnatol Belski2017-11-101-1/+3
| |
* | Fixed #75384 PHP seems incompatible with OneDrive files on demandAnatol Belski2017-11-081-2/+19
| |
* | Fixed ext/date tests due to changes in Olson databaseDerick Rethans2017-11-076-89/+66
| |
* | 7.0.27 nextAnatol Belski2017-11-073-5/+9
| |
* | Update libs_version.txtAnatol Belski2017-11-021-2/+2
| |
* | Fix ext/soap/tests/bug69137.phptNikita Popov2017-11-021-2/+5
| | | | | | | | Switch to example.org. Also mark it as an online test.
* | Sync and fix tests for ICU 60.1 compatAnatol Belski2017-11-022-7/+11
| |
* | Yet one /nologoAnatol Belski2017-11-021-1/+1
| |