]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 8 Apr 2004 00:35:41 +0000 (00:35 +0000)
committer <changelog@php.net> <>
Thu, 8 Apr 2004 00:35:41 +0000 (00:35 +0000)
ChangeLog
Zend/ChangeLog

index 86ea48ac6444644a5375efc7ef8c5b3243ae099d..6bf2ba707fc8f9ab4b5a66f8efd4b5c032feb4eb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,85 @@
+2004-04-07  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS:
+      Missing news entries.
+
+2004-04-07  Edin Kadribasic  <edink@emini.dk>
+
+    * (PHP_4_3)
+      ext/gd/gd.c:
+      Merged wrongly s/#ifdef/#if/
+
+    * ext/gd/gd.c:
+      Allow compilation with gdlib 1.8
+
+2004-04-07  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      ext/gd/tests/bug27582_2.phpt:
+      Removed test for a problem inside the GD library.
+
+2004-04-07  Adam Dickmeiss  <adam@indexdata.dk>
+
+    * (PHP_4_3)
+      ext/yaz/config.m4:
+      Fixed bug #27803 (YAZ lib path)
+
+2004-04-07  Frank M. Kromann  <frank@kromann.info>
+
+    * ext/zlib/php_zlib.def:
+      Export symbols required by zlib_filter extension
+
+2004-04-07  Rob Richards  <rrichards@ctindustries.net>
+
+    * ext/xsl/php_xsl.c:
+      Fix class name
+
+    * NEWS:
+      BFN
+
+    * ext/xml/compat.c
+      ext/xml/xml.c:
+      Fix bug #27821 xml_parse segfaults when xml_set_object called from class
+      method
+      fix memleaks in compat.c
+
+2004-04-07  Andi Gutmans  <andi@zend.com>
+
+    * ZendEngine2/zend_builtin_functions.c:
+      - Hopefully fix the debug_backtrace() code.
+
+    * ZendEngine2/zend_builtin_functions.c:
+      - Fix crash bug in zend_debug_backtrace(). No idea how come this survived
+      - for so long....
+
+2004-04-07  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * (PHP_4_3)
+      NEWS
+      configure.in:
+      MFH: Revert the patch to "fix" #27664 and added more informal error msg.
+
+    * configure.in:
+      Revert the patch to "fix" #27664 and added more informal error msg.
+
+2004-04-07  Ard Biesheuvel  <a.k.biesheuvel@ewi.tudelft.nl>
+
+    * ext/interbase/ibase_service.c
+      ext/interbase/php_ibase_includes.h:
+      Don't define ibase_service struct type unless its member types are defined
+
+2004-04-07  Stanislav Malyshev  <stas@zend.com>
+
+    * ext/standard/incomplete_class.c:
+      Fix incomplete class for the new object model
+
+2004-04-07  Greg Beaver  <greg@chiaraquartet.net>
+
+    * pear/package-PEAR.xml
+      pear/package-PEAR.xml:
+      developer -> lead for cellog
+
 2004-04-06  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/ldap/ldap.c:
index f62b8f5b7e0df1e7d3da76c886df500d20eb440c..9708186d84d63bb779a93f933b13894133513685 100644 (file)
@@ -1,3 +1,12 @@
+2004-04-07  Andi Gutmans  <andi@zend.com>
+
+    * zend_builtin_functions.c:
+      - Hopefully fix the debug_backtrace() code.
+
+    * zend_builtin_functions.c:
+      - Fix crash bug in zend_debug_backtrace(). No idea how come this survived
+      - for so long....
+
 2004-04-04  Ilia Alshanetsky  <ilia@prohost.org>
 
     * zend_objects_API.c: