From: Date: Wed, 3 Apr 2002 01:23:27 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~905 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5f53f02d14e5b8de5f721fd7eb8e19a70bd5e965;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 7a15707bc6..e6c46034ea 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,68 @@ +2002-04-02 Wez Furlong + + * main/memory_streams.c + main/streams.c + ext/standard/exec.c + ext/standard/exec.h + ext/standard/basic_functions.c + ext/mailparse/php_mailparse.h + ext/mailparse/try.php + ext/mailparse/mailparse.c: main/streams.c + + * sapi/cgi/cgi_main.c: fix quoting + +2002-04-02 Derick Rethans + + * ext/tokenizer/config.m4: - Fix layout + +2002-04-02 Stig Bakken + + * pear/PEAR/Command/Install.php + pear/PEAR/Installer.php: + * Added "-s" (soft update) option to install/upgrade. Will make installs + fail silently. + + * pear/PEAR/Common.php: * add Frontend support to PEAR_Common::log() + + * pear/PEAR/Command/Registry.php: + * Implemented "shell-test" command for writing shell scripts that check + whether a package is installed. Example of use: + + if ! pear shell-test Net_Socket; then + echo "You don't have the Net_Socket package installed!" >&2 + exit 1 + fi + + * pear/PEAR/Registry.php: * just renaming some comments + + * pear/PEAR/Frontend/CLI.php: + * add type property telling what type of frontend this class implements + + * pear/scripts/pear.in: + * remove "exit" at the end, it causes a "false" exit code always + + * pear/Makefile.frag: + * comment out the php files that are not necessary for the installer + +2002-04-02 Kirill Maximov + + * ext/standard/quot_print.c: + +2002-04-02 Derick Rethans + + * ext/standard/quot_print.c: - Whitespace + +2002-04-02 James Cox + + * sapi/cgi/cgi_main.c: just did... + + * sapi/cgi/cgi_main.c: + updated the alert sent to the browser. removed the verbosity, and linked to more info. + +2002-04-02 Jani Taskinen + + * ext/imap/config.m4: Be a bit more verbose about what was not found. + 2002-04-01 Jani Taskinen * main/rfc1867.c: MFH