From 24b17aa8a0bc100026032c99ca6e371a813eb9b1 Mon Sep 17 00:00:00 2001 From: Date: Mon, 17 Mar 2003 01:32:05 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6f7bb3ee4ef..c9b56c13be1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,37 @@ +2003-03-16 Sascha Schumann + + * (PHP_4) + ext/standard/php_smart_str.h: + Preserve explicit casting semantics from functions, so that you can + also pass void pointers to the macros. + + * ext/standard/php_smart_str.h: + Merge macro changes + +2003-03-16 Marcus Boerger + + * php.ini-dist + php.ini-recommended + main/main.c: + - disable html_errors per default as suggested by php.ini- + - new error format that does not point to any documentation (if either + not html_errors or no docref_root given e.g.: production boxes and + default) + - documentation update in php.ini- + +2003-03-16 Jani Taskinen + + * ext/interbase/interbase.c: + WS & CS fixes + some TSRM_FETCH() removals + pval -> zval + + * (PHP_4_3) + NEWS + ext/interbase/interbase.c: + MFH: - Fixed bug #22709 (crash within interbase when database unavailable) + + * ext/interbase/interbase.c: + - Fixed bug #22709 (crash within interbase when database unavailable) + 2003-03-15 Moriyoshi Koizumi * tests/lang/bug22592.phpt: