summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2002-04-03 01:23:27 +0000
committer <changelog@php.net>2002-04-03 01:23:27 +0000
commit5f53f02d14e5b8de5f721fd7eb8e19a70bd5e965 (patch)
tree859ec2f9a85bb00b540c318286dde806951233e3 /ChangeLog
parenta0f165a5cb615d49834d5e68ab7ab543e45d493e (diff)
downloadphp-git-5f53f02d14e5b8de5f721fd7eb8e19a70bd5e965.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog65
1 files changed, 65 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7a15707bc6..e6c46034ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,68 @@
+2002-04-02 Wez Furlong <wez.php@thebrainroom.com>
+
+ * 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 <d.rethans@jdimedia.nl>
+
+ * ext/tokenizer/config.m4: - Fix layout
+
+2002-04-02 Stig Bakken <ssb@fast.no>
+
+ * 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 <kir@actimind.com>
+
+ * ext/standard/quot_print.c:
+
+2002-04-02 Derick Rethans <d.rethans@jdimedia.nl>
+
+ * ext/standard/quot_print.c: - Whitespace
+
+2002-04-02 James Cox <james@wherewithal.com>
+
+ * 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 <sniper@iki.fi>
+
+ * ext/imap/config.m4: Be a bit more verbose about what was not found.
+
2002-04-01 Jani Taskinen <sniper@iki.fi>
* main/rfc1867.c: MFH