diff options
| author | <changelog@php.net> | 2001-02-08 02:11:16 +0000 |
|---|---|---|
| committer | <changelog@php.net> | 2001-02-08 02:11:16 +0000 |
| commit | 9976674c6f47956d6c1638990981fb51e11396a9 (patch) | |
| tree | d0d13e0e4b7e96c398e2751289420f031743ad56 | |
| parent | 28052724e72ac0650a0ed4fc0ecb7ec12f6fe142 (diff) | |
| download | php-git-9976674c6f47956d6c1638990981fb51e11396a9.tar.gz | |
ChangeLog update
| -rw-r--r-- | ChangeLog | 34 |
1 files changed, 34 insertions, 0 deletions
@@ -1,3 +1,37 @@ +2001-02-07 Chuck Hagenbuch <chuck@horde.org> + + * pear/Mail/Sendmail.php: + remove double quotes which may not be stripped by sendmail (causing + problems), and add checks for dangerous characters (in addition to the + pre-existing escapeShellCmd()) in the $from variable. + + * pear/Mail.php + pear/Mail/RFC822.php + pear/Mail/SMTP.php + pear/Mail/Sendmail.php + pear/Mail/rfc822.php + pear/Mail/sendmail.php + pear/Mail/smtp.php + pear/Makefile.in: + may as well go by the capitalization we agreed on sooner rather than later. + +2001-02-07 Boian Bonev <boian@bonev.com> + + * ext/vpopmail/php_vpopmail.c: +2001-02-07 Sascha Schumann <sascha@schumann.cx> + + * ext/domxml/config.m4: + Improve use of $withval. This also cures the problem of adding -Lyes/lib + to $LIBS. + +2001-02-07 Andrei Zmievski <andrei@ispi.net> + + * NEWS: Only one entry for mnoGoSearch is necessary. + +2001-02-07 Sergey Kartashoff <gluke@biosys.net> + + * ext/mnogosearch/.cvsignore: Added .cvsignore + 2001-02-06 Jim Jagielski <jim@jaguNET.com> * NEWS |
