#
ea56fc84 |
| 16-Jan-2018 |
Anatol Belski |
7.0.15 next
|
#
47941976 |
| 15-Jan-2018 |
Anatol Belski |
[ci skip] Update NEWS
|
#
20233469 |
| 15-Jan-2018 |
Nikita Popov |
Fixed bug #75079
|
#
05c4f72a |
| 13-Jan-2018 |
Anatol Belski |
[ci skip] Update NEWS
|
#
420d11e8 |
| 12-Jan-2018 |
Nikita Popov |
Fixed bug #75396 Do not run finally blocks in generators on unclean shutdown (e.g. caused by exit). This is consistent with how finally blocks outside of generators behave.
|
#
a843a86e |
| 10-Jan-2018 |
Gabriel Caruso |
Fixed bug #75799 (arg of get_defined_functions is optional)
|
#
fd30c59e |
| 09-Jan-2018 |
Nikita Popov |
Fixed bug #75786 SEND_UNPACK on iterators was duplicating references in-place, which effectively leaks the original value and causes an off-by-one refcount on the duplicated value.
Fixed bug #75786 SEND_UNPACK on iterators was duplicating references in-place, which effectively leaks the original value and causes an off-by-one refcount on the duplicated value. Replace this with a deref, as an actual duplication is not even needed in this case.
show more ...
|
#
6da44fef |
| 09-Jan-2018 |
Xinchen Hui |
Fixed bug #75781 (substr_count incorrect result)
|
#
67ec3ce1 |
| 03-Jan-2018 |
Remi Collet |
2018
|
#
d6e4132c |
| 03-Jan-2018 |
Remi Collet |
missing changelog entries
|
#
1aa8e420 |
| 03-Jan-2018 |
Remi Collet |
2018
|
#
028507f1 |
| 02-Jan-2018 |
Ferenc Kovacs |
php 5.6.34 is next
|
#
5d8e298e |
| 02-Jan-2018 |
Anatol Belski |
[ci skip] update NEWS
|
#
2881199c |
| 02-Jan-2018 |
Stanislav Malyshev |
Update NEWS
|
#
d534d59b |
| 01-Jan-2018 |
Nikita Popov |
Fixed bug #75502 The string keys were not duplicated into persistent memory in this case.
|
#
60b2d678 |
| 28-Dec-2017 |
Dmitry Stogov |
Fixed bug #75720 (File cache not populated after SHM runs full)
|
#
dc3822c3 |
| 27-Dec-2017 |
Xinchen Hui |
Fixed bug #75735 ([embed SAPI] Segmentation fault in sapi_register_post_entry)
|
#
e19c71e3 |
| 22-Dec-2017 |
Anatol Belski |
[ci skip] update NEWS
|
#
da61c7a2 |
| 21-Dec-2017 |
Dmitry Stogov |
Fixed bug #75579 (Interned strings buffer overflow may cause crash) (cherry picked from commit 37bf8bdc1494abb2ce5cac40e0be80e23682f851)
|
#
f14b6f49 |
| 22-Dec-2017 |
Nikita Popov |
Fixed bug #73209
|
#
ec142f2c |
| 22-Dec-2017 |
Nikita Popov |
Fixed bug #75242
|
#
ccb113c3 |
| 22-Dec-2017 |
Nikita Popov |
Fixed bug #75717
|
#
02463737 |
| 04-Nov-2017 |
Anton Artamonov |
Fixed bug #70469 Don't generate an E_ERROR if we've already thrown an exception. This interacts badly with error_get_last() checks.
|
#
37bf8bdc |
| 21-Dec-2017 |
Dmitry Stogov |
Fixed bug #75579 (Interned strings buffer overflow may cause crash)
|
#
8a179fa0 |
| 08-Dec-2017 |
Jelle van der Waa |
Fix bug #69727: Support SOURCE_DATE_EPOCH for Build Date When checking for reproducible builds php is build twice, once with the current date and once with a date in the future. To keep
Fix bug #69727: Support SOURCE_DATE_EPOCH for Build Date When checking for reproducible builds php is build twice, once with the current date and once with a date in the future. To keep the build date supported and reproducible builds possible, SOURCE_DATE_EPOCH is introduced which can be set to the same epoch value for both builds.
show more ...
|