From: Date: Wed, 29 Nov 2000 02:09:13 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.4RC3~32 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0bc55d8c811ea644992be000009a0b41d7659a8f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f22957d3c7..590827bf29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,29 @@ +2000-11-28 Jani Taskinen + + * main/.cvsignore: One file missing. + + * ext/bcmath/libbcmath/.cvsignore + ext/bcmath/libbcmath/src/.cvsignore: Added missing .cvsignore files. + + * ext/sybase/php_sybase_db.c: Fixed typo. bug #8001 + + * main/reentrancy.c: + - Fixed a bug which made readdir() unusable in some systems. + + * ext/gd/config.m4 + ext/gd/php_gd.h: AC_CHECK_LIB prints out yes/no itself. + +2000-11-28 Sascha Schumann + + * main/SAPI.h: A field of mines + + Submitted by: jon@csh.rit.edu + + * NEWS: Add note about an old change + + * build/rules_common.mk + configure.in: Always add top_srcdir to the header file search path. + 2000-11-27 Daniel Beulshausen * ext/gettext/gettext.c: fix path operations, under win32