]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Thu, 24 Feb 2005 01:35:08 +0000 (01:35 +0000)
committer <changelog@php.net> <>
Thu, 24 Feb 2005 01:35:08 +0000 (01:35 +0000)
ChangeLog
Zend/ChangeLog

index 52ff7ccb814276f84fccf851a476cd6b9934131e..7de79d65197e1507dad1fc492ad260d3056c1cfa 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,101 @@
+2005-02-23  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/image.c:
+      Additional safety checks.
+
+2005-02-23  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/standard/image.c:
+      - Slightly redesign
+
+2005-02-23  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * (PHP_5_0)
+      main/streams/mmap.c:
+      MFH: Increase maximum mmapable file size to 2mb from 1mb.
+
+    * main/streams/mmap.c:
+      Increase maximum mmapable file size to 2mb from 1mb.
+
+    * (PHP_4_3)
+      TODO_SEGFAULTS:
+      pack() issues were resolved.
+
+2005-02-23  Ard Biesheuvel  <a.k.biesheuvel@ewi.tudelft.nl>
+
+    * ext/interbase/interbase.c:
+      Fixed bug #31597: ibase_connect() - incorrect warning
+
+2005-02-23  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/dir.c:
+      Fixed compiler warning.
+
+    * (PHP_5_0)
+      ext/bz2/bz2.c:
+      MFB_4_3: Fixed bug #29521 (compress.bzip2 returns error when used with http
+      wrapper)
+
+    * ext/bz2/bz2.c:
+      MFB_4_3: Fixed bug #29521 (compress.bzip2 returns error when used with http
+      wrapper).
+
+2005-02-23  Stefan Esser  <sesser@suspekt.org>
+
+    * ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.re:
+      Correcting bounds check before someone uses this code
+
+2005-02-23  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_5_0)
+      NEWS
+      ZendEngine2/zend_reflection_api.c:
+      - MFH: fixed bug #32076 (ReflectionMethod :: isDestructor() always return
+        true).
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Fixed bug #32076 (ReflectionMethod :: isDestructor() always return true)
+        (Patch by Antony Dogval)
+
+2005-02-23  Stanislav Malyshev  <stas@zend.com>
+
+    * ext/standard/var.c
+      ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.re:
+      Custom object serializer infrastructure - PHP implementation
+
+    * ZendEngine2/zend.h
+      ZendEngine2/zend_compile.c:
+      Custom object serializer infrastructure
+
+2005-02-23  Anantha Kesari H Y  <hyanantha@novell.com>
+
+    * main/php_syslog.h:
+      NetWare can make use of Autoconf generated header file
+
+    * main/php_open_temporary_file.c:
+      NetWare LibC has mkstemp implementation
+
+    * main/php_compat.h:
+      NetWare can make use autoconf generated header file
+
+    * main/fopen_wrappers.c:
+      NetWare LibC has pwd.h
+
+2005-02-23  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * ZendEngine2/Zend.m4:
+      Hack the planet
+
+2005-02-23  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * run-tests.php:
+      - Use PHP not C semantics
+
+    * ZendEngine2/zend_interfaces.c:
+      - Allow to convert Traversable into Aggregate
+
 2005-02-22  Ilia Alshanetsky  <ilia@prohost.org>
 
     * (PHP_4_3)
index 520c8fda5a6e7a6ae094783e7e368f8b2f9ad955..4689d5cb5ba1c40b49134e77cd4c35ec05f5455c 100644 (file)
@@ -1,3 +1,30 @@
+2005-02-23  Derick Rethans  <php@derickrethans.nl>
+
+    * (PHP_5_0)
+      zend_reflection_api.c:
+      - MFH: fixed bug #32076 (ReflectionMethod :: isDestructor() always return
+        true).
+
+    * zend_reflection_api.c:
+      - Fixed bug #32076 (ReflectionMethod :: isDestructor() always return true)
+        (Patch by Antony Dogval)
+
+2005-02-23  Stanislav Malyshev  <stas@zend.com>
+
+    * zend.h
+      zend_compile.c:
+      Custom object serializer infrastructure
+
+2005-02-23  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * Zend.m4:
+      Hack the planet
+
+2005-02-23  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_interfaces.c:
+      - Allow to convert Traversable into Aggregate
+
 2005-02-22  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_objects_API.c: