From bc220aa0002816b505a99840b75240c3ddfae1fd Mon Sep 17 00:00:00 2001 From: Date: Tue, 25 Apr 2000 01:09:12 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8dfd1db6841..472a37ff580 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,43 @@ +2000-04-24 Andrew Skalski + + * ext/imap/php_imap.c: * typecast fs_give parameter to void** + * removed wide-character treatment from imap_utf7_encode + * suggestion to #include "linkage.c" rather than link in auth/mail drivers + manually + +2000-04-24 Zeev Suraski + + * ext/standard/rand.c: - Get rid of newly introduced warning + +2000-04-24 Thies C. Arntzen + + * ext/oci8/oci8.c: . + +2000-04-24 Zeev Suraski + + * reentrancy.c: + - Fix crash bug in localtime_r. If locatime() returns NULL then also return + NULL + +2000-04-24 Thies C. Arntzen + + * ext/standard/dl.c: RINIT was called twice for modules loaded vi php.ini + +2000-04-24 Andrei Zmievski + + * ext/standard/file.c: Exterminate warnings. + + * NEWS + ext/standard/file.c: + The third argument to fseek() is now one of the standard SEEK_* constants. + + +2000-04-24 Thies C. Arntzen + + * ext/oci8/oci8.dsp: enabel PDB + + * ext/oci8/oci8.c: fix warning + 2000-04-23 Sterling Hughes * pear/DB/msql.php: Add mSQL DB extension.