]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 4 Jan 2004 01:32:43 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Sun, 4 Jan 2004 01:32:43 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 4b433b7242448d5437de5557e688eab4189ef998..8cadff614f274128f6fec04159bcfd8bc4fcb755 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,50 @@
+2004-01-03  Edin Kadribasic  <edink@emini.dk>
+
+    * (PHP_4_3)
+      NEWS:
+      BFN
+
+    * (PHP_4_3)
+      NEWS:
+      More proper news format.
+
+    * (PHP_4_3)
+      NEWS
+      sapi/cli/php_cli.c:
+      MFH: cli overrides php.ini and switches output buffering off.
+
+2004-01-03  Jan Lehnardt  <jan@dasmoped.net>
+
+    * scripts/phpize.in:
+       - remove unneeded subroutine call
+
+2004-01-03  Derick Rethans  <php@derickrethans.nl>
+
+    * .cvsignore:
+      - Added test results to .cvsignore file
+
+    * NEWS
+      ZendEngine2/zend.c
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_compile.c
+      ZendEngine2/zend_compile.h
+      ZendEngine2/zend_execute.c
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/zend_reflection_api.c
+      ext/standard/basic_functions.c
+      ext/standard/var.c:
+      - Fixed var_export() to show public, protected and private modifiers
+      properly.
+      - Exported (un)mangle_property_name.
+
+    * scripts/phpize.in:
+      - Show the API numbers again while phpizing.
+
+2004-01-03  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/file.c:
+      s/then/than/ Thanks Jani & Andi
+
 2004-01-02  Edin Kadribasic  <edink@emini.dk>
 
     * sapi/cli/php_cli.c:
index ba213881f7c8fe82b8532c3556287cff914841b9..0704d99eaf907a0288995bae59e04d2fe890b9fb 100644 (file)
@@ -1,3 +1,16 @@
+2004-01-03  Derick Rethans  <php@derickrethans.nl>
+
+    * zend.c
+      zend_API.c
+      zend_compile.c
+      zend_compile.h
+      zend_execute.c
+      zend_object_handlers.c
+      zend_reflection_api.c:
+      - Fixed var_export() to show public, protected and private modifiers
+      properly.
+      - Exported (un)mangle_property_name.
+
 2004-01-02  Andrei Zmievski  <andrei@gravitonic.com>
 
     * zend_default_classes.c: