summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog11
-rw-r--r--Zend/ChangeLog5
2 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44621a0d77..bab6f27b25 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-11-21 Christian Stocker <chregu@phant.ch>
+
+ * ext/xsl/xsl_fe.h
+ ext/xsl/xsltprocessor.c:
+ - Added $proc->hasExsltSupport()
+
+2003-11-21 Ilia Alshanetsky <ilia@prohost.org>
+
+ * ZendEngine2/zend_execute.c:
+ Cleaner patch for bug #26281.
+
2003-11-20 Hartmut Holzgraefe <hartmut@php-groupies.de>
* ext/standard/parsedate.y:
diff --git a/Zend/ChangeLog b/Zend/ChangeLog
index 70e5160657..91b4e3a30d 100644
--- a/Zend/ChangeLog
+++ b/Zend/ChangeLog
@@ -1,3 +1,8 @@
+2003-11-21 Ilia Alshanetsky <ilia@prohost.org>
+
+ * zend_execute.c:
+ Cleaner patch for bug #26281.
+
2003-11-19 Ilia Alshanetsky <ilia@prohost.org>
* zend_execute.c