]> granicus.if.org Git - php/commitdiff
Update NEWS and UPGRADING
authorYasuo Ohgaki <yohgaki@php.net>
Sun, 16 Feb 2014 05:21:05 +0000 (14:21 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Sun, 16 Feb 2014 05:21:05 +0000 (14:21 +0900)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 3d75746ae0850704a19b5940b1d670f643ec31dd..356a662c485dbc5fba107bee95304e0067dbf9d4 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,10 @@ PHP                                                                        NEWS
   . Fixed bug #66501 (Add EC key support to php_openssl_is_private_key).
     (Mark Zedwood)
 
+- Pgsql:
+  . pg_insert()/pg_select()/pg_update()/pg_delete() are no longer EXPERIMENTAL.
+
+
 13 Feb 2014, PHP 5.6.0 Alpha 2
 - Core:
   . Added T_POW (**) operator
index de12a7388dfa1ccab57ab7f7c0816d06f071125d..badb520ac16275cb1437784b556110289b19989d 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -105,6 +105,9 @@ PHP X.Y UPGRADE NOTES
   XMLReader::getAttributeNs and XMLReader::getAttributeNo now return NULL if
   the attribute could not be found, just like XMLReader::getAttribute.
 
+- Pgsql:
+  pg_insert()/pg_select()/pg_update()/pg_delete() are no longer EXPERIMENTAL.
+
 ========================================
 5. New Functions
 ========================================