From: Date: Sat, 21 Jun 2003 00:31:17 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_2~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d19c93c48ac2c885f34fc518678e33b2d8dd10f5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e3774f3d2c..12852a3c69 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,50 @@ +2003-06-20 Marcus Boerger + + * ext/exif/exif.c: + - Errors, warnings and notices start with a capital letter. + - Show sorcode info when debugging exif. + +2003-06-20 Ilia Alshanetsky + + * (PHP_4_3) + main/main.c: + Fixed bug #24253 (missing variables when register_globals is on) + Fixed a memory leak when more then 1 E|S flag is passed to gpc_order. + Fixed a memory leak when variables_order is not set and gpc_order has S|s + flag. + Optimized out duplicate parsing of the variables order string. + +2003-06-20 Sara Golemon + + * (PHP_4_3) + ext/standard/string.c: + MFH (r-1.391) When skipping blank searchvals we should advance the + corresponding replace hash as well + + * ext/standard/string.c: + When skipping blank searchvals we should advance the corresponding replace + hash as well + +2003-06-20 Rob Richards + + * ext/dom/php_dom.h + ext/dom/xml_common.h: + cleanup common code + + * ext/xsl/php_xsl.c: + fix mem leak + remove unused code + +2003-06-20 Hartmut Holzgraefe + + * scripts/ext_skel_ng/extension_parser.php + scripts/ext_skel_ng/php_global.php: + - package.xml genartion fixed, and added + - shutdown code for globals added + + * scripts/ext_skel_ng/php_function.php: + typo fix + 2003-06-19 Edin Kadribasic * ext/curl/.cvsignore: