+2009-03-26 Felipe Pena <felipensp@gmail.com>
+
+ * ext/standard/syslog.c:
+ - Removed unused declaration
+
+ * ZendEngine2/zend_constants.c
+ ZendEngine2/zend_hash.c
+ ZendEngine2/zend_object_handlers.c
+ ZendEngine2/zend_operators.c
+ ext/date/php_date.c
+ ext/libxml/libxml.c
+ ext/soap/soap.c
+ ext/standard/string.c
+ ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.re:
+ - Removed unused variables
+
+ * ZendEngine2/zend.c
+ ZendEngine2/zend.h
+ ZendEngine2/zend_API.c
+ ZendEngine2/zend_API.h
+ ZendEngine2/zend_builtin_functions.c
+ ZendEngine2/zend_closures.c
+ ZendEngine2/zend_compile.c
+ ZendEngine2/zend_constants.c
+ ZendEngine2/zend_exceptions.c
+ ZendEngine2/zend_execute.c
+ ZendEngine2/zend_execute_API.c
+ ZendEngine2/zend_hash.c
+ ZendEngine2/zend_ini.c
+ ZendEngine2/zend_ini_parser.y
+ ZendEngine2/zend_language_parser.y
+ ZendEngine2/zend_language_scanner.c
+ ZendEngine2/zend_language_scanner.l
+ ZendEngine2/zend_language_scanner_defs.h
+ ZendEngine2/zend_object_handlers.c
+ ZendEngine2/zend_operators.c
+ ZendEngine2/zend_operators.h
+ ZendEngine2/zend_unicode.h
+ ZendEngine2/zend_variables.c
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h
+ ext/calendar/calendar.c
+ ext/com_dotnet/com_variant.c
+ ext/date/php_date.c
+ ext/dom/php_dom.c
+ ext/gettext/gettext.c
+ ext/iconv/iconv.c
+ ext/libxml/libxml.c
+ ext/libxml/php_libxml.h
+ ext/oci8/oci8.c
+ ext/oci8/oci8_collection.c
+ ext/oci8/oci8_interface.c
+ ext/oci8/oci8_lob.c
+ ext/oci8/oci8_statement.c
+ ext/pcre/php_pcre.c
+ ext/pcre/php_pcre.h
+ ext/pdo/pdo_dbh.c
+ ext/pdo/pdo_stmt.c
+ ext/reflection/php_reflection.c
+ ext/session/mod_files.c
+ ext/session/session.c
+ ext/simplexml/simplexml.c
+ ext/soap/php_encoding.c
+ ext/soap/php_http.c
+ ext/soap/php_packet_soap.c
+ ext/soap/soap.c
+ ext/spl/php_spl.c
+ ext/spl/spl_array.c
+ ext/spl/spl_directory.c
+ ext/spl/spl_dllist.c
+ ext/spl/spl_engine.h
+ ext/spl/spl_functions.c
+ ext/spl/spl_heap.c
+ ext/spl/spl_iterators.c
+ ext/spl/spl_observer.c
+ ext/sqlite/sqlite.c
+ ext/standard/array.c
+ ext/standard/basic_functions.c
+ ext/standard/dir.c
+ ext/standard/file.c
+ ext/standard/formatted_print.c
+ ext/standard/head.c
+ ext/standard/html.c
+ ext/standard/http_fopen_wrapper.c
+ ext/standard/incomplete_class.c
+ ext/standard/link.c
+ ext/standard/php_incomplete_class.h
+ ext/standard/proc_open.c
+ ext/standard/streamsfuncs.c
+ ext/standard/string.c
+ ext/standard/type.c
+ ext/standard/uniqid.c
+ ext/standard/var.c
+ ext/standard/var_unserializer.c
+ ext/standard/var_unserializer.re
+ ext/tidy/tidy.c
+ ext/tokenizer/tokenizer.c
+ ext/xml/xml.c
+ ext/xmlreader/php_xmlreader.c
+ main/SAPI.c
+ main/php_variables.c
+ main/rfc1867.c
+ main/spprintf.c
+ main/streams/streams.c:
+ - Removed:
+ - UG(unicode) checks
+ - pcre_cache_entry.unicode_mode
+ - Changed:
+ - ZEND_STR_TYPE -> IS_UNICODE
+ - convert_to_text -> convert_to_unicode
+ - convert_to_text_ex -> convert_to_unicode_ex
+
+ (Felipe, Steph)
+
+2009-03-26 Pierre-Alain Joye <pierre.dev@gmail.com>
+
+ * php.ini-development
+ php.ini-production:
+ - update extension=
+
+ * (PHP_5_3)
+ php.ini-development
+ php.ini-production:
+ - update extension=
+
+2009-03-26 Dmitry Stogov <dmitry@zend.com>
+
+ * (PHP_5_3)
+ NEWS
+ ZendEngine2/zend_stream.c
+ ZendEngine2/zend_stream.c
+ ZendEngine2/tests/bug47596.phpt
+ ZendEngine2/tests/bug47596.phpt
+ ZendEngine2/tests/bug47596.phpt:
+ Fixed bug #47596 (Bus error on parsing file)
+
+2009-03-26 Felipe Pena <felipensp@gmail.com>
+
+ * ext/pdo/tests/bug47769.phpt
+ ext/pdo/tests/bug47769.phpt:
+ - Fix typo
+
+ * (PHP_5_3)
+ NEWS
+ ext/pdo/pdo_dbh.c
+ ext/pdo/tests/bug47769.phpt:
+ MFH: - Fixed bug #47769 (Strange extends PDO)
+
+ * ext/pdo/pdo_dbh.c
+ ext/pdo/tests/bug47769.phpt
+ ext/pdo/tests/bug47769.phpt:
+ - Fixed bug #47769 (Strange extends PDO)
+
+2009-03-26 Dmitry Stogov <dmitry@zend.com>
+
+ * ZendEngine2/tests/bug47516.phpt
+ ZendEngine2/tests/bug47516.phpt:
+
+ file bug47516.phpt was initially added on branch PHP_5_3.
+
+ * (PHP_5_3)
+ NEWS
+ ZendEngine2/zend_language_parser.y
+ ZendEngine2/zend_language_parser.y
+ ZendEngine2/zend_language_scanner.c
+ ZendEngine2/zend_language_scanner.c
+ ZendEngine2/zend_language_scanner.l
+ ZendEngine2/zend_language_scanner.l
+ ZendEngine2/zend_language_scanner_defs.h
+ ZendEngine2/zend_language_scanner_defs.h
+ ZendEngine2/tests/bug47516.phpt:
+ Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in
+ double quote)
+
+ * (PHP_5_3)
+ NEWS
+ ZendEngine2/zend.c
+ ZendEngine2/zend.c
+ ZendEngine2/tests/bug47714.phpt:
+ Fixed bug #47714 (autoloading classes inside exception_handler leads to
+ crashes)
+
+ * ZendEngine2/tests/bug47714.phpt
+ ZendEngine2/tests/bug47714.phpt:
+
+ Fixed bug #47714 (autoloading classes inside exception_handler leads to
+ crashes)
+
+ * ZendEngine2/tests/bug47771.phpt
+ ZendEngine2/tests/bug47771.phpt:
+
+ file bug47771.phpt was initially added on branch PHP_5_3.
+
+ * (PHP_5_3)
+ NEWS
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_def.h
+ ZendEngine2/zend_vm_execute.h
+ ZendEngine2/zend_vm_execute.h
+ ZendEngine2/tests/bug47771.phpt:
+ Fixed bug #47771 (Exception during object construction from arg call calls
+ object's destructor)
+
+2009-03-26 Eric Stewart <e.stewart@mac.com>
+
+ * php.ini-development
+ php.ini-development
+ php.ini-production
+ php.ini-production:
+ Corrected missing comment.
+
+2009-03-26 Felipe Pena <felipensp@gmail.com>
+
+ * (PHP_5_3)
+ ext/gd/gd.c:
+ - Missing changes related to #47757 for this branch
+
+2009-03-26 Christian Seiler <chris_se@gmx.net>
+
+ * (PHP_5_2)
+ NEWS
+ main/output.c:
+ MFB: Fixed memory leak in ob_get_clean/ob_get_flush.
+
2009-03-25 Christian Seiler <chris_se@gmx.net>
* (PHP_5_3)
+2009-03-26 Felipe Pena <felipensp@gmail.com>
+
+ * zend_constants.c
+ zend_hash.c
+ zend_object_handlers.c
+ zend_operators.c:
+ - Removed unused variables
+
+ * zend.c
+ zend.h
+ zend_API.c
+ zend_API.h
+ zend_builtin_functions.c
+ zend_closures.c
+ zend_compile.c
+ zend_constants.c
+ zend_exceptions.c
+ zend_execute.c
+ zend_execute_API.c
+ zend_hash.c
+ zend_ini.c
+ zend_ini_parser.y
+ zend_language_parser.y
+ zend_language_scanner.c
+ zend_language_scanner.l
+ zend_language_scanner_defs.h
+ zend_object_handlers.c
+ zend_operators.c
+ zend_operators.h
+ zend_unicode.h
+ zend_variables.c
+ zend_vm_def.h
+ zend_vm_execute.h:
+ - Removed:
+ - UG(unicode) checks
+ - pcre_cache_entry.unicode_mode
+ - Changed:
+ - ZEND_STR_TYPE -> IS_UNICODE
+ - convert_to_text -> convert_to_unicode
+ - convert_to_text_ex -> convert_to_unicode_ex
+
+ (Felipe, Steph)
+
+2009-03-26 Dmitry Stogov <dmitry@zend.com>
+
+ * zend_stream.c
+ zend_stream.c
+ tests/bug47596.phpt:
+ Fixed bug #47596 (Bus error on parsing file)
+
+ * tests/bug47596.phpt
+ tests/bug47596.phpt:
+
+ file bug47596.phpt was initially added on branch PHP_5_3.
+
+ * zend_language_parser.y
+ zend_language_parser.y
+ zend_language_scanner.c
+ zend_language_scanner.c
+ zend_language_scanner.l
+ zend_language_scanner.l
+ zend_language_scanner_defs.h
+ zend_language_scanner_defs.h
+ tests/bug47516.phpt:
+ Fixed bug #47516 (nowdoc can not be embed in heredoc but can be embed in
+ double quote)
+
+ * tests/bug47516.phpt
+ tests/bug47516.phpt:
+
+ file bug47516.phpt was initially added on branch PHP_5_3.
+
+ * zend.c
+ zend.c
+ tests/bug47714.phpt
+ tests/bug47714.phpt
+ tests/bug47714.phpt:
+ Fixed bug #47714 (autoloading classes inside exception_handler leads to
+ crashes)
+
+ * zend_vm_def.h
+ zend_vm_def.h
+ zend_vm_execute.h
+ zend_vm_execute.h
+ tests/bug47771.phpt:
+ Fixed bug #47771 (Exception during object construction from arg call calls
+ object's destructor)
+
+ * tests/bug47771.phpt
+ tests/bug47771.phpt:
+
+ file bug47771.phpt was initially added on branch PHP_5_3.
+
2009-03-25 Dmitry Stogov <dmitry@zend.com>
* zend_globals.h