From: Date: Fri, 15 Sep 2000 01:09:07 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.3RC1~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=15adb9bb42078c5fef7f6f94989ebde4259ab386;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7ebb701841..fa3f5f9baa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +2000-09-14 Chris Vandomelen + + * ext/sockets/sockets.c: Corrected memory leak in read(). + +2000-09-14 Andi Gutmans + + * main/fopen-wrappers.c: + - Use IS_ABSOLUTE_PATH() so that this will work correctly under Windows + + * main/php_virtual_cwd.c + main/php_virtual_cwd.h: - Time to remove these two. + +2000-09-14 Andrei Zmievski + + * ext/snmp/snmp.c: Fix warnings. + + * ext/pcre/php_pcre.c: Fixed bug #6740. + I happen to think that this is php_addslashes() problem, not PCRE's. + When 0 is passed for the length of the string to php_addslashes() it + assumes that we want to process the whole string and happily runs + strlen() on it. That is bad. It should respect the length and return + an empty string if it's 0. + 2000-09-13 Chris Vandomelen * ext/sockets/sockets.c: