tony2001 Thu Feb 21 13:37:14 2008 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: news entry for new stuff http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.114&r2=1.2027.2.547.2.965.2.115&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.114 php-src/NEWS:1.2027.2.547.2.965.2.115 --- php-src/NEWS:1.2027.2.547.2.965.2.114 Fri Feb 15 14:51:39 2008 +++ php-src/NEWS Thu Feb 21 13:37:14 2008 @@ -67,6 +67,8 @@ - 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 @@ 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)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php