From: Date: Mon, 8 Jan 2001 02:09:15 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.5RC1~677 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=75eea8ed1bee0adc0b9f14965cde8f778c5bb89f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index ab9405c5ac..81cbc0de3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,92 @@ +2001-01-07 Shane Caraveo + + * sapi/isapi/stresstest/stresstest.cpp + sapi/isapi/stresstest/stresstest.dsp: + stresstest is based on cgiwrap. it can be used to debug php4isapi.dll without + the use of an actual web server. + + * sapi/isapi/php4isapi.c: define flag to turn off exception handling + +2001-01-07 Stig Venaas + + * ext/standard/credits_ext.h: Added OpenSSL + + * configure.in: Changed OpenSSL requirements from 0.9.6 to 0.9.5 + + * ext/ldap/ldap.c: + Minor changes to LDAP_OPT constants, and added support for controls to + ldap_set_option. + +2001-01-07 Zeev Suraski + + * ext/standard/browscap.c: Fix possible startup crash + + * main/php_ini.h: Fix CGI build + + * main/main.c: Change get_ini_entry to get_configuration_directive + +2001-01-07 Derick Rethans + + * ext/standard/crypt.c: + - Fix for bug 7035, regarding PHP_MAX_SALT_LENGTH for OpenBsd + +2001-01-07 Stig Venaas + + * ext/ldap/ldap.c + ext/ldap/php_ldap.h: + Added LDAPv3 stuff. ldap_search() now treats LDAP_ADMINLIMIT_EXCEEDED like + LDAP_SIZELIMIT_EXCEEDED and returns referral results. + Added new functions ldap_parse_result(), ldap_first_reference(), + ldap_next_reference() and ldap_parse_reference() that among other things + make referrals and search references accessible. + +2001-01-07 Sascha Schumann + + * ext/imap/php_imap.c: Fix ZTS build which was broken by the last commit + +2001-01-07 Thies C. Arntzen + + * ext/oci8/oci8.c: Merged from rev 1.105 + + * ext/oci8/oci8.c: fix small leak in ociexecute() + fixes: #8573 + submitted by: tcarroll@chc-chimes.com + +2001-01-07 Stig Venaas + + * acinclude.m4 + ext/openssl/openssl.c: + Made OpenSSL extension work with 0.9.5 and changed version check to 0.9.5 + +2001-01-07 Sascha Schumann + + * ext/session/session.c: + Use MAKE_STD_ZVAL/FREE_ZVAL to handle zval memory allocation. + + * ext/session/tests/004.phpt + ext/session/tests/005.phpt: Add a new test and refine the fourth test + + * ext/session/mod_user.c + ext/session/session.c: + Use zval_ptr_dtor instead of zval_dtor/FREE_ZVAL pair. + + Submitted by: Andi Gutmans + +2001-01-07 Jani Taskinen + + * ext/gd/gdcache.h: Fixed bug: 8478 + + * ext/imap/php_imap.c: imap_user and imap_password were freed too early. + PR: 8424 + +2001-01-07 Jon Parise + + * pear/CODING_STANDARDS: Fix typo. This one was my fault, anyway. + +2001-01-07 Chuck Hagenbuch + + * pear/CODING_STANDARDS: list the correct modeline for vi. + 2001-01-06 Mika Tuupola * pear/Image/Remote.php: