From: Date: Wed, 10 Sep 2003 00:34:36 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_7~152 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d73bd73326e03e0fc607c441fda2222d9ae3763;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0968fc9347..54ae591647 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,96 @@ +2003-09-09 Greg Beaver + + * pear/tests/pear_installer1.phpt: + first step in unit testing the installer - tests the download PREG function + +2003-09-09 Melvyn Sopacua + + * ext/standard/tests/time/002.phpt + ext/standard/tests/time/bug13142.phpt: + MFB: Fix US/Eastern vs. America/New_York style tzset implementations. + +2003-09-09 Jani Taskinen + + * (PHP_4_3) + NEWS + NEWS + NEWS: + BFN + + * sapi/apache/php_apache.c: + Nuke warning + + * sapi/apache/php_apache.c: + fix typo + +2003-09-09 Melvyn Sopacua + + * (PHP_4_3) + ext/standard/tests/time/002.phpt + ext/standard/tests/time/bug13142.phpt: + Fix testcases, failing with 'America/New_York' vs. 'US/Eastern' systems + and fallback to POSIX-style. The fallback is based on tzset(3) manpage + [1] + for these systems and may apply to past and future unknowns as well. + + Affected systems: 4.4BSD + + Possible problem: OSF + + Proposed solution: leave testcase as is, and if OSF systems start + failing during next qa-cycle, always use POSIX style + in + testcases and add portability note to docs. + + +2003-09-09 Jani Taskinen + + * sapi/apache/php_apache.c: + Show the runtime version of Apache instead of compile time. + +2003-09-09 Sara Golemon + + * (PHP_4_3) + NEWS: + BFN 25294 + + * (PHP_4_3) + ext/ftp/ftp.c: + MFH(r-1.91) Fix Bug #25294 LIST/NLST can cause segfault because ftp->data + not cleaned properly + + * ext/ftp/ftp.c: + Fix Bug #25294 LIST/NLST can cause segfault because ftp->data not cleaned + properly + +2003-09-09 Melvyn Sopacua + + * ext/domxml/tests/bug23326.phpt + ext/domxml/tests/bug23326.phpt: + + file bug23326.phpt was initially added on branch PHP_4_3. + + * (PHP_4_3) + ext/domxml/php_domxml.c: + Fix #23326: Attributes via append_child not supported + Add testcase + +2003-09-09 Jani Taskinen + + * (PHP_4_3) + ext/standard/image.c + ext/standard/php_image.h: + MFH: - Fixed bug #25211 (image.c compile failure with AIX) + + * ext/standard/image.c + ext/standard/php_image.h: + - Fixed bug #25211 (image.c compile failure with AIX) + +2003-09-09 Moriyoshi Koizumi + + * ext/gd/gd.c: + Add an phpinfo entry showing which version of freetype is linked to gd. + 2003-09-08 Marcus Boerger * ZendEngine2/zend_compile.c: