From: Date: Mon, 30 Apr 2001 01:09:11 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~256 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea7a6b407bcf54604579e3c41482bb90e2897ea9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 10dca2d990..698deaf556 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,62 @@ +2001-04-29 Zeev Suraski + + * NEWS: layout + +2001-04-29 Andi Gutmans + + * ext/standard/dir.c: + - Remove leak from opendir() under Windows. Maybe readdir.c should be + changed to use emalloc() + PR: + Submitted by: + Reviewed by: + Obtained from: + + * NEWS: - Some news + + * ext/standard/dir.c: + - Fix bug Bug id #5987. It could be fixed by changing readdir.c but I + - prefered not to touch that code but to treat windows a bit differently + - in dir.c + PR: + Submitted by: + Reviewed by: + Obtained from: + +2001-04-29 Zeev Suraski + + * ext/pgsql/pgsql.c: Accept the fix suggestion from bug #9562 + +2001-04-29 Derick Rethans + + * ext/standard/datetime.c: - 'Fix' for bug #10145 + +2001-04-29 Sebastian Bergmann + + * TODO-4.1.txt: Added not about 'thread-safing' all extensions for 4.1. + +2001-04-29 Sean Bright + + * ext/standard/string.c: Fix proto decription. + + * ext/standard/string.c: Really fix bug #10362. + +2001-04-29 Andi Gutmans + + * main/main.c: - Update to work with latest Zend + PR: + Submitted by: + Reviewed by: + Obtained from: + +2001-04-29 Zeev Suraski + + * ext/mysql/php_mysql.c: whitespace fix + +2001-04-29 Jani Taskinen + + * ext/fdf/config.m4: Fix bug #10545. + 2001-04-28 Sean Bright * ext/standard/string.c: Fix for bug #10362