#
5b02d105 |
| 16-Aug-2017 |
Joe Watkins |
bump versions |
#
3e66ae67 |
| 15-Aug-2017 |
Remi Collet |
Update NEWS for 7.2.0RC1 |
#
6c1c49d1 |
| 15-Aug-2017 |
Remi Collet |
Update NEWS for PHP 7.2.0beta3 |
#
3af62012 |
| 15-Aug-2017 |
Anatol Belski |
move dev to 7.0.24 |
#
6b77792d |
| 15-Aug-2017 |
Xinchen Hui |
Update NEWS |
#
6275825c |
| 15-Aug-2017 |
Xinchen Hui |
Update NEWS |
#
d8c80af7 |
| 15-Aug-2017 |
Xinchen Hui |
Fixed bug #75075 (unpack with X* causes infinity loop) |
#
112afb92 |
| 14-Aug-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
73d84d4b |
| 14-Aug-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
36eddfc7 |
| 13-Aug-2017 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fixed bug #73793 (WDDX uses wrong decimal seperator)
|
#
207105b1 |
| 13-Aug-2017 |
Christoph M. Becker |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fixed bug #73793 (WDDX uses wrong decimal seperator)
|
#
f64be0b0 |
| 13-Aug-2017 |
Christoph M. Becker |
Fixed bug #73793 (WDDX uses wrong decimal seperator) The WDDX specification[1] requires to serialize floats with a decimal point, but `snprintf()` is locale-dependent and may use a decim
Fixed bug #73793 (WDDX uses wrong decimal seperator) The WDDX specification[1] requires to serialize floats with a decimal point, but `snprintf()` is locale-dependent and may use a decimal comma. We fix that afterwards by replacing an eventual comma with a point. [1] <http://xml.coverpages.org/wddx0090-dtd-19980928.txt>
show more ...
|
#
a871badf |
| 12-Aug-2017 |
Nikita Popov |
Merge branch 'PHP-7.1' into PHP-7.2
|
#
4fb7665c |
| 12-Aug-2017 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
1a23ebc1 |
| 12-Aug-2017 |
Nikita Popov |
Fixed bug #74103 and bug #75054 Directly fail unserialization when trying to acquire an r/R reference to an UNDEF HT slot. Previously this left an UNDEF and later deleted the index/k
Fixed bug #74103 and bug #75054 Directly fail unserialization when trying to acquire an r/R reference to an UNDEF HT slot. Previously this left an UNDEF and later deleted the index/key from the HT. What actually caused the issue here is a combination of two factors: First, the key deletion was performed using the hash API, rather than the symtable API, such that the element was not actually removed if it used an integral string key. Second, a subsequent deletion operation, while collecting trailing UNDEF ranges, would mark the element as available for reuse (leaving a corrupted HT state with nNumOfElemnts > nNumUsed). Fix this by failing early and dropping the deletion code.
show more ...
|
#
e88ab748 |
| 12-Aug-2017 |
Andrea Faulds |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
b59718bd |
| 12-Aug-2017 |
Andrea Faulds |
Fix bug #74725 (html_errors=1 breaks unhandled exceptions) |
#
f7cf8392 |
| 09-Aug-2017 |
Xinchen Hui |
Update NEWs |
#
46ecda76 |
| 09-Aug-2017 |
Xinchen Hui |
Update NEWS |
#
b06f8cb5 |
| 09-Aug-2017 |
Xinchen Hui |
Fixed bug #75049 (spl_autoload_unregister can't handle spl_autoload_functions results) |
#
618dcd65 |
| 08-Aug-2017 |
Darek Slusarczyk |
JSON: fix config.w32 / Install headers on windows |
#
791410ab |
| 07-Aug-2017 |
Christoph M. Becker |
Merge branch 'pull-request/2664' * pull-request/2664: Fix unittest for minimal length in random string Add support for webp in imagecreatefromstring
|
#
db96b7c2 |
| 04-Aug-2017 |
Adam Saponara |
Fix #75031: Support append mode in `php://temp` streams This patch introduces a distinction between write mode and append mode in `php://temp` and `php://memory` streams, achieving parit
Fix #75031: Support append mode in `php://temp` streams This patch introduces a distinction between write mode and append mode in `php://temp` and `php://memory` streams, achieving parity with C stdio.
show more ...
|
#
39f0e810 |
| 02-Aug-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
3e5b8c1e |
| 02-Aug-2017 |
Anatol Belski |
[ci skip] update NEWS |