#
151b16cf |
| 27-Sep-2012 |
Jerome Loyet |
- Fixed bug #62887 (Only /status?plain&full gives "last request cpu") |
#
72f34571 |
| 27-Sep-2012 |
Jerome Loyet |
- Fixed bug #62947 (Unneccesary warnings on FPM) |
#
e31553c2 |
| 27-Sep-2012 |
Jerome Loyet |
- Fixed bug #62947 (Unneccesary warnings on FPM) |
#
64a0e7cd |
| 27-Sep-2012 |
Jerome Loyet |
- Fixed bug #63085 (Systemd integration and daemonize) |
#
851a04bb |
| 27-Sep-2012 |
Jerome Loyet |
- Fixed bug #63085 (Systemd integration and daemonize) |
#
b5eb1456 |
| 27-Sep-2012 |
Jerome Loyet |
- Fixed bug #62954 (startup problems fpm / php-fpm) - Fixed bug #62886 (PHP-FPM may segfault/hang on startup) |
#
75c63c55 |
| 27-Sep-2012 |
Jerome Loyet |
- Fixed bug #62954 (startup problems fpm / php-fpm) - Fixed bug #62886 (PHP-FPM may segfault/hang on startup) |
#
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 |