changelog Wed Mar 3 20:36:31 2004 EDT
Modified files:
/php-src ChangeLog
Log:
ChangeLog update
http://cvs.php.net/diff.php/php-src/ChangeLog?r1=1.1556&r2=1.1557&ty=u
Index: php-src/ChangeLog
diff -u php-src/ChangeLog:1.1556 php-src/ChangeLog:1.1557
--- php-src/ChangeLog:1.1556 Tue Mar 2 20:33:10 2004
+++ php-src/ChangeLog Wed Mar 3 20:36:26 2004
@@ -1,3 +1,40 @@
+2004-03-03 Rob Richards <[EMAIL PROTECTED]>
+
+ * ext/dom/document.c:
+ Fix bug #27467: domDocument::load() called from class method crashes
+ the methods can be called statically only from within classes which
+ are not extending DomDocument
+
+2004-03-03 Edin Kadribasic <[EMAIL PROTECTED]>
+
+ * ext/mysqli/mysqli_fe.c:
+ Attempt at fixing win32 link errors
+
+ * ext/mysqli/config.w32:
+ Add missing source file
+
+ * ext/mysqli/config.w32:
+ Replace mysql with mysqli in paths to allow building both mysql and mysqli
+
+2004-03-03 Moriyoshi Koizumi <[EMAIL PROTECTED]>
+
+ * ext/mbstring/config.w32:
+ - Add missing include path.
+
+2004-03-03 Andi Gutmans <[EMAIL PROTECTED]>
+
+ * ZendEngine2/zend_objects_API.c:
+ - Fix crash:
+ <?
+ class foo {
+ function __destruct() {
+ foreach ($this->x as $x);
+ }
+ }
+ new foo();
+ echo 'OK';
+ ?>
+
2004-03-02 Moriyoshi Koizumi <[EMAIL PROTECTED]>
* ext/mbstring/config.w32: