]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 6 Feb 2003 01:32:53 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Thu, 6 Feb 2003 01:32:53 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 096a2fd5ccd37a567abccc96af8c7935e602796a..d7dc01f9af11bf2cf17b20b3d9c684595872c05a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,77 @@
+2003-02-05  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * tests/classes/private_001.phpt
+      tests/classes/private_002.phpt
+      tests/classes/private_003.phpt
+      tests/classes/private_003b.phpt
+      tests/classes/private_004.phpt
+      tests/classes/private_004b.phpt
+      tests/classes/private_005.phpt
+      tests/classes/private_005b.phpt
+      tests/classes/private_006.phpt
+      tests/classes/private_006b.phpt
+      tests/classes/private_007.phpt
+      tests/classes/private_007b.phpt
+      tests/classes/protected_001.phpt
+      tests/classes/protected_001b.phpt
+      tests/classes/protected_002.phpt
+      tests/classes/visibility_000a.phpt
+      tests/classes/visibility_000b.phpt
+      tests/classes/visibility_000c.phpt
+      tests/classes/visibility_001a.phpt
+      tests/classes/visibility_001b.phpt
+      tests/classes/visibility_001c.phpt
+      tests/classes/visibility_002a.phpt
+      tests/classes/visibility_002b.phpt
+      tests/classes/visibility_002c.phpt
+      tests/classes/visibility_003a.phpt
+      tests/classes/visibility_003b.phpt
+      tests/classes/visibility_003c.phpt
+      tests/classes/visibility_004a.phpt
+      tests/classes/visibility_004b.phpt
+      tests/classes/visibility_004c.phpt:
+      Add PPP method tests
+
+2003-02-05  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * NEWS:
+      New function news.
+
+    * ext/standard/array.c
+      ext/standard/basic_functions.c
+      ext/standard/php_array.h:
+      Added array_walk_recursive() function that can apply array_walk recursively
+      to an array.
+
+2003-02-05  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * ext/iconv/CREDITS:
+      Credits for iconv
+
+    * sapi/activescript/EXPERIMENTAL:
+      Mark activescript sapi as experimental, so that the installer can
+      categorize it appropriately.
+
+    * win32/installer/README
+      win32/installer/gen-nsis.php
+      win32/installer/setini.php:
+      Check in the prototype PHP installer for win32.
+      
+
+2003-02-05  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * sapi/apache/mod_php4.c
+      sapi/apache_hooks/mod_php4.c:
+      Build Fix.
+
+2003-02-05  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * sapi/cli/php.1:
+      
+
+    * sapi/cli/php.1:
+      First step - abrief version.
+
 2003-02-04  Stig Bakken  <ssb@fast.no>
 
     * pear/package-PEAR.xml:
index ab89d04343620d6d838f57e7fda856b7e2dd863c..f963822db094ee16a4b802694eec274f497782f8 100644 (file)
@@ -1,3 +1,32 @@
+2003-02-05  Zeev Suraski  <zeev@zend.com>
+
+    * zend_execute.c
+      zend_object_handlers.c
+      zend_object_handlers.h
+      zend_objects_API.c:
+      - read_property cleanup
+      - Implement unset/isset/empty for PPP
+
+    * zend.c
+      zend.h
+      zend_API.c
+      zend_compile.c
+      zend_execute.c
+      zend_object_handlers.c
+      zend_object_handlers.h
+      zend_opcode.c:
+      Rework static class properties - now supports access restrictions
+
+    * zend_hash.c
+      zend_hash.h:
+      Add quick_exists()
+
+    * zend_object_handlers.c:
+      Add PPP support for arrays
+
+    * zend_compile.c:
+      Fix buglet in error message
+
 2003-02-04  Zeev Suraski  <zeev@zend.com>
 
     * zend_object_handlers.c: