changelog               Fri Jun 20 20:31:17 2003 EDT

  Modified files:              
    /php4       ChangeLog 
  Log:
  ChangeLog update
  
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1352 php4/ChangeLog:1.1353
--- php4/ChangeLog:1.1352       Thu Jun 19 20:31:17 2003
+++ php4/ChangeLog      Fri Jun 20 20:31:17 2003
@@ -1,3 +1,50 @@
+2003-06-20  Marcus Boerger  <[EMAIL PROTECTED]>
+
+    * ext/exif/exif.c:
+      - Errors, warnings and notices start with a capital letter.
+      - Show sorcode info when debugging exif.
+
+2003-06-20  Ilia Alshanetsky  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * (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  <[EMAIL PROTECTED]>
+
+    * 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  <[EMAIL PROTECTED]>
+
+    * scripts/ext_skel_ng/extension_parser.php
+      scripts/ext_skel_ng/php_global.php:
+      - package.xml genartion fixed, <configureoptions> and <license> added
+      - shutdown code for globals added
+
+    * scripts/ext_skel_ng/php_function.php:
+      typo fix
+
 2003-06-19  Edin Kadribasic  <[EMAIL PROTECTED]>
 
     * ext/curl/.cvsignore:


Reply via email to