]> granicus.if.org Git - php/commitdiff
news entry for new stuff
authorAntony Dovgal <tony2001@php.net>
Thu, 21 Feb 2008 13:37:14 +0000 (13:37 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 21 Feb 2008 13:37:14 +0000 (13:37 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 5e8de966eb16a957c33d4ed56f1ce9cbda604803..65178abf59e9863169a1c48decd3f3c235537f96 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -67,6 +67,8 @@ PHP                                                                        NEWS
 - Added "compact" handler for Zend MM storage. (Dmitry)
 - Added "+" and "*" specifiers to zend_parse_parameters(). (Andrei)
 - Added lcfirst() function. (David C)
+- Added OCI8 Database Resident Connection Pooling (DRCP) and Fast
+  Application Notification (FAN) support (Oracle)
 
 - Removed the experimental RPL (master/slave) functions from mysqli. (Andrey)
 
@@ -114,6 +116,7 @@ PHP                                                                        NEWS
   to different characters with cp1251 and cp866. (Scott)
 - Fixed possible crash in ext/soap because of uninitialized value. (Zdash Urf)
 
+- Fixed PECL bug #12431 (OCI8 ping functionality is broken). (Oracle)
 - Fixed bug #43960 (strtotime() returns timestamp in the future when given a
   bogus string).
 - Fixed bug #43808 (date_create never fails (even when it should)). (Derick)