From: Date: Thu, 6 Jul 2000 01:09:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_METHOD_CALL_SEPERATE_FIX_PATCH~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dc7441c2fd00f2f21a9a2dc3a38990c0322f0c14;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 94ed80fb9f..335a717f1d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,86 @@ +2000-07-05 Jouni Ahto + + * ext/pgsql/pgsql.c: + - Still one misssing zend_list_addref() and small fix in pg_close. + Fixes #5349 (but not the way reporter wants...). + + + * ext/pgsql/config.m4: + - Test pg_encoding_to_char instead (it's existence in libpq means that + PostgreSQL was compiled with multibyte support and client encoding + functions do something meaningful). Fixes #5417. + +2000-07-05 Zeev Suraski + + * ext/mysql/php_mysql.c: + That's no bug, it's quite fine the way it is (if id is + set to -1, it's ignored, and the passed_id argument is used). + + If you're experiencing trouble with mysql_close(), please give me a + reproducing script. If there's a bug, it's not as simple as that. + +2000-07-05 Uwe Steinmann + + * ext/mysql/php_mysql.c: + - Discoverd possible bug. Could somebody have a look. + + * ext/hyperwave/hw.c: - Link is now of type RESOURCE and not LONG + +2000-07-05 Danny Heijl + + * ext/informix/ifx.ec: + - Increase allowed number of columns from 256 to 384. + +2000-07-05 Egon Schmid + + * ext/sockets/sockets.c: Fixed some protos. + +2000-07-05 Rasmus Lerdorf + + * sapi/apache/mod_php4.c: + When using HTTP auth from PHP, fill in the %u custom log field so the + authenticated used id will get logged in the Apache access_log + +2000-07-05 Andrei Zmievski + + * NEWS + ext/wddx/wddx.c: Fix attribution on NEWS. + +2000-07-05 Uwe Steinmann + + * NEWS + ext/pdf/pdf.c: - Support for pdflib 3.01 + +2000-07-05 Sascha Schumann + + * sapi/aolserver/aolserver.c: + Fix typo. A shutdown function is of course called, when the server + exits. + +2000-07-05 Uwe Steinmann + + * NEWS: - Note about FDF working again + + * main/Makefile.in + main/SAPI.c + main/fdfdata.c + main/fdfdata.h: - fixed handling of fdf data (application/vnd.fdf) + +2000-07-05 Jouni Ahto + + * ext/interbase/interbase.c + ext/interbase/php_interbase.h: + - First try at getting interbase to compile and work in ZTS-mode. Compiles. + +2000-07-05 Sascha Schumann + + * ext/session/mod_files.c + ext/session/session.c: + (PHP session_destroy) return the error condition from storage handler's + session_destroy method. + + Submitted by: juhl@eisenstein.dk + 2000-07-04 Egon Schmid * ext/standard/array.c: Not every argument type is mixed.