diff options
| author | <changelog@php.net> | 2003-03-09 01:33:11 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2003-03-09 01:33:11 +0000 |
| commit | 002b3efe63649e052593eb19832f975610cb2002 (patch) | |
| tree | f0525a6e3432e2191e9a7640123825ad2018a03e | |
| parent | 0d603b2d9af5a2b49322032fa32ad52e13b6efe4 (diff) | |
| download | php-git-002b3efe63649e052593eb19832f975610cb2002.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 49 |
1 files changed, 49 insertions, 0 deletions
@@ -1,3 +1,52 @@ +2003-03-08 Georg Richter <georg.richter@phpev.de> + + * 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 <d.rethans@jdimedia.nl> + + * (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 <marcus.boerger@post.rwth-aachen.de> + + * main/network.c: + fix warnings - one left + + * run-tests.php: + summary for selective tests if more than one + + +2003-03-08 Stefan Esser <s.esser@e-matters.de> + + * main/main.c: + fix possible XSS in error messages + + * ext/standard/html.c: + wrong place. + +2003-03-08 Sascha Schumann <sascha@schumann.cx> + + * (PHP_4) + ext/standard/php_smart_str.h: + macro-ize smart string implementation to improve optimization + across single calls + +2003-03-08 Stefan Esser <s.esser@e-matters.de> + + * ext/standard/html.c: + fixing memory leak + 2003-03-07 Jani Taskinen <sniper@iki.fi> * sapi/isapi/php4isapi.c: |
