]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 19 Sep 2003 00:33:52 +0000 (00:33 +0000)
committer <changelog@php.net> <>
Fri, 19 Sep 2003 00:33:52 +0000 (00:33 +0000)
ChangeLog
Zend/ChangeLog

index a3bf7a1ac4a29f5d491db9baf92f88576ed2a732..5a7a3a553e87873067e35657f708f941953c6428 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,66 @@
+2003-09-18  Sara Golemon  <php@alphaweb.net>
+
+    * ext/ftp/ftp.c:
+      Manageability
+
+    * NEWS:
+      Added ftp_alloc()
+
+    * ext/ftp/ftp.c
+      ext/ftp/ftp.h
+      ext/ftp/php_ftp.c
+      ext/ftp/php_ftp.h:
+      Add ftp_alloc() for servers which require client to predeclare filesize to
+      be sent.
+
+2003-09-18  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * ZendEngine2/zend_builtin_functions.c:
+      Nuke vars no longer needed
+
+    * ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_reflection_api.c:
+      Go with studlyCaps
+
+    * ZendEngine2/zend_reflection_api.c:
+      Change tostring() into __toString() to match method name used in casting.
+
+    * ZendEngine2/zend.c
+      ZendEngine2/zend_operators.c:
+      Fallback to default behaviour for unsupported object type conversions
+
+    * ZendEngine2/zend_object_handlers.c
+      ZendEngine2/zend_object_handlers.h
+      ZendEngine2/zend_operators.c
+      tests/classes/tostring.phpt:
+      - Allow partial type conversion support for objects.
+      - Add support for object to string conversion from userspace by method
+        __toString() and add a test.
+
+    * ZendEngine2/zend_API.c:
+      Add missing check
+
+2003-09-18  Greg Beaver  <greg@chiaraquartet.net>
+
+    * pear/PEAR/Installer.php:
+      add rollback for installed_as
+
+    * pear/tests/pear_installer3.phpt:
+      add rollback test for installed_as
+
+    * pear/tests/pear_installer3.phpt:
+      finished transaction tests
+
+    * pear/PEAR/Installer.php:
+      unit testing finds another bug :)
+      another case that would cause an endless loop in installed_as file
+      transaction
+
+2003-09-18  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * main/main.c:
+      When track_errors was enabled, we tried to assign value already freed char.
+
 2003-09-17  Rob Richards  <rrichards@ctindustries.net>
 
     * (PHP_4_3)
index ea0b4e11be44dbcfdd974ebc7140a6325a065ecd..17d721e8fec614ebf2d7a1442ef1a168b5e9b2a2 100644 (file)
@@ -1,3 +1,29 @@
+2003-09-18  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
+
+    * zend_builtin_functions.c:
+      Nuke vars no longer needed
+
+    * zend_builtin_functions.c
+      zend_reflection_api.c:
+      Go with studlyCaps
+
+    * zend_reflection_api.c:
+      Change tostring() into __toString() to match method name used in casting.
+
+    * zend.c
+      zend_operators.c:
+      Fallback to default behaviour for unsupported object type conversions
+
+    * zend_object_handlers.c
+      zend_object_handlers.h
+      zend_operators.c:
+      - Allow partial type conversion support for objects.
+      - Add support for object to string conversion from userspace by method
+        __toString() and add a test.
+
+    * zend_API.c:
+      Add missing check
+
 2003-09-17  Marcus Boerger  <marcus.boerger@post.rwth-aachen.de>
 
     * zend_compile.c