]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 1 Mar 2004 01:32:12 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Mon, 1 Mar 2004 01:32:12 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index 4e51a95f592acc0d7f405475f49709ede222373c..1733020b7fde4ae2ff2acad0b763a4e42e49a54b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,54 @@
+2004-02-29  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * NEWS:
+      - Yet another BFN
+
+2004-02-29  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Apply fixes by Timm.
+
+    * ZendEngine2/zend_compile.c:
+      - Change prototype isA check not to check the constructor.
+      - Only give an E_STRICT for non-isA compliant code as opposed to
+        E_COMPILE_ERROR.
+
+2004-02-29  Stanislav Malyshev  <stas@zend.com>
+
+    * ZendEngine2/zend_compile.h:
+      add ZEND_API there too for opcode handlers
+
+2004-02-29  Derick Rethans  <php@derickrethans.nl>
+
+    * ZendEngine2/zend_execute.c:
+      - Initialize memory to \0 so that we can reliable detect whether a specific
+        opcode element is in use.
+
+2004-02-29  Anil Madhavapeddy  <anil@recoil.org>
+
+    * pear/PEAR/Downloader.php
+      pear/PEAR/Installer.php:
+      Move the _prependPath function into PEAR_Downloader from PEAR_Installer,
+      as PEAR_Downloader uses it (and PEAR_Installer inherits PEAR_Downloader).
+      
+      Unbreaks 'pear install -R'
+
+2004-02-29  Stanislav Malyshev  <stas@zend.com>
+
+    * ZendEngine2/zend_execute.c:
+      export opcode table
+
+2004-02-29  Moriyoshi Koizumi  <moriyoshi@at.wakwak.com>
+
+    * NEWS:
+      - BFN
+
+    * ext/wddx/wddx.c:
+      - Bugfix #27287 (wddx segfaults during deserialization)
+
+    * ext/session/session.c:
+      - Fix segfaults on deserialisation of referenced variables.
+
 2004-02-28  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/pdf/pdf.c:
index 6ee0c419576b30567f14b7fdf5dbde872fe70091..79eea31fd14e78b76e4b3b430855e676bcfda472 100644 (file)
@@ -1,3 +1,29 @@
+2004-02-29  Andi Gutmans  <andi@zend.com>
+
+    * zend_reflection_api.c:
+      - Apply fixes by Timm.
+
+    * zend_compile.c:
+      - Change prototype isA check not to check the constructor.
+      - Only give an E_STRICT for non-isA compliant code as opposed to
+        E_COMPILE_ERROR.
+
+2004-02-29  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_compile.h:
+      add ZEND_API there too for opcode handlers
+
+2004-02-29  Derick Rethans  <php@derickrethans.nl>
+
+    * zend_execute.c:
+      - Initialize memory to \0 so that we can reliable detect whether a specific
+        opcode element is in use.
+
+2004-02-29  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_execute.c:
+      export opcode table
+
 2004-02-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_API.c