]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sat, 14 Oct 2006 01:31:14 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sat, 14 Oct 2006 01:31:14 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index c02cf6dc83faa19e03151f9290a2bd27346b63fc..6fb4f8caa889039285a65465acc5efd53bfadd16 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,70 @@
+2006-10-13  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * ZendEngine2/zend.c
+      ZendEngine2/zend_API.c
+      ZendEngine2/zend_builtin_functions.c
+      ZendEngine2/zend_execute.h
+      ZendEngine2/zend_object_handlers.c
+      ZendEngine2/zend_object_handlers.h
+      ZendEngine2/zend_operators.c
+      ext/com_dotnet/com_handlers.c
+      ext/simplexml/simplexml.c
+      ext/spl/spl_directory.c
+      ext/tidy/tidy.c:
+      - Add an extra parameter to the cast_object handler that can be used by
+        various types as needed.
+      - Use that parameter to pass a specific converter for
+        IS_UNICODE/IS_STRING types.
+
+2006-10-13  Antony Dovgal  <antony@zend.com>
+
+    * ext/oci8/oci8_statement.c
+      ext/oci8/oci8_statement.c:
+      fix win32 build
+
+2006-10-13  Hannes Magnusson  <hannes.magnusson@gmail.com>
+
+    * (PHP_5_2)
+      ext/openssl/tests/bug28382.phpt:
+      fix test
+
+    * ext/standard/file.h:
+      MFB: missing API declaration
+
+    * (PHP_5_2)
+      ext/standard/file.h:
+      Added missing API function declaration.
+
+2006-10-13  Michael Wallner  <mike@iworks.at>
+
+    * tests/output/ob_020.phpt:
+      - fix skipif
+      - generalize error message expectation
+
+    * tests/output/ob_020.phpt:
+      - add test, segfaults ATM
+
+2006-10-13  Ilia Alshanetsky  <ilia@prohost.org>
+
+    * ext/standard/basic_functions.c
+      ext/standard/file.c:
+      MFB: Fixed bug #38934 (move_uploaded_file() cannot read uploaded file
+      outside of open_basedir).
+
+    * (PHP_5_2)
+      NEWS
+      ext/standard/basic_functions.c
+      ext/standard/file.c:
+      Fixed bug #38934 (move_uploaded_file() cannot read uploaded file outside of
+      open_basedir).
+
+    * main/php_open_temporary_file.c:
+      MFB: main/php_open_temporary_file.c
+
+    * (PHP_5_2)
+      main/php_open_temporary_file.c:
+      Improve open_basedir checks
+
 2006-10-12  Brian France  <list@firehawksystems.com>
 
     * sapi/apache/mod_php5.c:
index d066749a5c10d10a3b9993f974114155904ff45a..1c8099fa3b0b48664ccbd38e35b15bb38a085a4c 100644 (file)
@@ -1,3 +1,17 @@
+2006-10-13  Andrei Zmievski  <andrei@gravitonic.com>
+
+    * zend.c
+      zend_API.c
+      zend_builtin_functions.c
+      zend_execute.h
+      zend_object_handlers.c
+      zend_object_handlers.h
+      zend_operators.c:
+      - Add an extra parameter to the cast_object handler that can be used by
+        various types as needed.
+      - Use that parameter to pass a specific converter for
+        IS_UNICODE/IS_STRING types.
+
 2006-10-12  Dmitry Stogov  <dmitry@zend.com>
 
     * zend_alloc.c