diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2014-02-16 14:21:05 +0900 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2014-02-16 14:21:05 +0900 |
commit | a59559a173f12c7749cb8ed2fc0a609894851201 (patch) | |
tree | 3a5a30501ce7e0bda3583c04072c3dda1bfdfd25 | |
parent | 56854511d8f046d49cd34666764b37698d961431 (diff) | |
download | php-git-a59559a173f12c7749cb8ed2fc0a609894851201.tar.gz |
Update NEWS and UPGRADING
-rw-r--r-- | NEWS | 4 | ||||
-rwxr-xr-x | UPGRADING | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -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 @@ -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 ======================================== |