changelog Thu Feb 17 20:36:34 2005 EDT
Modified files:
/ZendEngine2 ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/ZendEngine2/ChangeLog?r1=1.639&r2=1.640&ty=u
Index: ZendEngine2/ChangeLog
diff -u ZendEngine2/ChangeLog:1.639 ZendEngine2/ChangeLog:1.640
--- ZendEngine2/ChangeLog:1.639 Sun Feb 13 20:39:25 2005
+++ ZendEngine2/ChangeLog Thu Feb 17 20:36:34 2005
@@ -1,3 +1,33 @@
+2005-02-17 Marcus Boerger <[EMAIL PROTECTED]>
+
+ * zend_API.c:
+ - A little optimization to prevent problems when trying to reimplement an
+ interface inherited from an interfaces that was just implemented......
+
+ * zend_API.c:
+ - No C++ ruleZ here
+
+ * zend_API.c:
+ - Actually we must do this in two steps: 1st resize the table and set all
+ interfaces, 2nd implement the interfaces
+
+ * zend_API.c:
+ - Incrementation is done elsewhere
+
+ * zend_API.c:
+ - Fix windows build (funny MS compiler)
+
+2005-02-17 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * (PHP_5_0)
+ Zend.m4
+ zend_strtod.c:
+ MFH: - Compile fix for systems without int32_t typedef
+
+ * Zend.m4
+ zend_strtod.c:
+ - Compile fix for systems without int32_t typedef
+
2005-02-13 Marcus Boerger <[EMAIL PROTECTED]>
* zend_execute_API.c
@@ -7055,7 +7085,7 @@
2003-06-10 Jani Taskinen <[EMAIL PROTECTED]>
* zend_multiply.h:
- - Missing $Id: ChangeLog,v 1.639 2005/02/14 01:39:25 changelog Exp $ tag
+ - Missing $Id: ChangeLog,v 1.640 2005/02/18 01:36:34 changelog Exp $ tag
2003-06-10 James Cox <[EMAIL PROTECTED]>
@@ -8779,7 +8809,7 @@
zend_types.h
zend_variables.c
zend_variables.h:
- - Added some missing CVS $Id: ChangeLog,v 1.639 2005/02/14 01:39:25
changelog Exp $ tags, headers and footers.
+ - Added some missing CVS $Id: ChangeLog,v 1.640 2005/02/18 01:36:34
changelog Exp $ tags, headers and footers.
2003-01-30 Ilia Alshanetsky <[EMAIL PROTECTED]>