derick Mon Jun 7 03:05:37 2004 EDT Modified files: /php-src NEWS Log: - Reorder (again :) http://cvs.php.net/diff.php/php-src/NEWS?r1=1.1726&r2=1.1727&ty=u Index: php-src/NEWS diff -u php-src/NEWS:1.1726 php-src/NEWS:1.1727 --- php-src/NEWS:1.1726 Sat Jun 5 14:43:31 2004 +++ php-src/NEWS Mon Jun 7 03:05:33 2004 @@ -1,18 +1,18 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2004, PHP 5 Release Candidate 3 -- Added MySQL 4.1.2-alpha and 4.1.3-beta support to MySQLI extension. (Georg) - Moved the PDFLib extension to PECL. (Wez) +- Added MySQL 4.1.2-alpha and 4.1.3-beta support to MySQLI extension. (Georg) - Added support for dumping private/protected properties to var_dump(). (Andrey) - Added count() support for COM arrays. (Wez) +- Added Firebird/InterBase UDF source that allows PHP functions to be called + from SQL (Ard) - Changed user error handler mechanism to relay to built-in error handler if it returns false. (Andrei) - Changed class type hints for function parameters to not allow the passing of NULL values. (Andi) - Changed tidy_node to tidyNode and removed tidy_exception. (John) -- Added Firebird/InterBase UDF source that allows PHP functions to be called - from SQL (Ard) - Fixed ip2long() to return FALSE if an IP address passed to this function is not valid. (Derick) - Fixed memory leak in memory manager. (Andi)
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php