summaryrefslogtreecommitdiff
path: root/Zend/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'Zend/ChangeLog')
-rw-r--r--Zend/ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 832703fdec..bdd8f288f2 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,28 @@
+2003-12-02 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * zend_object_handlers.c:
+ Remove automatic call to __toString() since it is supposed to cause too
+ much trouble. See discussion on the mailing list.
+
+2003-12-02 Andi Gutmans <andi@zend.com>
+
+ * zend_API.c
+ zend_operators.c:
+ - Revert the revert of these patches. This overloading can only be used
+ - by C extensions such as SimpleXML and *NOT* PHP code. Reasons given
+ - on the mailing list and problem with reentrancy inside the opcodes.
+
+ * zend_compile.c:
+ - Fix for bug #26182
+
+ * zend_errors.h:
+ - Don't include E_STRICT in E_ALL.
+
+2003-12-02 Marcus Boerger <marcus.boerger@post.rwth-aachen.de>
+
+ * zend_API.h:
+ Free the zval container only if it should be freed and was not copied.
+
2003-12-01 Andi Gutmans <andi@zend.com>
* zend_execute.c: