From a59559a173f12c7749cb8ed2fc0a609894851201 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Sun, 16 Feb 2014 14:21:05 +0900 Subject: [PATCH] Update NEWS and UPGRADING --- NEWS | 4 ++++ UPGRADING | 3 +++ 2 files changed, 7 insertions(+) diff --git a/NEWS b/NEWS index 3d75746ae0..356a662c48 100644 --- 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 diff --git a/UPGRADING b/UPGRADING index de12a7388d..badb520ac1 100755 --- 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 ======================================== -- 2.50.1