From: Date: Thu, 15 Jun 2000 02:14:29 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.1RC~183 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d532ba06c6c6755b23eb5b63b3d65208ec83151c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 896c1d8fb9..6f8c674b38 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,88 @@ +2000-06-14 Hartmut Holzgraefe + + * ext/standard/datetime.c: + return FALSE from strftime on negative timestamp values + they do not make sense anyway and seem to crash win2k + +2000-06-14 Rasmus Lerdorf + + * ext/standard/datetime.c: + Refine checkdate() fix to accept numeric strings and floating point as well + +2000-06-14 Zeev Suraski + + * php4.dsp + php4.dsw + php4dll.dsp + php4dllts.dsp + php4ts.dsp + php4ts.dsw + win32/php4.dsp + win32/php4.dsw + win32/php4dll.dsp + win32/php4dllts.dsp + win32/php4ts.dsp + win32/php4ts.dsw: + - Moved VC++ Win32 project and workspace files to the win32 directory + + +2000-06-14 Thies C. Arntzen + + * TODO: reminder + +2000-06-14 Rasmus Lerdorf + + * ext/standard/datetime.c: + Require the year arg to checkdate to be an integer - fix for bug #5034 + +2000-06-14 Zeev Suraski + + * php4dll.dsp + php4dllts.dsp: Thoroughly fix .dsp problems - restore custom builds + +2000-06-14 Andrei Zmievski + + * tests/testarray: test + +2000-06-14 Thies C. Arntzen + + * ext/imap/php_imap.c + ext/mcal/php_mcal.h: no c++ comments, please + +2000-06-14 Egon Schmid + + * configure.in: Fix for #5028. + +2000-06-14 Sam Ruby + + * php4ts.dsw + sapi/servlet/servlet.dsp: + Find servlet includes in new "main" directory. Add (finally) java and + servlet to the list of projects + +2000-06-14 Sascha Schumann + + * pear/Makefile.in + pear/php-config.in: + Copy header files from main and also add that directory to the list + of include directories. + + * NEWS: . + + * pear/pear.m4: Use the new PHP_GEN_* macros in pear + +2000-06-14 Jouni Ahto + + * ext/gd/gd.c: + +2000-06-14 Sam Ruby + + * ext/java/reflect.java + sapi/servlet/servlet.java: + Export the necessary functions to enable servlet support to be subclassed + + This is in preparation for xml-cocoon support + 2000-06-13 Andrei Zmievski * main/main.c: