From: Remi Collet Date: Tue, 2 Jul 2013 08:48:19 +0000 (+0200) Subject: NEWS X-Git-Tag: php-5.5.2RC1~17^2~17 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d5a2fba16dac42a29145d2dbc074c4ddb87589d;p=php NEWS --- diff --git a/NEWS b/NEWS index 4cbd4e8e11..860b3c3ab3 100644 --- a/NEWS +++ b/NEWS @@ -14,6 +14,9 @@ PHP NEWS . Fixed bug #64827 (Segfault in zval_mark_grey (zend_gc.c)). (Laruence) . OPcache must be compatible with LiteSpeed SAPI (Dmitry) +- CGI: + . Fixed Bug #65143 (Missing php-cgi man page). (Remi) + - CLI server: . Fixed bug #65066 (Cli server not responsive when responding with 422 http status code). (Adam) @@ -35,6 +38,9 @@ PHP NEWS . Allowed PDO_OCI to compile with Oracle Database 12c client libraries. (Chris Jones) +- Phar: + . Fixed Bug #65142 (Missing phar man page). (Remi) + - Session: . Added optional create_sid() argument to session_set_save_handler(), SessionHandler and new SessionIdInterface. (Leigh, Arpad)