diff options
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | Zend/ChangeLog | 5 |
2 files changed, 16 insertions, 0 deletions
@@ -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 |