From: Date: Sun, 7 Oct 2007 01:31:26 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_2_0_0a1~1644 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d20f6ecac8e2db5b0595c4fdef4cae221594ab88;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a3e4c61a74..4a89ad66f3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2007-10-06 Antony Dovgal + + * ext/xsl/xsl_fe.h + ext/xsl/xsltprocessor.c: + fix ws & folding, nuke unused vars + + * ext/standard/file.c: + fix ws and avoid freeing integer vars + +2007-10-06 Jani Taskinen + + * (PHP_5_3) + ext/ldap/ldap.c: + MFH:- Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK + equivalent for LDAP_OPT_NETWORK_TIMEOUT) + + * ext/ldap/ldap.c: + - Add support for LDAP_X_OPT_CONNECT_TIMEOUT (Netscape LDAP SDK equivalent + for LDAP_OPT_NETWORK_TIMEOUT) + + * (PHP_5_3) + NEWS: + BFN + [DOC] Note: ldap_[get|set]_option() manual pages needs an entry for + [DOC] LDAP_OPT_NETWORK_TIMEOUT + + * (PHP_5_3) + ext/ldap/ldap.c: + MFH: - Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow + setting network timeout (FR#42837) + + * ext/ldap/ldap.c: + - Added LDAP_OPT_NETWORK_TIMEOUT option for ldap_set_option() to allow + setting network timeout + 2007-10-05 Andrey Hristov * ext/mysqlnd/mysqlnd_alloc.c