jani Sat Oct 6 01:46:25 2007 UTC
Modified files: (Branch: PHP_5_3)
/php-src NEWS
Log:
BFN
[DOC] Note: ldap_[get|set]_option() manual pages needs an entry for
[DOC] LDAP_OPT_NETWORK_TIMEOUT
http://cvs.php.net/viewvc.cgi/php-src/NEWS?r1=1.2027.2.547.2.965.2.21&r2=1.2027.2.547.2.965.2.22&diff_format=u
Index: php-src/NEWS
diff -u php-src/NEWS:1.2027.2.547.2.965.2.21
php-src/NEWS:1.2027.2.547.2.965.2.22
--- php-src/NEWS:1.2027.2.547.2.965.2.21 Wed Oct 3 10:44:32 2007
+++ php-src/NEWS Sat Oct 6 01:46:24 2007
@@ -1,7 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? 20??, PHP 5.3.0
-- Added optional escape character parameter to fgetcsv. (David Soria Parra)
+- Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow
+ setting network timeout (FR #42837). (Jani)
+- Added optional escape character parameter to fgetcsv(). (David Soria Parra)
- Added xsl->setProfiling() for profiling stylesheets. (Christian)
- Added long-option feature to getopt() and made getopt() available also on
win32 systems by adding a common getopt implementation into core.