changelog               Wed Aug 21 20:17:04 2002 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1144 php4/ChangeLog:1.1145
--- php4/ChangeLog:1.1144       Tue Aug 20 20:21:15 2002
+++ php4/ChangeLog      Wed Aug 21 20:17:03 2002
@@ -1,3 +1,101 @@
+2002-08-21  sniper  <[EMAIL PROTECTED]>
+
+    * sapi/apache/mod_php4.c: Fix ZTS build
+
+2002-08-21  helly  <[EMAIL PROTECTED]>
+
+    * ext/exif/tests/003.phpt
+      ext/exif/tests/004.phpt: These require exif and mbstring
+
+    * tests/basic/012.phpt: Test argument passing for CLI
+
+    * tests/basic/011.phpt: This does not work for CLI
+
+    * run-tests.php:
+    Added ARGS section to allow passing arguments to CLI tests
+
+2002-08-21  sniper  <[EMAIL PROTECTED]>
+
+    * ext/standard/array.c: MFH
+
+2002-08-21  iliaa  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c: Added monetary.h to prevent compile warning.
+    Fixed a memory leak inside money_format function, which occures if the
+    parameters to the function are not valid.
+    Fixed a segmentation fault inside money_format in the event the value
+    to be formated is >1024 bytes.
+    Made the return value of money_format be null terminated.
+
+    * configure.in:
+    Added a check for monetary.h needed for strfmon inside string.c
+
+2002-08-21  helly  <[EMAIL PROTECTED]>
+
+    * ext/exif/tests/003.phpt
+      ext/exif/tests/004.phpt: Reflect recent changes to exif.c
+
+    * ext/standard/array.c: Fixes array test 004.phpt. Nice copy paste error.
+
+    * ext/standard/tests/array/003.phpt:
+    Patch from Melvyn Sopacua <[EMAIL PROTECTED]> finally fixes it (bug 19006).
+
+2002-08-21  sebastian  <[EMAIL PROTECTED]>
+
+    * ext/standard/string.c: Fix ZTS build.
+
+2002-08-21  derick  <[EMAIL PROTECTED]>
+
+    * ext/domxml/CREDITS
+      ext/mysql/CREDITS: - Proper format for CREDITS files
+
+2002-08-21  steinm  <[EMAIL PROTECTED]>
+
+    * ext/domxml/CREDITS: - gave overdue credits to christian
+
+2002-08-21  kalowsky  <[EMAIL PROTECTED]>
+
+    * ext/java/java.c:
+    This final change enables the ext/java to compile on OSX.
+
+2002-08-21  iliaa  <[EMAIL PROTECTED]>
+
+    * ext/ftp/ftp.c: Fixed compile warning.
+
+2002-08-21  helly  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/array/003.phpt
+      ext/standard/tests/array/004.phpt:
+    add ini setting precision - this does not fix the real problem here
+
+    * ext/mbstring/tests/020.phpt: more ini settings
+
+    * main/output.c
+      main/php_output.h:
+    full decopling of size parameters of ob_start() and internal buffer handlers
+
+2002-08-21  kalowsky  <[EMAIL PROTECTED]>
+
+    * ext/java/config.m4
+      ext/java/java.c: One more patch up towards OSX compatibility...
+
+2002-08-21  helly  <[EMAIL PROTECTED]>
+
+    * ext/standard/tests/general_functions/008.phpt:
+    Add var_dump float format test
+
+    * ext/standard/tests/general_functions/007.phpt:
+    Add combined base64 and md5 test
+
+    * ext/standard/tests/array/002.phpt
+      ext/standard/tests/array/001.phpt: fix array tests
+    someone must have changed precision in php.ini-dist from 14 to 12
+
+    * main/snprintf.c:
+    make snprintf and f,g,G converions of snprintf/spprintf C99 complient
+
+    * main/output.c: Ignore double_buffering for ob_start().
+
 2002-08-20  helly  <[EMAIL PROTECTED]>
 
     * php.ini-dist


Reply via email to