From: Date: Sun, 20 Aug 2000 01:09:16 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.2RC1~47 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cf8d95b9226c6575403a1f4428833725860f66d6;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 30ca45027b..6587a5c1a1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,39 @@ +2000-08-19 Jesus M. Castagnetto + + * ext/standard/php_math.h: Added some more predefined constants + +2000-08-19 Frank M. Kromann + + * ext/standard/file.c: We only need winsock.h one time + + * win32/.cvsignore: Adding ignore file for Win32 + + * win32/php4.dsw: Fixing paths to Zend and libmysql + + * win32/php4dll.dsp: + Fixing include path for compiling non thread safe php.exe + +2000-08-19 Stig Venaas + + * NEWS: Note about Oracle LDAP SDK support. Should I not say experimental? + +2000-08-19 Zeev Suraski + + * NEWS + ext/standard/basic_functions.c + ext/standard/file.c: - Update NEWS + - Fix non ZTS Windows build + + * NEWS: Update NEWS + + * main/SAPI.c: + Avoid an endless loop situation in case of an error situation while sending headers + +2000-08-19 Stig Venaas + + * ext/ldap/config.m4 + ext/ldap/php_ldap.h: Adding Oracle LDAP SDK support + 2000-08-18 Andi Gutmans * main/fopen-wrappers.c: - Centralize more fopen-wrappers functionality.