changelog               Sun Feb  2 21:19:32 2003 EDT

  Modified files:              
    /ZendEngine2        ChangeLog 
  Log:
  ChangeLog update
  
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.160 ZendEngine2/ChangeLog:1.161
--- ZendEngine2/ChangeLog:1.160 Sat Feb  1 20:33:42 2003
+++ ZendEngine2/ChangeLog       Sun Feb  2 21:19:31 2003
@@ -1,3 +1,33 @@
+2003-02-02  Harald Radi  <[EMAIL PROTECTED]>
+
+    * zend_API.c
+      zend_API.h:
+      extend the parameter parsing API by two functions
+      for parsing method parameters with automatic
+      detection if the function was called as such or as
+      a class method (with a valid this ptr).
+      if called as a function the first parameter has to be
+      the object it is operating on, if called as a method
+      this is used.
+      
+
+2003-02-02  Zeev Suraski  <[EMAIL PROTECTED]>
+
+    * zend.h
+      zend_operators.h:
+      whitespace
+
+    * zend_execute.c
+      zend_object_handlers.c
+      zend_object_handlers.h:
+      Core rearrangements - move Zend Objects specific code to their
+      specific implementation file
+
+2003-02-02  Andi Gutmans  <[EMAIL PROTECTED]>
+
+    * zend_compile.c:
+      - Fix warning
+
 2003-02-01  Sebastian Bergmann  <[EMAIL PROTECTED]>
 
     * zend_ini_scanner.l
@@ -77,7 +107,7 @@
       zend_types.h
       zend_variables.c
       zend_variables.h:
-      - Added some missing CVS $Id: ChangeLog,v 1.160 2003/02/02 01:33:42 changelog 
Exp $ tags, headers and footers.
+      - Added some missing CVS $Id: ChangeLog,v 1.161 2003/02/03 02:19:31 changelog 
+Exp $ tags, headers and footers.
 
 2003-01-30  Ilia Alshanetsky  <[EMAIL PROTECTED]>
 


Reply via email to