#
37ed0daf |
| 02-Nov-2015 |
Xinchen Hui |
Fixed bug #70828 (php-fpm 5.6 with opcache crashes when referencing a non-existent constant) |
#
008d8b67 |
| 27-Oct-2015 |
Xinchen Hui |
Fixed bug #70656 (require() statement broken after opcache_reset() or a few hours of use) |
#
31553f07 |
| 27-Oct-2015 |
Xinchen Hui |
Revert "Fixed bug #70656 (require() statement broken after opcache_reset() or a few hours of use)" This reverts commit 3ef96c2cc6f3a1dddd8479e6c733f44e8dbcb5e9. |
#
3ef96c2c |
| 27-Oct-2015 |
Xinchen Hui |
Fixed bug #70656 (require() statement broken after opcache_reset() or a few hours of use) |
#
179fba3f |
| 29-Oct-2015 |
Xinchen Hui |
Fixed bug #70808 (array_merge_recursive corrupts memory of unset items) I knew, this fix seems ugly |
#
5dd59cc9 |
| 27-Oct-2015 |
Anatol Belski |
sync NEWS |
#
5767f2b6 |
| 26-Oct-2015 |
Xinchen Hui |
Fixed bug #70785 (Infinite loop due to exception during identical comparison) |
#
b9cc3176 |
| 24-Oct-2015 |
Nikita Popov |
Fix bug #70782 |
#
a5a5c3e0 |
| 20-Oct-2015 |
Xinchen Hui |
Update NEWS |
#
d5f76caf |
| 20-Oct-2015 |
Xinchen Hui |
Fixed bug #70748 (Segfault in ini_lex () at Zend/zend_ini_scanner.l) |
#
daddb7a8 |
| 18-Oct-2015 |
Anatol Belski |
updated NEWS |
#
9501293d |
| 18-Oct-2015 |
Anatol Belski |
update NEWS |
#
e2d60900 |
| 17-Oct-2015 |
Xinchen Hui |
Fixed bug #70730 (Incorrect ArrayObject serialization if unset is called in serialize()) It's possible to fixed this in SPL side, but it will be ugly, and we should make serialize more r
Fixed bug #70730 (Incorrect ArrayObject serialization if unset is called in serialize()) It's possible to fixed this in SPL side, but it will be ugly, and we should make serialize more robust, so I prefer fix it in serialize side.
show more ...
|
#
d4df6641 |
| 17-Oct-2015 |
Xinchen Hui |
Fixed bug #70724 (Undefined Symbols from opcache.so on Mac OS X 10.10) |
#
40038d7c |
| 16-Oct-2015 |
Ferenc Kovacs |
update NEWS and UPGRADING |
#
20a384df |
| 11-Oct-2015 |
Felipe Pena |
Fixed bug #70678 (PHP7 returns true when false is expected) Cherry-pick from master. |
#
e800da99 |
| 16-Oct-2015 |
Sara Golemon |
Add missing NEWS entry, copyright notice, and vim settings Should have gone with d244b54c67cc2725283b78d4bb128501ae7910d3 |
#
e3e92e96 |
| 12-Oct-2015 |
Nikita Popov |
Fixed bug #70430 |
#
88a69ffa |
| 15-Oct-2015 |
Xinchen Hui |
Fixed bug #70715 (Segmentation fault inside soap client) |
#
a2cfcdfb |
| 15-Oct-2015 |
Xinchen Hui |
Fixed bug #70709 (SOAP Client generates Segfault) |
#
22cbf683 |
| 14-Oct-2015 |
Ferenc Kovacs |
prepare for 5.6.15RC1 |
#
a8ae8816 |
| 13-Oct-2015 |
Xinchen Hui |
Fixed bug #70689 (Exception handler does not work as expected) |
#
4d8e284c |
| 13-Oct-2015 |
Anatol Belski |
prepare NEWS for next |
#
c85ad5d0 |
| 10-Oct-2015 |
Nikita Popov |
Merge branch 'PHP-5.6' into PHP-7.0 Conflicts: Zend/zend_closures.c
|
#
d7d01fc9 |
| 10-Oct-2015 |
Nikita Popov |
Fixed bug #70685 Doing a less intrusive variant of the PHP 7.0 fix for 5.6. |