]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 18 Nov 2004 01:34:33 +0000 (01:34 +0000)
committer <changelog@php.net> <>
Thu, 18 Nov 2004 01:34:33 +0000 (01:34 +0000)
ChangeLog
Zend/ChangeLog

index 597ba35b94498009d4de857e93553b8d54ec6028..73fe400e7a82f9a56a7e18105b992cad51f65980 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,46 @@
+2004-11-17  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      ext/dio/dio.c
+      ext/dio/dio.c:
+      MFH: Gracefully handle allocation failure.
+
+    * ext/dio/dio.c:
+      Gracefully handle allocation failure.
+
+2004-11-17  Pierre-Alain Joye  <pierre@dotgeek.org>
+
+    * ext/gd/libgd/gd.c:
+      - Really fix imagefill, part of my previous (old) fix was not applied
+        (blame me), bak the alphablending and restore it on exit
+
+    * ext/gd/libgd/gd.c:
+      - MFB: fix #30739, imagefill did not set back alphablending mode
+
+    * (PHP_4_3)
+      NEWS
+      ext/gd/libgd/gd.c:
+      - Fix #30739, imagefill does not set back the alphablending mode
+
+2004-11-17  Stanislav Malyshev  <stas@zend.com>
+
+    * (PHP_5_0)
+      ZendEngine2/zend_execute_API.c:
+      fix #30543
+
+    * ZendEngine2/zend_execute_API.c:
+      fix crash
+
+2004-11-17  Edin Kadribasic  <edink@emini.dk>
+
+    * (PHP_5_0)
+      win32/php5dllts.dsp:
+      Fix build here too
+
+    * (PHP_4_3)
+      win32/php4dllts.dsp:
+      Fix windows build
+
 2004-11-16  Dmitry Stogov  <dmitry@zend.com>
 
     * (PHP_5_0)
index e9090cc65b77b63d9efcf82e1de5f40c549a2542..81f6d48e059d10fcbf6a5b862efbba26688cd4a2 100644 (file)
@@ -1,3 +1,12 @@
+2004-11-17  Stanislav Malyshev  <stas@zend.com>
+
+    * (PHP_5_0)
+      zend_execute_API.c:
+      fix #30543
+
+    * zend_execute_API.c:
+      fix crash
+
 2004-11-16  Derick Rethans  <php@derickrethans.nl>
 
     * zend_strtod.c