From: Date: Sun, 2 Jun 2002 00:26:59 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_90~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b341789bb86a2b3b5acea3253a15ab4efdaf04e2;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 48d1f63bd0..9f86855aa8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2002-06-01 Stig Bakken + + * pear/PEAR/Builder.php: * add some phpdoc + +2002-06-01 Stefan Roehrich + + * ext/snmp/config.m4 + acinclude.m4 + ext/domxml/config.m4 + ext/imap/config.m4: + WS change to make very old compilers/preprocessors (e.g. HP/UX 9) + happy (thanks to Andreas Ley for recognizing this). + +2002-06-01 Christian Dickmann + + * pear/PEAR/Command/Config.php + pear/PEAR/Command/Remote.php + pear/PEAR/Config.php + pear/PEAR/Frontend/CLI.php + pear/PEAR/Installer.php: + add 'pear search'. introduce type 'mask' to config. + +2002-06-01 Sascha Schumann + + * sapi/apache/php_apache.c: Fix build + +2002-06-01 Andi Gutmans + + * configure.in: - Fix build with Engine 2 + + * sapi/apache/php_apache.c: - Reapply netware patch + +2002-06-01 Rasmus Lerdorf + + * sapi/apache/php_apache.c: + Put Netware header and comment back in. My CVS revision id got messed + up somehow. + +2002-06-01 Sander Roobol + + * php.ini-dist + php.ini-recommended: + Update cracklib path and comment it out (thanks to Urs Gehrig for the hint) + +2002-06-01 Frank M. Kromann + + * ext/mbstring/mbfilter.c: + Makring function declarations match implementations (ZTS compilation) + 2002-05-31 Rasmus Lerdorf * sapi/apache/php_apache.c: Oops