]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 19 May 2004 00:34:15 +0000 (00:34 +0000)
committer <changelog@php.net> <>
Wed, 19 May 2004 00:34:15 +0000 (00:34 +0000)
ChangeLog
Zend/ChangeLog

index 7a4723ea70ec3b5c90c2624aaaf733910c00bb29..7dfd90ba53f1c37c49c24e62f7aeae8fc75f071d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,63 @@
+2004-05-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/ingres_ii/ii.c:
+      Fixed possible memory leak.
+
+2004-05-18  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * tests/strings/002.phpt:
+      Fix test
+
+    * ZendEngine2/zend_API.c:
+      - Need to operate on module pointer in hash table
+
+2004-05-18  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * ZendEngine2/zend_execute_API.c:
+      Fix bug #28438: win32 build fails in non-zts mode
+
+2004-05-18  Stanislav Malyshev  <stas@zend.com>
+
+    * ZendEngine2/zend_API.c
+      ext/standard/dl.c:
+      Z_TYPE_P is for zvals
+
+2004-05-18  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * ext/standard/dl.c:
+      Fix dl() and extension=
+
+    * ZendEngine2/zend_API.c:
+      Register according to the type specified by the module.
+      (Helps to fix dl() bug)
+
+2004-05-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      ext/standard/exec.c:
+      MFH: Fixed command line escaping routines for win32.
+
+    * ext/standard/exec.c:
+      Fixed command line escaping routines for win32.
+
+2004-05-18  Edin Kadribasic  <edink@emini.dk>
+
+    * ext/pspell/pspell.c:
+      Move declarations to the begining of function.
+      This allows it to actually compile on windows.
+
+    * ext/sybase_ct/php_sybase_ct.c:
+      TSRM fix
+
+    * ext/sockets/sockets.c:
+      No length parameter -> estrdup()
+
+2004-05-18  Sara Golemon  <php@alphaweb.net>
+
+    * ZendEngine2/zend_execute.c:
+      Bugfix#28404 When type is double we need to access dval, not lval
+
 2004-05-17  Ilia Alshanetsky  <ilia@prohost.org>
 
     * ext/standard/tests/strings/bug26973.phpt
index 4a233622e0e836d855c821d8e7f6aaa42fc5b117..8f7a36b8ecdc35bb3764ea1bfbce389fa60a3c63 100644 (file)
@@ -1,3 +1,29 @@
+2004-05-18  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_API.c:
+      - Need to operate on module pointer in hash table
+
+2004-05-18  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * zend_execute_API.c:
+      Fix bug #28438: win32 build fails in non-zts mode
+
+2004-05-18  Stanislav Malyshev  <stas@zend.com>
+
+    * zend_API.c:
+      Z_TYPE_P is for zvals
+
+2004-05-18  Wez Furlong  <wez.php@thebrainroom.net>
+
+    * zend_API.c:
+      Register according to the type specified by the module.
+      (Helps to fix dl() bug)
+
+2004-05-18  Sara Golemon  <php@alphaweb.net>
+
+    * zend_execute.c:
+      Bugfix#28404 When type is double we need to access dval, not lval
+
 2004-05-17  Andrei Zmievski  <andreiz@gmail.com>
 
     * zend_ini_parser.y