#
395d77c5 |
| 23-Sep-2012 |
Xinchen Hui |
Fixed bug #60723 (error_log error time has changed to UTC ignoring default timezo) |
#
5de79f9f |
| 22-Sep-2012 |
Nikita Popov |
Add NEWS/UPGRADING for previous change |
#
734bda7a |
| 21-Sep-2012 |
Lars Strojny |
Fixing NEWS file |
#
ed3a2eec |
| 21-Sep-2012 |
Dmitry Stogov |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed bug #63111 (is_callable() lies for abstract static method) Conflicts: NEWS
|
#
4db74b7f |
| 21-Sep-2012 |
Dmitry Stogov |
Fixed bug #63111 (is_callable() lies for abstract static method) |
#
ffa72707 |
| 20-Sep-2012 |
Rob Richards |
fix bug #63015 (Incorrect arginfo for DOMErrorHandler) |
#
188c124a |
| 19-Sep-2012 |
Lars Strojny |
Bug #63000: MCAST_JOIN_GROUP on OSX is broken The multicast support in PHP 5.4 makes use of MCAST_JOIN_GROUP if it is present. The problem is that OSX 10.7 added the constant, but did no
Bug #63000: MCAST_JOIN_GROUP on OSX is broken The multicast support in PHP 5.4 makes use of MCAST_JOIN_GROUP if it is present. The problem is that OSX 10.7 added the constant, but did not correctly implement the feature. This causes the setsockopt call to fail. The solution to the problem is to not use MCAST_JOIN_GROUP on OSX. For reference, this was also done in VLC: * http://trac.videolan.org/vlc/ticket/6104#comment:19
show more ...
|
#
fd0b3ea6 |
| 19-Sep-2012 |
Xinchen Hui |
Fixed bug #61442 (exception threw in __autoload can not be catched) |
#
aa133ea2 |
| 18-Sep-2012 |
Lars Strojny |
Merged GitHub PR #190: Support for the HTTP PATCH method in CLI webserver |
#
d0ab22e8 |
| 17-Sep-2012 |
Stanislav Malyshev |
update news |
#
f163c70f |
| 16-Sep-2012 |
Nikita Popov |
Add NEWS for generators |
#
27542db4 |
| 12-Sep-2012 |
Niklas Lindgren |
Respond with 501 to unknown request methods Fixed typo Moved 501 response from dispatch to event_read_request Return return value of send_error_page |
#
56425ee6 |
| 16-Sep-2012 |
Stanislav Malyshev |
news for bug #61421 |
#
ee620e96 |
| 15-Sep-2012 |
Xinchen Hui |
Merge branch 'PHP-5.3' into PHP-5.4
|
#
4c6678d6 |
| 15-Sep-2012 |
Xinchen Hui |
Fixed bug #63093 (Segfault while load extension failed in zts-build). |
#
7609fb43 |
| 15-Sep-2012 |
Xinchen Hui |
Remove bug fixed entry |
#
1b13ff6e |
| 15-Sep-2012 |
Xinchen Hui |
Add XFAIL test for bug #62852 |
#
0cc0f73f |
| 12-Sep-2012 |
Johannes Schlüter |
fix NEWS after releses |
#
7161c3d2 |
| 12-Sep-2012 |
Anthony Ferrara |
Add news entry for password API |
#
6ba376f5 |
| 06-Sep-2012 |
Dmitry Stogov |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: - Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: - Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function) Conflicts: NEWS Zend/zend_object_handlers.c
show more ...
|
#
b29dc146 |
| 06-Sep-2012 |
Dmitry Stogov |
- Fixed bug #61767 (Shutdown functions not called in certain error situation) - Fixed bug #60909 (custom error handler throwing Exception + fatal error = no shutdown function) |
#
6c0508f8 |
| 05-Sep-2012 |
Dmitry Stogov |
Fixed bug #62907 (Double free when use traits) |
#
33db8c0e |
| 03-Sep-2012 |
Dmitry Stogov |
Merge branch 'PHP-5.3' into PHP-5.4 * PHP-5.3: Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice).
|
#
0ab27c35 |
| 03-Sep-2012 |
Dmitry Stogov |
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice). |
#
485c09a3 |
| 03-Sep-2012 |
Dmitry Stogov |
Fixed bug #50997 (SOAP Error when trying to submit 2nd Element of a choice). |