From: Date: Tue, 13 Jun 2000 02:15:03 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.1RC~229 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6303aec7ffbd0005fe6cebca5fb81d6dd87f666a;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 5000c2ef9e..03505beab9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,137 @@ +2000-06-12 David Hedbor + + * sapi/roxen/config.m4: Removed obsolete, commented line + +2000-06-12 Zeev Suraski + + * NEWS: Fix verified, update news + + * ext/mssql/php_mssql.c: + - Fixed an initialization problem in the MS-SQL problem that could cause + a crash in mssql_query() + + * ext/standard/dl.c: + Fix a bug in extension_dir, where PG(extension_dir) is not yet initialized by the time php_dl() is called + +2000-06-12 Frank M. Kromann + + * ext/zlib/zlib.dsp: + making zlib module compile on win32 with new directory structure + + * ext/oracle/oracle.dsp: + making oracle module compile on win32 with new directory structure + + * ext/oci8/oci8.dsp: + making oci8 module compile on win32 with new directory structure + + * ext/ldap/ldap.dsp: + making ldap module compile on win32 with new directory structure + + * ext/java/java.dsp: + making java module compile on win32 with new directory structure + + * ext/imap/imap.dsp: + making imap module compile on win32 with new directory structure + + * ext/ftp/ftp.dsp: + making ftp module compile on win32 with new directory structure + + * ext/exif/exif.dsp: + making exif module compile on win32 with new directory structure + + * ext/calendar/calendar.dsp: + making calendar module compile on win32 with new directory structure + +2000-06-12 Zeev Suraski + + * NEWS: news update + + * main/fopen-wrappers.c + main/main.c + ext/standard/dl.c: + Avoid using E_CORE_* errorlevels in any place which is not in the global startup sequence + +2000-06-12 Frank M. Kromann + + * ext/mssql/mssql.dsp: + making MSSQL module compile with new directory structure + +2000-06-12 Andrei Zmievski + + * ext/pcre/pcrelib/testdata/testinput3 + ext/pcre/pcrelib/testdata/testoutput1 + ext/pcre/pcrelib/testdata/testoutput2 + ext/pcre/pcrelib/testdata/testoutput3 + ext/pcre/pcrelib/testdata/testoutput4 + ext/pcre/pcrelib/ChangeLog + ext/pcre/pcrelib/LICENCE + ext/pcre/pcrelib/doc/pcre.3 + ext/pcre/pcrelib/doc/pcre.html + ext/pcre/pcrelib/doc/pcre.txt + ext/pcre/pcrelib/doc/pcretest.txt + ext/pcre/pcrelib/internal.h + ext/pcre/pcrelib/pcre.c + ext/pcre/pcrelib/pcretest.c + ext/pcre/php_pcre.c: + - Upgraded PCRE to version 3.2 and fixed a bug when anchored pattern + matched an empty string. + + * ext/gd/gdttf.c: Document change. + +2000-06-12 Andi Gutmans + + * ext/standard/exec.c + ext/standard/file.c + main/php.h + main/php_virtual_cwd.c: + - On UNIX support popen() which works with current working directory + - when in VIRTUAL_DIR mode. + +2000-06-12 Andrei Zmievski + + * ext/gd/gdttf.c: Make gdttf.c work with virtual dir support. + +2000-06-12 Andi Gutmans + + * main/php.h + main/php_virtual_cwd.c + main/php_virtual_cwd.h: + - Start of popen() fix for UNIX. Still unclear what we'll do on Windows. + +2000-06-12 Zeev Suraski + + * main/main.c + NEWS: Killed + +2000-06-12 Andrei Zmievski + + * ext/standard/string.c: (PHP str_pad) Terminate string with a null. + +2000-06-12 Zeev Suraski + + * configure.in: Lets not offend anyone :) + +2000-06-12 Egon Schmid + + * ext/standard/math.c: Fixed a proto. + + * ext/standard/filestat.c: Fixed protos. + +2000-06-12 Andrei Zmievski + + * main/reentrancy.c: (php_readdir_r) Revert that bad patch. + +2000-06-12 Egon Schmid + + * ext/hyperwave/hw.c: Fixed some protos. + +2000-06-12 Andrei Zmievski + + * main/.cvsignore: Quiet CVS. + + * main/reentrancy.c: + (php_readdir_r) Last argument to readdir_r was missing. + 2000-06-11 Rasmus Lerdorf * build/rules.mk