]> granicus.if.org Git - php/commitdiff
NEWS
authorRemi Collet <remi@php.net>
Tue, 2 Jul 2013 08:48:19 +0000 (10:48 +0200)
committerRemi Collet <remi@php.net>
Tue, 2 Jul 2013 08:48:19 +0000 (10:48 +0200)
NEWS

diff --git a/NEWS b/NEWS
index 4cbd4e8e119ffcc6ae8647d19d04639ae6046e86..860b3c3ab3c9099c45800e8854537a72ea5ddbdd 100644 (file)
--- 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)