+2005-10-18 Antony Dovgal <antony@zend.com>
+
+ * (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 <ilia@prohost.org>
+
+ * (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@derickrethans.nl>
+
+ * (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 <antony@zend.com>
+
+ * (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 <ilia@prohost.org>
+
+ * 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 <antony@zend.com>
+
+ * (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 <php@derickrethans.nl>
+
+ * 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 <antony@zend.com>
+
+ * 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 <ilia@prohost.org>
+
+ * (PHP_5_1)
+ ext/sysvmsg/tests/001.phpt:
+ ZTS fixes
+
2005-10-17 Ilia Alshanetsky <ilia@prohost.org>
* (PHP_5_1)