From: Date: Wed, 3 Nov 2004 01:38:35 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~753 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e16f0c6996f6c6c2461e2d3ca6e9edc9e9981769;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 85d4ab7444..1b719f829c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2004-11-02 Andrey Hristov + + * ext/standard/basic_functions.c + main/php.h: + make sleep() return it's return value when possible + +2004-11-02 Ilia Alshanetsky + + * (PHP_5_0) + NEWS: + Bug fixing news. + + * (PHP_4_3) + NEWS + ext/gd/gd.c: + MFH: Fixed bug #30658 (Ensure that temporary files created by GD are + removed). + + * ext/gd/gd.c: + MFB: Fixed bug #30658 (Ensure that temporary files created by GD are + removed). + + * (PHP_5_0) + ext/gd/gd.c: + Fixed bug #30658 (Ensure that temporary files created by GD are removed). + +2004-11-02 Sebastian Bergmann + + * (PHP_5_0) + ZendEngine2/zend_API.c: + MFH: Patch by Joe Orton . + + * ZendEngine2/zend_API.c: + Patch by Joe Orton . + +2004-11-02 Ilia Alshanetsky + + * (PHP_4_3) + ext/standard/link.c + ext/standard/link.c: + MFH: Fixed open_basedir & safe_mode bypass inside readlink() function. + + * ext/standard/link.c: + Fixed open_basedir & safe_mode bypass inside readlink() function. + 2004-11-01 Marcus Boerger * ext/standard/array.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 34631f67af..374bfc3570 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2004-11-02 Sebastian Bergmann + + * (PHP_5_0) + zend_API.c: + MFH: Patch by Joe Orton . + + * zend_API.c: + Patch by Joe Orton . + 2004-10-31 Marcus Boerger * zend_reflection_api.c: