From: Date: Sun, 9 Mar 2003 01:33:11 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_5~547 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=002b3efe63649e052593eb19832f975610cb2002;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b6a20b1ca0..aa6edc5ccc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2003-03-08 Georg Richter + + * ext/mysqli/mysqli.c + ext/mysqli/mysqli_api.c + ext/mysqli/mysqli_fe.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/mysqli_profiler.c + ext/mysqli/php_mysqli.h: + various changes for profiler + +2003-03-08 Derick Rethans + + * (PHP_4_3) + NEWS + ext/gd/gdttf.c: + - MFH: Fixed a bug in GD's truecolor TTF handling. + + * ext/gd/gdttf.c: + - Fixed a bug in GD's truecolor TTF handling + +2003-03-08 Marcus Boerger + + * main/network.c: + fix warnings - one left + + * run-tests.php: + summary for selective tests if more than one + + +2003-03-08 Stefan Esser + + * main/main.c: + fix possible XSS in error messages + + * ext/standard/html.c: + wrong place. + +2003-03-08 Sascha Schumann + + * (PHP_4) + ext/standard/php_smart_str.h: + macro-ize smart string implementation to improve optimization + across single calls + +2003-03-08 Stefan Esser + + * ext/standard/html.c: + fixing memory leak + 2003-03-07 Jani Taskinen * sapi/isapi/php4isapi.c: