]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 26 Jul 2002 00:18:24 +0000 (00:18 +0000)
committer <changelog@php.net> <>
Fri, 26 Jul 2002 00:18:24 +0000 (00:18 +0000)
ChangeLog
Zend/ChangeLog

index e6b665e939c60e9957c22f232a86ebd06c7c7650..94d2e7c696d468090d65b47ec566d8df5089a105 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,40 @@
+2002-07-25  sniper  <sniper@pb1.pair.com>
+
+    * 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  <derick@pb1.pair.com>
+
+    * 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  <sesser@pb1.pair.com>
+
+    * main/main.c: MFH
+
+    * main/main.c: do not dtor empty elements
+
+2002-07-25  derick  <derick@pb1.pair.com>
+
+    * ext/tokenizer/tokenizer.c: - MFH for fix for bug #16939
+
+2002-07-25  helly  <helly@pb1.pair.com>
+
+    * ext/exif/exif.c:
+    -handling of thumbnails in sub IFDs (the Photoshopway for TIFF)
+    -Some Photoshop specific tags
+
 2002-07-24  sesser  <sesser@pb1.pair.com>
 
     * main/php_variables.c: MFH
index b1cae5566cc3c7081c40278f2b1de53bab249a7c..988bd629b409c7a5d65756f681e523fe9f7647c8 100644 (file)
@@ -1,3 +1,13 @@
+2002-07-25  sniper  <sniper@pb1.pair.com>
+
+    * 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  <andi@pb1.pair.com>
 
     * zend_mm.c: - Fix some compile problems with the new configure checks.