#
383eafe4 |
| 25-Aug-2012 |
Xinchen Hui |
Merge branch 'PHP-5.3' into PHP-5.4
|
#
d92a89fe |
| 25-Aug-2012 |
Xinchen Hui |
Fixed bug (segfault while build with zts and GOTO vm-kind) |
#
4c83ecc7 |
| 24-Aug-2012 |
Pierrick Charron |
Fixed bug #62912 (CURLINFO_PRIMARY_IP is not exposed) CURLINFO_PRIMARY_* and CURLINFO_LOCAL_* where available in curl_getinfo but the constant itself was not exposed to php userland |
#
13bcf685 |
| 23-Aug-2012 |
Xinchen Hui |
Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray) |
#
42f91d6a |
| 23-Aug-2012 |
Xinchen Hui |
Fixed bug #62904 (Crash when cloning an object which inherits SplFixedArray) |
#
6d1bebfc |
| 23-Aug-2012 |
Xinchen Hui |
Fixed bug #62358 (Segfault when using traits a lot) |
#
ca4dd761 |
| 22-Aug-2012 |
Gustavo Lopes |
Update NEWS given a5d0c1e2 |
#
fbacf9c2 |
| 22-Aug-2012 |
Felipe Pena |
- Fix NEWS |
#
a90170e6 |
| 22-Aug-2012 |
Sebastian Bergmann |
WTF? |
#
b721ed57 |
| 22-Aug-2012 |
Felipe Pena |
- BFN |
#
e5bdd2c0 |
| 22-Aug-2012 |
Xinchen Hui |
Fixed bug #62885 (mysqli_poll - Segmentation fault) |
#
8722173a |
| 21-Aug-2012 |
Xinchen Hui |
Implemented FR #62840 (Add sort flag to ArrayObject::ksort) |
#
12ea5c54 |
| 20-Aug-2012 |
Stanislav Malyshev |
Fix for #62844 |
#
591c59d9 |
| 20-Aug-2012 |
Stanislav Malyshev |
add heredoc parsing fix |
#
675545f0 |
| 20-Aug-2012 |
Stanislav Malyshev |
update NEWS |
#
8b87c6df |
| 19-Aug-2012 |
Xinchen Hui |
Update NEWS |
#
0b23da1c |
| 17-Aug-2012 |
Xinchen Hui |
Fixed bug #62836 (Seg fault or broken object references on unserialize()) |
#
9cf01394 |
| 16-Aug-2012 |
Pierrick Charron |
Fixed bug #62839 curl_copy_handle segfault with CURLOPT_FILE. The refcount was incremented before the assignement. |
#
fc26aa7f |
| 16-Aug-2012 |
Nikita Popov |
Adjust UPGRADING/NEWS for additional mcrypt deprecations |
#
8649e423 |
| 16-Aug-2012 |
Antony Dovgal |
Fixed bug #62838 enchant_dict_quick_check() destroys zval, but fails to initialize it |
#
bec5e101 |
| 14-Aug-2012 |
Xinchen Hui |
update NEWS |
#
a5a409eb |
| 14-Aug-2012 |
Xinchen Hui |
Fixed bug (segfault due to retval is not initialized) |
#
da3660a4 |
| 14-Aug-2012 |
Xinchen Hui |
Fixed bug (segfault due to PS(mod_user_implemented) not be reseted when closing handler call exit) |
#
80d5ae3c |
| 13-Aug-2012 |
Xinchen Hui |
Implemented 'finally' keywords for php RFC: https://wiki.php.net/rfc/finally FR: https://bugs.php.net/bug.php?id=32100 and I have got some improvment ideas(performance), will impleme
Implemented 'finally' keywords for php RFC: https://wiki.php.net/rfc/finally FR: https://bugs.php.net/bug.php?id=32100 and I have got some improvment ideas(performance), will implemented later. thanks
show more ...
|
#
be818e7e |
| 12-Aug-2012 |
Xinchen Hui |
Update NEWS |