+2001-08-28 Wez Furlong <wez.php@thebrainroom.com>
+
+ * ext/mbstring/mbfilter.c: MFH
+
+2001-08-28 Rasmus Lerdorf <rasmus@php.net>
+
+ * ext/standard/array.c: MFH
+
+2001-08-28 Wez Furlong <wez.php@thebrainroom.com>
+
+ * ext/mailparse/mailparse.c
+ ext/mailparse/php_mailparse.h:
+ - Added mailparse_uudecode_all() which extracts all uuencoded attachments
+ (Wez)
+
+2001-08-28 Rasmus Lerdorf <rasmus@php.net>
+
+ * ext/standard/array.c: Kill a warning
+
+2001-08-28 Wez Furlong <wez.php@thebrainroom.com>
+
+ * ext/mbstring/mbfilter.c: fix uudecode
+
+ * ext/mbstring/mbfilter.c: fix cp1252 -> wchar conversion
+
+2001-08-28 Chuck Hagenbuch <chuck@horde.org>
+
+ * pear/DB/ibase.php:
+ a simple cast means we can use ibase_fetch_object to implement
+ DB_FETCHMODE_ASSOC.
+
+2001-08-28 Thomas V.V.Cox <cox@idecnet.com>
+
+ * pear/Makefile.in: added the Mail/mime.php file
+
+2001-08-28 Stig Bakken <ssb@fast.no>
+
+ * Makefile.in
+ pear/Makefile.in: * tidy up "make install" output
+
+ * pear/scripts/phptar.in: * MFH: Archive_Tar is no longer experimental
+
+ * pear/scripts/phptar.in: * Archive_Tar is no longer experimental
+
+ * build/fastgen.sh: * output brief usage when called without params
+
+ * pear/Makefile.in: * MFH: Log/Observer.php rename fix
+
+ * pear/Makefile.in: * Log/Observer.php rename fix
+
+ * pear/scripts/.cvsignore
+ pear/scripts/pearize.in
+ pear/scripts/phptar.in
+ pear/PEAR/Common.php
+ pear/PEAR/Installer.php
+ pear/PEAR/Packager.php
+ pear/PEAR/WebInstaller.php
+ pear/XML/RPC.php
+ pear/Net/SMTP.php
+ pear/Mail/smtp.php
+ pear/Math/Fraction.php
+ pear/Math/Util.php
+ pear/HTML/Page.php
+ pear/Log/Observer.php
+ pear/Log/observer.php
+ pear/Date/Calc.php
+ pear/File/Find.php
+ pear/DB/tests/oci8/.cvsignore
+ pear/DB/tests/pgsql/010.phpt
+ pear/DB/mssql.php
+ pear/DB/mysql.php
+ pear/DB/odbc.php
+ pear/DB/tests/db_error.phpt
+ pear/DB/tests/db_error2.phpt
+ pear/Cache/DB.php
+ pear/Cache/Graphics.php
+ pear/DB/common.php
+ pear/Benchmark/Iterate.php
+ pear/Makefile.in
+ pear/PEAR.php
+ pear/package.dtd
+ pear/CODING_STANDARDS: * MFH PEAR stuff
+ * copied in Archive_Tar class from pear/Archive_Tar
+
+ * pear/scripts/pearize.in: * started work on php file support
+
+ * pear/scripts/pearize.in: * fold case when parsing package.xml
+
+2001-08-28 Doug MacEachern <dougm@covalent.net>
+
+ * sapi/apache2filter/sapi_apache2.c: add php version component
+
+ * sapi/apache2filter/sapi_apache2.c: not all MPMs support child_init,
+ so move php_apache_server_startup to the post_config phase
+ (happens at server startup)
+
2001-08-28 Wez Furlong <wez.php@thebrainroom.com>
* ext/mbstring/mbfilter.c: fix cp1252 -> wchar conversion