summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update NEWS for PHP 7.1.13PHP-7.1.13Sara Golemon2018-01-031-1/+1
|
* Prepare NEWS for 7.1.13 releaseSara Golemon2018-01-021-12/+9
|
* Fix bug #74782: remove file name from output to avoid XSSStanislav Malyshev2018-01-0215-48/+51
| | | | (cherry picked from commit 73ca9b37731dd9690ffd9706333b17eaf90ea091)
* Fixed bug #75571: Potential infinite loop in gdImageCreateFromGifCtxChristoph M. Becker2018-01-024-5/+24
| | | | | | | | | 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. (cherry picked from commit 8d6e9588671136837533fe3785657c31c5b52767)
* Fixed bug #75579 (Interned strings buffer overflow may cause crash)Dmitry Stogov2018-01-022-2/+36
|
* set versionsphp-7.1.13RC1krakjoe2017-12-053-4/+4
|
* [ci skip] update NEWSAnatol Belski2017-12-051-0/+2
|
* Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-12-050-0/+0
|\ | | | | | | | | * PHP-7.0: 7.0.28 is next
| * 7.0.28 is nextAnatol Belski2017-12-053-5/+9
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-12-050-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: [ci skip] update NEWS
| * [ci skip] update NEWSAnatol Belski2017-12-051-0/+1
| |
* | Fixed bug #75608 ("Narrowing occurred during type inference" error)Dmitry Stogov2017-12-043-2/+37
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-12-040-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: Use dtor unconditionally in error case
| * Use dtor unconditionally in error caseAnatol Belski2017-12-041-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-12-040-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)
| * 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 compat with libcurl 7.56.1+ and file:// wrapperAnatol Belski2017-12-031-0/+11
| | | | | | | | | | | | | | | | | | Since 7.52.x libcurl file:// scheme was implemented in a way described in https://tools.ietf.org/html/draft-ietf-appsawg-file-scheme-16 . The draft is still not accepted and the change contained a BC breach with win32 path handling. It was reported upstream and 7.52.x fixed it, but the BC breaching behavior was reintroduced in 7.56.1. Thus, it is better to handle this on the PHP side.
* | Merge branch 'PHP-7.0' into PHP-7.1Nikita Popov2017-12-021-2/+2
|\ \ | |/
| * 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.
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-12-011-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: Consider Xdebug for tmi ini generation, too
| * Consider Xdebug for tmi ini generation, tooAnatol Belski2017-12-011-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Dmitry Stogov2017-12-011-1/+1
|\ \ | |/ | | | | | | * PHP-7.0: Set trailing zero
| * Set trailing zeroDmitry Stogov2017-12-011-1/+1
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Christoph M. Becker2017-11-291-0/+10
|\ \ | |/ | | | | | | * PHP-7.0: Define floorf if system doesn't have it (follow up for 22c48761)
| * Define floorf if system doesn't have it (follow up for 22c48761)Lior Kaplan2017-11-291-0/+10
| | | | | | | | floorf is checked in config.m4
* | [ci skip] update NEWSAnatol Belski2017-11-291-0/+2
| | | | | | | | Move entry to proper section
* | Fixed bug #75573 (Segmentation fault in 7.1.12 and 7.0.26)Xinchen Hui2017-11-293-6/+69
| |
* | Fixed #73124: php_ini_scanned_files()johnstevenson2017-11-283-1/+27
| | | | | | | | | | Additional ini files are reported using the --ini option, but not by `php_ini_scanned_files()`, which relied on PHP_CONFIG_FILE_SCAN_DIR.
* | Follow up on bug #75574 for FCGI sideAnatol Belski2017-11-283-0/+83
| |
* | NEWSRemi Collet2017-11-281-0/+4
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Remi Collet2017-11-281-1/+0
|\ \ | |/ | | | | | | | | * PHP-7.0: NEWS Fixed bug #64938 libxml_disable_entity_loader setting is shared between requests (FPM)
| * 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)
* | better fix for #75514Remi Collet2017-11-281-2/+2
| |
* | [ci skip] update NEWSAnatol Belski2017-11-281-0/+1
| |
* | Fixed bug #73830 Directory does not exist.Anatol Belski2017-11-281-0/+20
| |
* | Update NEWs (added bug entry)Xinchen Hui2017-11-282-1/+5
| |
* | Fix allocationAnatol Belski2017-11-271-1/+1
| |
* | Fix memory leakAnatol Belski2017-11-271-0/+2
| |
* | Fixed bug #75574 putenv does not work properly if parameter contains ↵Anatol Belski2017-11-273-9/+153
| | | | | | | | non-ASCII unicode character
* | Fix normalized path length calculation and error handlingAnatol Belski2017-11-272-6/+12
| |
* | Fixed bug in type inferenceDmitry Stogov2017-11-272-1/+21
| |
* | Merge branch 'PHP-7.0' into PHP-7.1krakjoe2017-11-221-5/+3
|\ \ | |/ | | | | | | * PHP-7.0: Check for binary_location allocation failure
| * Check for binary_location allocation failureSebastian Ramadan2017-11-221-5/+3
| |
* | Merge branch 'PHP-7.0' into PHP-7.1krakjoe2017-11-222-9/+5
|\ \ | |/ | | | | | | * PHP-7.0: Fix bug #75409
| * Fix bug #75409Scott2017-11-222-9/+5
| |
* | [ci skip] update NEWSAnatol Belski2017-11-211-0/+4
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-210-0/+0
|\ \ | |/ | | | | | | * PHP-7.0: [ci skip] update NEWS
| * [ci skip] update NEWSAnatol Belski2017-11-211-0/+4
| |
* | Merge branch 'PHP-7.0' into PHP-7.1Anatol Belski2017-11-213-0/+36
|\ \ | |/ | | | | | | * PHP-7.0: Fixed #75539 and #74183 - preg_last_error not returning error code after error