From: Date: Wed, 19 Oct 2005 05:43:51 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_9_1~79 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=87a5b40d288c2d2dc604084ad7c868f0d914290a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index b1c9fda2f2..b3df5c05b5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,100 @@ +2005-10-18 Antony Dovgal + + * (PHP_5_1) + sapi/apache/mod_php5.c: + MFH: initialize SG(request_info).auth_digest + + * sapi/apache/mod_php5.c: + initialize SG(request_info).auth_digest to NULL and prevent segfaults + +2005-10-18 Ilia Alshanetsky + + * (PHP_5_1) + NEWS + sapi/apache/mod_php5.c: + MFH: Fixed bug #34905 (Digest authentication does not work with Apache 1). + + * sapi/apache/mod_php5.c: + Fixed bug #34905 (Digest authentication does not work with Apache 1). + + * (PHP_5_1) + ext/sqlite/sqlite.c: + MFH: Do not set authorizer unless safe_mode or open_basedir are being used. + + * ext/sqlite/sqlite.c: + Do not set authorizer unless safe_mode or open_basedir are being used. + +2005-10-18 Derick Rethans + + * (PHP_5_1) + NEWS + ext/mime_magic/mime_magic.c: + - MFH: Fixed bug #33829 (mime_content_type() returns text/plain for gzip + and + bzip files). + +2005-10-18 Antony Dovgal + + * (PHP_5_0) + ext/sqlite/sqlite.c: + backport Ilia's fix for #34884 + + * (PHP_5_1) + ext/sqlite/sqlite.c: + unused var + + * ext/sqlite/sqlite.c: + nuke unused var and silence warnings + +2005-10-18 Ilia Alshanetsky + + * ext/sqlite/libsqlite/src/parse.c: + MFB51: Fixed bug #34899 (Fixed sqlite extension compile failure). + + * (PHP_5_1) + NEWS + ext/sqlite/libsqlite/src/parse.c: + Fixed bug #34899 (Fixed sqlite extension compile failure). + +2005-10-18 Antony Dovgal + + * (PHP_5_0) + ext/mysqli/php_mysqli.h + ext/mysqli/php_mysqli.h: + MFH: use php_error_docref() instead of php_error() everywhere + + * ext/mysqli/php_mysqli.h: + use php_error_docref() instead of php_error() everywhere + + * ext/oci8/oci8.c: + typo + +2005-10-18 Derick Rethans + + * ext/mime_magic/mime_magic.c: + - Allow mime_content_type() to work with even a slightly broken mime magic + file. + +2005-10-18 Antony Dovgal + + * ext/mime_magic/mime_magic.c + ext/mime_magic/phpmimemagic.h: + fix mime_magic problems with ZTS + + * (PHP_5_1) + NEWS + ext/mysqli/mysqli_fe.c: + MFH: fix bug #34902 (mysqli::character_set_name() - undefined method) + + * ext/mysqli/mysqli_fe.c: + fix bug #34902 (mysqli::character_set_name() - undefined method) + +2005-10-18 Ilia Alshanetsky + + * (PHP_5_1) + ext/sysvmsg/tests/001.phpt: + ZTS fixes + 2005-10-17 Ilia Alshanetsky * (PHP_5_1)