#
89c327f8 |
| 25-Oct-2019 |
Christoph M. Becker |
Fix #78751: Serialising DatePeriod converts DateTimeImmutable When getting the properties of a DatePeriod instance we have to retain the proper classes, and when restoring a DatePeriod i
Fix #78751: Serialising DatePeriod converts DateTimeImmutable When getting the properties of a DatePeriod instance we have to retain the proper classes, and when restoring a DatePeriod instance we have to cater to DateTimeImmutable instances as well.
show more ...
|
#
b61b60d1 |
| 28-Oct-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix bug #78752
|
#
16c49108 |
| 28-Oct-2019 |
Nikita Popov |
Fix bug #78752 NULL out the execute_data before destroying it, otherwise GC may trigger while the execute_data is partially destroyed, resulting in double-frees. The handlin
Fix bug #78752 NULL out the execute_data before destroying it, otherwise GC may trigger while the execute_data is partially destroyed, resulting in double-frees. The handling of call stack unfreezing is a bit awkward because it's a ZEND_API function, so we can't change the signature.
show more ...
|
#
f1848a4b |
| 24-Oct-2019 |
Nikita Popov |
Fix bug #78226: Don't call __set() on uninitialized typed properties Assigning to an uninitialized typed property will no longer trigger a call to __set(). However, calls to __set() are
Fix bug #78226: Don't call __set() on uninitialized typed properties Assigning to an uninitialized typed property will no longer trigger a call to __set(). However, calls to __set() are still triggered if the property is explicitly unset(). This gives us both the behavior people generally expect, and still allows ORMs to do lazy initialization by unsetting properties. For PHP 8, we should fine a way to forbid unsetting of declared properties entirely, and provide a different way to achieve lazy initialization.
show more ...
|
#
74699533 |
| 25-Oct-2019 |
Nikita Popov |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fixed bug #78747
|
#
52499938 |
| 25-Oct-2019 |
Nikita Popov |
Fixed bug #78747 |
#
1c9bfcb6 |
| 22-Oct-2019 |
Christoph M. Becker |
Fix #78716: Function name mangling is wrong for some parameter types We have to cater to function parameter alignment when calculating the parameter size. |
#
c9df44ca |
| 22-Oct-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Update NEWS
|
#
36943dff |
| 22-Oct-2019 |
Christoph M. Becker |
Update NEWS |
#
2213bd36 |
| 22-Oct-2019 |
Remi Collet |
add NEWS entry |
#
05c5e5df |
| 21-Oct-2019 |
Dmitry Stogov |
Fixed bug #78512 (Cannot make preload work) |
#
174ab25f |
| 21-Oct-2019 |
Joe Watkins |
Merge branch 'PHP-7.4' * PHP-7.4: Fix bug #78697: inaccurate error message
|
#
1ac961be |
| 21-Oct-2019 |
Joe Watkins |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix bug #78697: inaccurate error message
|
#
1c9b62fb |
| 21-Oct-2019 |
Joe Watkins |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix bug #78697: inaccurate error message
|
#
bea2ff88 |
| 19-Oct-2019 |
Fabien Villepinte |
Fix bug #78697: inaccurate error message |
#
666fb9a1 |
| 20-Oct-2019 |
Jakub Zelenka |
Add NEWS for the fixed bug #74083 |
#
26635ed7 |
| 19-Oct-2019 |
Christoph M. Becker |
Fix #78684: PCRE bug72463_2 test is sending emails on Linux This test is not supposed to run on non Windows systems; otherwise it would try to send an email. |
#
ee6a71ca |
| 19-Oct-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #78694: Appending to a variant array causes segfault
|
#
ce035dc4 |
| 19-Oct-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #78694: Appending to a variant array causes segfault
|
#
45a77232 |
| 19-Oct-2019 |
Christoph M. Becker |
Fix #78694: Appending to a variant array causes segfault `write_dimension` object handlers have to be able to handle `NULL` `offset`s; for now we simply throw an exception instead of fol
Fix #78694: Appending to a variant array causes segfault `write_dimension` object handlers have to be able to handle `NULL` `offset`s; for now we simply throw an exception instead of following the `NULL` pointer.
show more ...
|
#
197568d6 |
| 18-Oct-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.3' into PHP-7.4 * PHP-7.3: Fix #70153 \DateInterval incorrectly unserialized
|
#
c7c7ab53 |
| 18-Oct-2019 |
Christoph M. Becker |
Merge branch 'PHP-7.2' into PHP-7.3 * PHP-7.2: Fix #70153 \DateInterval incorrectly unserialized
|
#
d2cde0bf |
| 16-Sep-2019 |
m.yakunin |
Fix #70153 \DateInterval incorrectly unserialized Added a separate macro for reading 'days' property, so that bool(false) is correctly converted to the proper internal representation. |
#
6e2635d2 |
| 15-Oct-2019 |
Derick Rethans |
Update NEWS for 7.4.0RC5 |
#
998be775 |
| 15-Oct-2019 |
Derick Rethans |
Update NEWS for PHP 7.4.0RC4 |