From c54e9706fdac3064a859dddb47f3214c808ebe25 Mon Sep 17 00:00:00 2001 From: Date: Fri, 3 Aug 2007 01:31:19 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 128 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 41 ++++++++++++++++ 2 files changed, 169 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5669e6c8b6f..026424d327d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,131 @@ +2007-08-02 Stanislav Malyshev + + * (PHP_5_2) + ZendEngine2/zend_ini.h + main/php_ini.h: + add stage for .htaccess + + * (PHP_5_2) + ZendEngine2/zend_constants.h: + it's 4 either way, but it's customary to use 1<< + + * sapi/embed/php_embed.c: + use hardcoded INI like CLI + + * (PHP_5_2) + sapi/embed/php_embed.c: + use hardcoded ini like CLI + +2007-08-02 Christopher Jones + + * ext/oci8/oci8.c: + Treat privileged oci_pconnect() as non-persistent + + * (PHP_5_2) + ext/oci8/oci8.c + ext/oci8/tests/oci8safemode.phpt + ext/oci8/tests/oci8safemode.phpt: + Test existing PHP 5 safe mode functionality and make consistent. No MTH. + +2007-08-02 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + Back to dev + +2007-08-02 Antony Dovgal + + * (PHP_5_2) + ZendEngine2/tests/017.phpt: + fix test + +2007-08-02 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + configure.in + main/php_version.h: + + 5.2.4RC1 + +2007-08-02 Johannes Schlüter + + * (PHP_5_2) + NEWS + ZendEngine2/zend_language_parser.y + ZendEngine2/zend_language_parser.y + tests/lang/041.phpt + tests/lang/042.phpt + tests/lang/043.phpt + tests/lang/044.phpt: + - Add possibility to call static class members using variables (Etienne + Kneuss) + + * tests/lang/041.phpt + tests/lang/041.phpt + tests/lang/042.phpt + tests/lang/042.phpt + tests/lang/043.phpt + tests/lang/043.phpt + tests/lang/044.phpt + tests/lang/044.phpt: + + - Add possibility to call static class members using variables (Etienne + Kneuss) + +2007-08-02 Antony Dovgal + + * ZendEngine2/zend_builtin_functions.c: + int -> zend_bool + + * (PHP_5_2) + NEWS: + BFN + +2007-08-02 Christopher Jones + + * ext/pdo_oci/config.m4 + ext/pdo_oci/config.m4: + Fix message grammar and capitalization + + * (PHP_5_2) + ext/oci8/oci8_interface.c + ext/oci8/oci8_statement.c + ext/oci8/tests/bug42173.phpt: + MFH: Bug #42173 (INTERVAL and TIMESTAMP type fixes) + + * ext/oci8/oci8_interface.c + ext/oci8/oci8_statement.c + ext/oci8/tests/bug42173.phpt + ext/oci8/tests/bug42173.phpt: + Bug #42173 (INTERVAL and TIMESTAMP type fixes) + +2007-08-02 Sebastian Bergmann + + * README.namespaces: + Done: Make ext/tokenizer package-aware. (Johannes) + +2007-08-02 Johannes Schlüter + + * (PHP_5_2) + ZendEngine2/zend_builtin_functions.c + ZendEngine2/tests/017.phpt: + - MFH: Respect value of the parameter for get_loaded_extensions() and only + print zend extensions if set to true + + * ZendEngine2/zend_builtin_functions.c + ZendEngine2/tests/017.phpt: + - Respect value of the parameter for get_loaded_extensions() and + get_defined_cosntants() + +2007-08-02 Stanislav Malyshev + + * ext/tokenizer/config.w32: + fix win32 build + 2007-08-01 Stanislav Malyshev * main/main.c diff --git a/Zend/ChangeLog b/Zend/ChangeLog index def86f56348..c4013834556 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,44 @@ +2007-08-02 Stanislav Malyshev + + * (PHP_5_2) + zend_ini.h: + add stage for .htaccess + + * (PHP_5_2) + zend_constants.h: + it's 4 either way, but it's customary to use 1<< + +2007-08-02 Antony Dovgal + + * (PHP_5_2) + tests/017.phpt: + fix test + +2007-08-02 Johannes Schlüter + + * zend_language_parser.y + zend_language_parser.y: + - Add possibility to call static class members using variables (Etienne + Kneuss) + +2007-08-02 Antony Dovgal + + * zend_builtin_functions.c: + int -> zend_bool + +2007-08-02 Johannes Schlüter + + * (PHP_5_2) + zend_builtin_functions.c + tests/017.phpt: + - MFH: Respect value of the parameter for get_loaded_extensions() and only + print zend extensions if set to true + + * zend_builtin_functions.c + tests/017.phpt: + - Respect value of the parameter for get_loaded_extensions() and + get_defined_cosntants() + 2007-08-01 Dmitry Stogov * zend_vm_def.h