From: Date: Mon, 15 Aug 2005 05:41:46 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_NEW_OCI8_EXTENSION~259 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de360b9d6d86ba7a17ead11e9fe1c0419021226d;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 703a870956..95f3a98ec6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +2005-08-14 Marcus Boerger + + * ZendEngine2/zend.c + ext/standard/var.c: + - Simplify and make work in all modes + + * main/spprintf.c: + - Need to terminate [v]uspprintf() with two \0 + +2005-08-14 Ilia Alshanetsky + + * ext/wddx/wddx.c: + Fixed build. + +2005-08-14 Marcus Boerger + + * main/spprintf.c: + - Where did my backslash vanish? + + * main/spprintf.c: + - Handle different cases of the actual strings correctly + + * ext/standard/php_smart_str.h + main/spprintf.c + main/spprintf.h: + - Initial support of easy way to generate unicode strings: [v]uspprinf() + + * ZendEngine2/zend.c: + - Treat class_name in the exact same manner as prop_name before + + * ext/standard/var.c: + - If prop_name is printed as unicode then class_name needs to be treated + in the exact same manner + + * ext/standard/var.c: + - Show classname very needed + - No 3rd " which doesn't help parsing + +2005-08-14 Wez Furlong + + * main/streams/streams.c: + tidy up implicit_mode handling; spotted by Nuno + There's probably a much more efficient way to do this than the current + strchr stuff. + +2005-08-14 Johannes Schlüter + + * sapi/cli/php_cli_readline.c: + - Fix tab-completion in unicode mode and for constants. + + * (PHP_5_1) + sapi/cli/php_cli_readline.c: + - Fix tab-completion for constants. + +2005-08-14 Jani Taskinen + + * ext/wddx/php_wddx_api.h + ext/wddx/tests/001.phpt + ext/wddx/tests/bug27287.phpt: + Missed some "de" to "un" changes + + * ext/wddx/php_wddx.h + ext/wddx/wddx.c: + - consistency fix, part 1/inf + 2005-08-13 Marcus Boerger * ext/standard/type.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7c779723c7..6924e4db00 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,11 @@ +2005-08-14 Marcus Boerger + + * zend.c: + - Simplify and make work in all modes + + * zend.c: + - Treat class_name in the exact same manner as prop_name before + 2005-08-13 Marcus Boerger * zend_exceptions.c