From: Date: Fri, 9 Nov 2001 01:10:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: ChangeLog~380 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=58abda0e58eb7f2bab190c528df0856d9d00ccf9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 0c5ef79e74..199d998077 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +2001-11-08 Derick Rethans + + * ext/pdf/pdf.c: - oops :) + + * ext/pdf/pdf.c + ext/pdf/php_pdf.h: - Let it also work with pdflib 3 again + +2001-11-08 Rui Hirokawa + + * ext/mbstring/mbstring.c: + fixed a bug in http input processing patched by Yasuo Ohgaki. + +2001-11-08 Egon Schmid + + * ext/pcntl/pcntl.c: Some protos fixed. + +2001-11-08 Richard Heyes + + * pear/Mail/mimePart.php: Compatibility with broken mailers + +2001-11-08 Egon Schmid + + * ext/mysql/php_mysql.c: More protos fixed. + + * ext/mailparse/mailparse.c: + Fixed some protos and many more will follow the next hour. + +2001-11-08 Adam Dickmeiss + + * ext/yaz/config.m4: + Use PHP_ADD_LIBRARY_DEFER and PHP_ADD_LIBPATH instead of + PHP_EVAL_LIBLINE to prevent configure error. + +2001-11-08 Egon Schmid + + * ext/dbx/dbx.c: There are some rules. + +2001-11-08 Derick Rethans + + * ext/mysql/php_mysql.c + ext/pcntl/pcntl.c + ext/dbx/dbx.c + ext/mailparse/mailparse.c: - prototypes + + * ext/posix/posix.c: - Prototypes + +2001-11-08 Thomas V.V.Cox + + * pear/DB/tests/mysql/14fetchmode_object.phpt + pear/DB/tests/fetchmode_object.inc + pear/DB/tests/pgsql/14fetchmode_object.phpt: + Added tests for DB_FETCHMODE_OBJECT + + * pear/DB.php + pear/DB/common.php: + - By default DB_FETCHMODE_OBJECT will do a cast to object from the row + array (twice fast than with DB_Row) + - API Doc updates/fixs + +2001-11-08 Sebastian Bergmann + + * php.ini-recommended + php.ini-dist: Add php_w32api.dll + + * win32/php_modules.dsw: Add ext/w32api + 2001-11-07 Martin Jansen * pear/HTML/ITX.php: * Remove evil tabs caused by a previous patch