From: Date: Wed, 29 Aug 2001 00:10:21 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: PRE_SUBST_Z_MACROS~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=64c7c88af0b2730d6fb902ef8bf9d324a5f2670f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 8d10da1281..5e506336b8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,78 @@ +2001-08-28 Wez Furlong + + * ext/mbstring/mbfilter.c: fix cp1252 -> wchar conversion + +2001-08-28 Chuck Hagenbuch + + * 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 + + * pear/Makefile.in: added the Mail/mime.php file + +2001-08-28 Stig Bakken + + * 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 + + * 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-27 Jani Taskinen * ext/gettext/gettext.c: Coding style.