#
6373ce7c |
| 30-Mar-2017 |
Joe Watkins |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: fix bug #74343 compile fails on solaris 11 with system libgd
|
#
ef3140e5 |
| 30-Mar-2017 |
Joe Watkins |
fix bug #74343 compile fails on solaris 11 with system libgd |
#
2b86a891 |
| 29-Mar-2017 |
Sara Golemon |
Update tests and add NEWS entry for phpdbg opcode dump change |
#
fcc6cbc9 |
| 29-Mar-2017 |
Anatol Belski |
[ci skip] update NEWS |
#
d896878a |
| 27-Mar-2017 |
Ben Scholzen |
Let MessageFormatter and IntlDateFormatter accept DateTimeImmutable as well |
#
e38310a1 |
| 28-Mar-2017 |
Joe Watkins |
prepare next |
#
2a5e631e |
| 28-Mar-2017 |
Anatol Belski |
update NEWS |
#
5c93a318 |
| 28-Mar-2017 |
Anatol Belski |
update NEWS |
#
ddad991c |
| 28-Mar-2017 |
Anatol Belski |
prepare next |
#
6f2d33a2 |
| 28-Mar-2017 |
Anatol Belski |
update NEWS |
#
5b12d08e |
| 28-Mar-2017 |
Anatol Belski |
update NEWS |
#
6a1d4cd4 |
| 23-Mar-2017 |
xKhorasan |
Fixed bug #74300 |
#
7835e2eb |
| 23-Mar-2017 |
Sara Golemon |
Merge branch 'PHP-7.0' into PHP-7.1 * PHP-7.0: Fix bug where `yield from` is captured too greedily
|
#
0fb640c7 |
| 23-Mar-2017 |
Sara Golemon |
Fix bug where `yield from` is captured too greedily In the following piece of code: ```php function from1234($x) { return $x; } function foo($x) { yield from
Fix bug where `yield from` is captured too greedily In the following piece of code: ```php function from1234($x) { return $x; } function foo($x) { yield from1234($x); } ``` The statement inside foo is taken as `yield from` `1234($x)` which is neither the intent, nor even legal syntax for an fcall. Do a lookahead for breaking non-label characters after the `yield from` and only accept it if they occur.
show more ...
|
#
1b565f13 |
| 04-Mar-2017 |
Rowan Collins |
Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation Implements RFC "Deprecate and Remove Bareword (Unquoted) Strings" [https://wiki.php.net/rfc/deprecate-barew
Change 'undefined constant' from E_NOTICE to E_WARNING and mention deprecation Implements RFC "Deprecate and Remove Bareword (Unquoted) Strings" [https://wiki.php.net/rfc/deprecate-bareword-strings]
show more ...
|
#
3f7f8428 |
| 21-Mar-2017 |
Remi Collet |
NEWS |
#
4afce8ec |
| 20-Mar-2017 |
Adam Baratz |
Add PDO parameter types for national character set strings |
#
93035cb2 |
| 17-Mar-2017 |
Sara Golemon |
Add news entry for bugfix 73991 |
#
f2c35fdd |
| 17-Mar-2017 |
Nikita Popov |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
2e830826 |
| 17-Mar-2017 |
Nikita Popov |
Fix bug #74265 |
#
7ea26168 |
| 17-Mar-2017 |
Nikita Popov |
Disable block pass for large functions This is the last fix for bug #74250. |
#
2bba4a0d |
| 15-Mar-2017 |
Nikita Popov |
Fix bug #69676 |
#
f3ab4c1a |
| 14-Mar-2017 |
Bob Weinand |
Merge branch 'PHP-7.0' into PHP-7.1
|
#
7fba8bda |
| 13-Mar-2017 |
Matt Bonneau |
Fixed bug #74240 (deflate_add can allocate too much memory) |
#
b4f0174e |
| 14-Mar-2017 |
Jakub Zelenka |
Merge branch 'PHP-7.0' into PHP-7.1
|