From: Date: Mon, 9 Apr 2001 01:09:28 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.0.6RC1~453 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d795707fd0281622157568be24ff95b21ac782ed;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a9c45bd674..3ee55c17be 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,45 @@ +2001-04-08 Stig Bakken + + * main/build-defs.h.in + pear/PEAR.php.in + sapi/Makefile.in + sapi/cgi/config.m4 + Makefile.in + configure.in: * CGI version is always installed! + * replaced --disable-pear with --with-pear=DIR (or --without-pear), + is backwards compatible + * use --datadir, --libdir and --sysconfdir configure options to determine + where PEAR files, shared extensions and php.ini goes + * simplified the extension version directory name + + * ext/standard/dir.c: + Add DIRECTORY_SEPARATOR constant ('/' on UNIX, '\' on Windows) + +2001-04-08 Holger Zimmermann + + * sapi/pi3web/php4pi3web.dsp: + Contribute the MSVC project file. Someone could add this to the php4ts workspace. + + * sapi/pi3web/pi3web_sapi.c + sapi/pi3web/pi3web_sapi.h: Reorganized the #define's in the header. + + * sapi/pi3web/pi3web_sapi.c: + Updated copyright agreement regarding move of Pi3Web to sourceforge. + +2001-04-08 Stig Bakken + + * pear/XML/RPC.php: * globals fixes + + * pear/XML/Parser.php: * indentation and inline doc fixes + + * pear/HTML/Processor.php: + * using GLOBALS to set global variable (in case the file is included + from within a function) + +2001-04-08 Jon Parise + + * ext/imap/php_imap.c: Use tabs instead of spaces. + 2001-04-07 Jani Taskinen * ext/standard/file.c: ws pollution removed.