#
5e55c6d9 |
| 19-Mar-2013 |
David Soria Parra |
Refer to Zend Optimizer as Zend Opcache from now on |
#
60b36a68 |
| 19-Mar-2013 |
David Soria Parra |
ZO+ NEWS |
#
42574690 |
| 18-Mar-2013 |
Mark Baker |
Fix #48358 add() method for SplDoublyLinkedLis |
#
7b0993bf |
| 19-Mar-2013 |
Dmitry Stogov |
Fixed bug #63976 (Parent class incorrectly using child constant in class property) |
#
84630a11 |
| 19-Mar-2013 |
Dmitry Stogov |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed bug #62343 (Show class_alias In get_declared_classes())
|
#
4a629150 |
| 19-Mar-2013 |
Dmitry Stogov |
Fixed bug #62343 (Show class_alias In get_declared_classes()) |
#
e62bb032 |
| 19-Mar-2013 |
Dmitry Stogov |
Fixed bug #64417 (ArrayAccess::&offsetGet() in a trait causes fatal error) |
#
87c8ea15 |
| 18-Mar-2013 |
Stanislav Malyshev |
fix NEWS |
#
db4d473d |
| 18-Mar-2013 |
Stanislav Malyshev |
fix NEWS |
#
fe384b34 |
| 17-Mar-2013 |
Boris Lytochkin |
merge with 5.4 |
#
44197774 |
| 17-Mar-2013 |
Boris Lytochkin |
Fixed bug #61981 |
#
f8b91d9a |
| 15-Mar-2013 |
Anatol Belski |
Fixed bug #62852 Unserialize Invalid Date crash Error handling is the same as in bug #53437, E_ERROR if we expect an invalid object. |
#
73c38eca |
| 15-Mar-2013 |
Anatol Belski |
updated NEWS |
#
b903d2d6 |
| 15-Mar-2013 |
Anatol Belski |
Backported patch for #64370 |
#
0ee71557 |
| 15-Mar-2013 |
Anatol Belski |
Fixed bug #53437 Crash with unserialized DatePeriod instance |
#
b7788c52 |
| 15-Mar-2013 |
Nikita Popov |
Fix wrong macro usage and add missing NEWS entry |
#
7503a4b4 |
| 13-Mar-2013 |
Andrey Hristov |
Merge branch 'PHP-5.4' into PHP-5.5 Conflicts: NEWS
|
#
0777a187 |
| 13-Mar-2013 |
Andrey Hristov |
Merge branch 'PHP-5.3' into PHP-5.4 Conflicts: NEWS
|
#
f1e2edff |
| 13-Mar-2013 |
Andrey Hristov |
fix for bug #63530 mysqlnd_stmt::bind_one_parameter uses wrong alloc for stmt->param_bind |
#
8aaa0963 |
| 11-Mar-2013 |
Anatol Belski |
Fixed bug #64370 (microtime(true) less than $_SERVER['REQUEST_TIME_FLOAT']) |
#
c7ad92fa |
| 11-Mar-2013 |
Keyur Govande |
Adding in NEWS/UPGRADING about process title change support. |
#
9d816ba1 |
| 09-Mar-2013 |
Xinchen Hui |
Update NEWS |
#
f52b2e6a |
| 09-Mar-2013 |
Xinchen Hui |
Fixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail) about the __sleep one, since php_serialize_* are all void function, so,,only check exception at the v
Fixed bug #64354 (Unserialize array of objects whose class can't be autoloaded fail) about the __sleep one, since php_serialize_* are all void function, so,,only check exception at the very begining
show more ...
|
#
6fece943 |
| 09-Mar-2013 |
Xinchen Hui |
Fix date |
#
01049ca7 |
| 08-Mar-2013 |
Xinchen Hui |
Fixed bug #61025 (__invoke() visibility not honored) |