summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJani Taskinen <jani@php.net>2007-10-06 01:46:24 +0000
committerJani Taskinen <jani@php.net>2007-10-06 01:46:24 +0000
commitc65b53b6c64dd812d86ed2ea79c808b8d7007074 (patch)
treedfdb7de2f87e387aab3f0e5b44b1c4f931f93601 /NEWS
parentd473e198f574554d8d4f7170c83630602f087246 (diff)
downloadphp-git-c65b53b6c64dd812d86ed2ea79c808b8d7007074.tar.gz
BFN
[DOC] Note: ldap_[get|set]_option() manual pages needs an entry for [DOC] LDAP_OPT_NETWORK_TIMEOUT
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 4e4f96de30..c7c7609680 100644
--- a/NEWS
+++ b/NEWS
@@ -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.