pajoye Wed Jan 14 09:46:34 2009 UTC Modified files: (Branch: PHP_5_3) /php-src NEWS Log: - NEWS entry for the recent DNS improvement - [DOC] already submitted but it is a good summary http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.452&r2=1.2027.2.547.2.965.2.453&diff_format=u Index: php-src/NEWS diff -u php-src/NEWS:1.2027.2.547.2.965.2.452 php-src/NEWS:1.2027.2.547.2.965.2.453 --- php-src/NEWS:1.2027.2.547.2.965.2.452 Tue Jan 13 18:27:59 2009 +++ php-src/NEWS Wed Jan 14 09:46:34 2009 @@ -1,6 +1,13 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2009, PHP 5.3.0 Alpha 4 +- Improved DNS API + . Windows support for dns_check_record, dns_get_mx (checkdnsrr and getmxrr). + (Pierre) + . Added support for old style DNS functions (supports OSX and FBSD). (Scott) + . Added a new "entries" array in dns_check_record containing the TXT elements + (Felipe, Pierre) + - Changed __call() to be invoked on private/protected method access, similar to properties and __get(). (Andrei) - Upgraded bundled sqlite to version 3.6.8. (Scott, Ilia) @@ -18,7 +25,6 @@ - Added DOMNode::getLineNo to get line number of parsed node. (Rob) - Added table info to PDO::getColumnMeta() with SQLite. (Martin Jansen, Scott) -- Added support for old style DNS functions. (Scott) - Added mail logging functionality that allows logging of mail sent via mail() function. (Ilia) - Added json_last_error() to return any error information from json_decode().
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php