changelog Sun Oct 7 01:31:27 2007 UTC
Modified files: /php-src ChangeLog Log: ChangeLog update http://cvs.php.net/viewvc.cgi/php-src/ChangeLog?r1=1.2830&r2=1.2831&diff_format=u Index: php-src/ChangeLog diff -u php-src/ChangeLog:1.2830 php-src/ChangeLog:1.2831 --- php-src/ChangeLog:1.2830 Sat Oct 6 01:31:29 2007 +++ php-src/ChangeLog Sun Oct 7 01:31:26 2007 @@ -1,3 +1,38 @@ +2007-10-06 Antony Dovgal <[EMAIL PROTECTED]> + + * 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 <[EMAIL PROTECTED]> + + * (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 <[EMAIL PROTECTED]> * ext/mysqlnd/mysqlnd_alloc.c