From: Date: Sun, 23 Nov 2003 01:31:45 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-5.0.0b3RC1~612 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=432bf1ab81054acc8f711236f3d12e759dccd903;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index bab6f27b25..86f5ec7203 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,72 @@ +2003-11-22 Georg Richter + + * ext/mysqli/config.m4 + ext/mysqli/mysqli.c + ext/mysqli/mysqli_api.c + ext/mysqli/mysqli_fe.c + ext/mysqli/mysqli_nonapi.c + ext/mysqli/mysqli_prop.c + ext/mysqli/php_mysqli.h: + - Added multiquery support: + mysqli_multi_query + mysqli_more_results + mysqli_next_results + + - added read-only properties (and removed methods) + object mysql + affected_rows + client_flags + client_version + errno, error, + host, host_info, info + server_capabilities, server_version + sqlstate, port, protocol_version, + server_language + thread_id, user, warning_count + + object result + current_field, field_count, + lengths, num_rows, type + + object stmt + query, param_count, field_count, + id, errno, error, sqlstate + + + - added constructor + + - minor fixes, prototypes + +2003-11-22 Stefan Esser + + * main/SAPI.c: + On error do not leave content_type_dup unitialised. + +2003-11-22 Rob Richards + + * (PHP_4_3) + ext/domxml/php_domxml.c: + fix default recovery mode + +2003-11-22 Moriyoshi Koizumi + + * (PHP_4_3) + NEWS: + BFN + + * (PHP_4_3) + ext/iconv/iconv.c: + MFH(r-1.98): Fixed bug #26194 (iconv() not properly defined with libiconv). + + * ext/iconv/iconv.c: + Fixed bug #26194 (iconv() not properly defined with libiconv). + +2003-11-22 Rasmus Lerdorf + + * (PHP_4_3) + ext/gd/libgd/gdft.c: + Compile fix + 2003-11-21 Christian Stocker * ext/xsl/xsl_fe.h