#
8677edb2 |
| 24-Apr-2018 |
Scott Arciszewski |
Update NEWS Add whitespace in NEWS file |
#
fe3d53f4 |
| 24-Apr-2018 |
Ferenc Kovacs |
5.6.37 will be next |
#
42344cdc |
| 24-Apr-2018 |
Remi Collet |
update NEWS for 7.2.5 |
#
0c80cb16 |
| 08-Apr-2018 |
Levi Morrison |
Fix bug #76198 |
#
48873572 |
| 15-Sep-2017 |
Thomas Punt |
Implement flexible heredoc/nowdoc syntax RFC: https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes * The ending label no longer has to be followed by a semicolon or newli
Implement flexible heredoc/nowdoc syntax RFC: https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes * The ending label no longer has to be followed by a semicolon or newline. Any non-label character is fine. * The ending label may be indented. The indentation will be stripped from all lines in the heredoc/nowdoc string. Lexing of heredoc strings performs a scan-ahead to determine the indentation of the ending label, so that the correct amount of indentation can be removed when calculting the semantic values for use by the parser. This makes the implementation quite a bit more complicated than we would like :/
show more ...
|
#
b8aec1e7 |
| 13-Apr-2018 |
Jakub Zelenka |
Merge branch 'PHP-7.1' into PHP-7.2
|
#
4e407b87 |
| 13-Apr-2018 |
Jakub Zelenka |
[ci skip] Update NEWS with fpm acl fix |
#
3770c2e4 |
| 13-Apr-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix arginfo for array_replace(_recursive) and array_merge(_recursive)
|
#
bb79e576 |
| 25-Mar-2018 |
Gabriel Caruso |
Fix arginfo for array_replace(_recursive) and array_merge(_recursive) |
#
281a1754 |
| 12-Apr-2018 |
Christoph M. Becker |
Fix #76164: exif_read_data zend_mm_heap corrupted We must not release parsed parameters ourselves, since this is already done by the engine. |
#
ab200bd6 |
| 12-Apr-2018 |
Christoph M. Becker |
[ci skip] Update NEWS Cf. 68296c4055642940503c57d850f00e07a1b64618. |
#
9322b43d |
| 11-Apr-2018 |
Joe Watkins |
bump versions |
#
0d87a0ba |
| 11-Apr-2018 |
Remi Collet |
next is 7.2.6 |
#
d2ebe414 |
| 10-Apr-2018 |
Christoph M. Becker |
Update bundled libsqlite to 3.23.1 |
#
22a8ea2a |
| 10-Apr-2018 |
Xinchen Hui |
Update NEWS |
#
8cfb6487 |
| 10-Apr-2018 |
Xinchen Hui |
Fixed bug #76143 (Memory corruption: arbitrary NUL overwrite) |
#
658a23a9 |
| 29-Mar-2018 |
Chris Wright |
Remove warnings from inet_pton()/inet_ntop() |
#
062f93c9 |
| 03-Apr-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
c3fa8686 |
| 03-Apr-2018 |
Anatol Belski |
[ci skip] Update NEWS |
#
a4cbd80b |
| 02-Apr-2018 |
Christoph M. Becker |
Update bundled libsqlite to 3.23.0 |
#
76f421dd |
| 30-Mar-2018 |
Christoph M. Becker |
Merge branch 'PHP-7.1' into PHP-7.2 * PHP-7.1: Fix #52070: imagedashedline() - dashed line sometimes is not visible
|
#
9c37d956 |
| 30-Mar-2018 |
Christoph M. Becker |
Fix #52070: imagedashedline() - dashed line sometimes is not visible We finally remove the inadvertent leftover from the synchronization with GD 2.0.12. |
#
8b642af4 |
| 30-Mar-2018 |
Jakub Zelenka |
Merge branch 'PHP-7.1' into PHP-7.2
|
#
2688023c |
| 30-Mar-2018 |
Jakub Zelenka |
Update NEWS with FPM fixes |
#
cb981e39 |
| 28-Mar-2018 |
Ferenc Kovacs |
[ci skip] 5.6.36 will be next |