From: Date: Fri, 26 Jul 2002 00:18:24 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: dev~169 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7bd50a5e6278b93b540a7bb030d3ddfacd49478;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index e6b665e939..94d2e7c696 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,40 @@ +2002-07-25 sniper + + * acinclude.m4 + sapi/apache/config.m4: + - Fixed bug: #18560, the macro was not defined always. + + * configure.in: MFH: fix bug #18570 + + * main/main.c: + Allow setting post_max_size and upload_max_filesize in .htaccess files too + + * ext/imap/config.m4: Fixed bug: #18561. + +2002-07-25 derick + + * ext/standard/basic_functions.c: + - Added parameter to print_r which returns the variable representation + instead of echoing it. + - Added parameter to print_r which returns the variable representation + instead of echoing it. + +2002-07-25 sesser + + * main/main.c: MFH + + * main/main.c: do not dtor empty elements + +2002-07-25 derick + + * ext/tokenizer/tokenizer.c: - MFH for fix for bug #16939 + +2002-07-25 helly + + * ext/exif/exif.c: + -handling of thumbnails in sub IFDs (the Photoshopway for TIFF) + -Some Photoshop specific tags + 2002-07-24 sesser * main/php_variables.c: MFH diff --git a/Zend/ChangeLog b/Zend/ChangeLog index b1cae5566c..988bd629b4 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,13 @@ +2002-07-25 sniper + + * Zend.m4: Fixed 3 major failures in this test: + + 1. Tests work better when they are actually run.. + 2. When file is opened, it should be closed sometime too. + 3. AC_TRY_RUN cleans after itself (rm -f conftest.*), so it's + good idea to read the values while the file still exists. + + 2002-07-24 Andi Gutmans * zend_mm.c: - Fix some compile problems with the new configure checks.