]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Mon, 28 Feb 2005 01:39:43 +0000 (01:39 +0000)
committer <changelog@php.net> <>
Mon, 28 Feb 2005 01:39:43 +0000 (01:39 +0000)
ChangeLog
Zend/ChangeLog

index 9316c64d9693a94be9899883432e7d565138680a..33eeab9c5867d6d729d6557b4d6277fdd1eae888 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,55 @@
+2005-02-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ext/simplexml/tests/016a.phpt
+      ext/simplexml/tests/022.phpt:
+      - Add tests
+
+    * ZendEngine2/zend_object_handlers.c:
+      - If silence if wanted we do not error out
+
+    * ZendEngine2/zend_reflection_api.c:
+      - Add two new methods
+      - Fix signature, no need to cast it
+
+    * ZendEngine2/zend_API.h:
+      - These must be initailized
+
+2005-02-27  Rasmus Lerdorf  <rasmus@lerdorf.com>
+
+    * TSRM/tsrm_virtual_cwd.c:
+      Add a comment to remind me to have a look at this at some point.
+
+2005-02-27  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/ftp_fopen_wrapper.c
+      ext/standard/image.c:
+      Fixed compiler warnings.
+
+2005-02-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_builtin_functions.c:
+      - Update method_exists to new handlers and allow first parameter as string
+
+2005-02-27  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * main/main.c:
+      cs fix (really annoying :)
+
+    * acinclude.m4
+      ZendEngine2/Zend.m4:
+      - Cache the version check results
+
+2005-02-27  Stanislav Malyshev  <stas@zend.com>
+
+    * ext/standard/var_unserializer.c
+      ext/standard/var_unserializer.re:
+      fix typo
+
+2005-02-27  Sara Golemon  <php@alphaweb.net>
+
+    * ext/standard/info.c:
+      Enum filters in phpinfo()
+
 2005-02-26  Wez Furlong  <wez.php@thebrainroom.net>
 
     * run-tests.php:
index 85581022f3f2937d1f9a4ec52c8f341028357850..4a2627bd1bbde5065a6e1eaae5d38cc1e6a30f5a 100644 (file)
@@ -1,3 +1,23 @@
+2005-02-27  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_object_handlers.c:
+      - If silence if wanted we do not error out
+
+    * zend_reflection_api.c:
+      - Add two new methods
+      - Fix signature, no need to cast it
+
+    * zend_API.h:
+      - These must be initailized
+
+    * zend_builtin_functions.c:
+      - Update method_exists to new handlers and allow first parameter as string
+
+2005-02-27  Jani Taskinen  <jani.taskinen@kolumbus.fi>
+
+    * Zend.m4:
+      - Cache the version check results
+
 2005-02-24  Andi Gutmans  <andi@zend.com>
 
     * zend_language_scanner.l: