From: Date: Fri, 18 Aug 2000 01:09:07 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.2RC1~76 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d484ad1d6c2ad743a52181096ba5632dabcfd9bd;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b2e114d5bc..46aa68927d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,59 @@ +2000-08-17 Sam Ruby + + * sapi/servlet/servlet.c: + Reorder call to ELS_FETCH to be after declarations + +2000-08-17 Andrei Zmievski + + * ext/pcre/php_pcre.c: + Reverting the pemalloc -> malloc change until we figure out why it breaks. + + * ext/pcre/php_pcre.c: No need to have persistent allocation. + +2000-08-17 Chuck Hagenbuch + + * ext/imap/php_imap.c: + prevent mail_criteria from munging the variable passed in containing the + query - just had to add a cpystr(). if this isn't the right fix, let me + know, but it does work. + +2000-08-17 Ben Mansell + + * sapi/isapi/php4isapi.c: + (send_headers) Removed code freeing http_status_line, this is performed + in sapi_send_headers() + +2000-08-17 Hartmut Holzgraefe + + * ext/standard/url_scanner.c: additional include should fix bug #6086 + +2000-08-17 Sascha Schumann + + * pear/Makefile.in: + Fix dependency. PEAR.php needs to be created before it can be installed. + +2000-08-17 Sam Ruby + + * ext/java/java.c + ext/java/java.dsp + sapi/servlet/servlet.dsp: + Better error reporting when dll/shared library is not able to be loaded. + Submitted by: Bård Farstad + +2000-08-17 Stanislav Malyshev + + * ext/standard/string.c: Fix chunk_split (#6208) + +2000-08-17 Andi Gutmans + + * ext/curl/curl.c + win32/php4dllts.dsp: - It should be #ifdef PHP_WIN32 + +2000-08-17 Sterling Hughes + + * ext/curl/curl.c + ext/curl/php_curl.h: ts issues. + 2000-08-16 Andi Gutmans * main/fopen-wrappers.c