From: Date: Tue, 21 Dec 2004 01:34:54 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~490 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=61bf7a23ce184246b520fd5c6544cab950736776;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index cb3f4469ed..cdc9a557c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,73 @@ +2004-12-20 Jani Taskinen + + * acinclude.m4 + configure.in + ZendEngine2/zend_strtod.c: + Better fix for endian compile problems. + + * (PHP_4_3) + build/build2.mk + build/build2.mk + build/buildcheck.sh + build/buildcheck.sh: + MFH: Fix buildconf when multiple autoconf versions installed + + * build/build2.mk + build/buildcheck.sh: + Fix buildconf when multiple autoconf versions installed + +2004-12-20 Rasmus Lerdorf + + * sapi/aolserver/aolserver.c + sapi/apache2handler/mod_php5.c + sapi/apache_hooks/mod_php5.c + sapi/caudium/caudium.c + sapi/cgi/cgi_main.c + sapi/cli/php_cli.c + sapi/embed/php_embed.c + sapi/isapi/php5isapi.c + sapi/milter/php_milter.c + sapi/nsapi/nsapi.c + sapi/phttpd/phttpd.c + sapi/pi3web/pi3web_sapi.c + sapi/roxen/roxen.c + sapi/thttpd/thttpd.c + sapi/tux/php_tux.c + sapi/webjames/webjames.c: + Add the new request_time sapi struct entry to all the sapis. Some of these + may have ways of getting the request time without the extra syscall, but + for now let's just make sure we don't crash and people will eventually + fill these in where applicable. + +2004-12-20 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/standard/url.c: + Fixed bug #31174 (compile warning in url.c). + +2004-12-20 Jani Taskinen + + * (PHP_4_3) + ext/standard/basic_functions.c: + MFH: Use FREE_HASHTABLE() instead of efree() + +2004-12-20 Georg Richter + + * (PHP_5_0) + NEWS + ext/mysqli/mysqli_api.c: + MFH: Fixed type conversion for NULL values in mysql_stmt_execute + + * ext/mysqli/mysqli_api.c: + prevent type conversion during mysql_stmt_execute for NULL variables + +2004-12-20 Jani Taskinen + + * (PHP_4_3) + NEWS: + typofix + 2004-12-19 Ilia Alshanetsky * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 01d63adc69..de3c191f01 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2004-12-20 Jani Taskinen + + * zend_strtod.c: + Better fix for endian compile problems. + 2004-12-17 Andi Gutmans * zend_object_handlers.c: