]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Wed, 25 Feb 2004 01:32:26 +0000 (01:32 +0000)
committer <changelog@php.net> <>
Wed, 25 Feb 2004 01:32:26 +0000 (01:32 +0000)
ChangeLog
Zend/ChangeLog

index ccf770759892831b2255e31756f2a519a0cec713..594d710894d1eeb810b09884c9183bed4555727b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,58 @@
+2004-02-24  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_API.c:
+      Fix class flags when handling abstract methods
+
+2004-02-24  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_4_3)
+      NEWS
+      ext/standard/http_fopen_wrapper.c:
+      MFH: Fixed bug #27383 (Potential crash inside fopen_wrapper, while parsing
+      response code).
+
+    * ext/standard/http_fopen_wrapper.c:
+      Fixed bug #27383 (Potential crash inside fopen_wrapper, while parsing
+      response code).
+
+2004-02-24  George Schlossnagle  <george@omniti.com>
+
+    * ext/standard/pack.c:
+      fix for bug 27384
+
+2004-02-24  Ard Biesheuvel  <a.k.biesheuvel@ewi.tudelft.nl>
+
+    * ext/sqlite/sqlite.c:
+      More wordsize/alignment fixes
+
+2004-02-24  Zeev Suraski  <zeev@zend.com>
+
+    * main/main.c:
+      Remove empty comment
+
+2004-02-24  Christian Stocker  <chregu@phant.ch>
+
+    * (PHP_4_3)
+      ext/domxml/php_domxml.c:
+      fix for bug 27349 "Invalid parsing of CDATA sections in XSL templates"
+
+2004-02-24  Rob Richards  <rrichards@ctindustries.net>
+
+    * ext/xml/compat.c:
+      fix win32 compile with libxml 2.6
+      fix mem leaks
+
+2004-02-24  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * (PHP_4_3)
+      NEWS
+      ext/session/session.c:
+      MFH: - Fixed bug #26005 (Random "cannot change the session ini settings"
+      errors).
+
+    * ext/session/session.c:
+      Fix bug #26005 (Random "cannot change the session ini settings" errors)
+
 2004-02-23  Wez Furlong  <wez.php@thebrainroom.net>
 
     * ext/standard/tests/file/statcache-corruption.phpt:
index 20a30b4c172a001219cfdf4c12cc9d63ec042644..48432caad638902c13e784412e7c9023c8039b4c 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-24  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_API.c:
+      Fix class flags when handling abstract methods
+
 2004-02-23  Andi Gutmans  <andi@zend.com>
 
     * zend_language_parser.y: