From: Date: Mon, 8 Apr 2002 00:23:10 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~804 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=091a06946d8009209115aa425c842756aa0baacf;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index be07906a1c..b49985593f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,134 @@ +2002-04-07 Marcus Börger + + * ext/exif/exif.c: correcting some more whitespace + +2002-04-07 Jani Taskinen + + * ext/ming/ming.c: Fixed compile failure with ZTS build. + +2002-04-07 Stig Bakken + + * pear/PEAR/Installer.php: + * append "?uncompress=yes" to the package download url if zlib extension + is not loaded + + * pear/package-db.xml: * package xml file for DB + +2002-04-07 Andi Gutmans + + * ext/mysql/libmysql/strto.c + ext/mysql/libmysql/strtoll.c + ext/mysql/libmysql/strtoull.c: + - Fix build with Visual Studio .NET. The MySQL team said they'll commit + - their fix a long time ago and never did. One day they'll update the + - whole MySQL client library. + +2002-04-07 Tomas V.V.Cox + + * pear/PEAR/Common.php: Added PEAR_Common::getUserRoles() and a suggestion + +2002-04-07 Hartmut Holzgraefe + + * ext/standard/levenshtein.c + ext/standard/tests/general_functions/003.phpt: + fix and regression test for Bug #16473 + +2002-04-07 Marcus Börger + + * ext/exif/exif.c + ext/exif/tests/003.phpt + ext/exif/tests/test3.jpg: + -found userland solution to fix UNICODE comments (see tests/003.phpt) + +2002-04-07 Stig Bakken + + * pear/PEAR/Command/Package.php + pear/PEAR/Frontend/CLI.php + pear/PEAR/Packager.php: * added "cvstag" command + +2002-04-07 Marcus Börger + + * ext/exif/exif.c: -fix warnings + -fix layout + + * ext/mbstring/mbfilter.c + ext/mbstring/mbregex.c + ext/mbstring/mbstring.c: -fix warnings + +2002-04-07 Jani Taskinen + + * php.ini-recommended + php.ini-dist: Removed relics from PHP3. + +2002-04-07 Stig Bakken + + * pear/PEAR/Packager.php: + * give PEAR_Packager::package an option to disable compression and make + plain .tar files + + * pear/PEAR/Command/Install.php: * remove empty fold + + * pear/scripts/pear.in: * use the UI's displayFatalError method + + * pear/PEAR/Frontend/CLI.php: + * added displayError and displayFatalError methods + + * pear/PEAR/Command.php: * initialize _PEAR_Command_uiobject + +2002-04-07 Sterling Hughes + + * configure.in: + apply jan's configure check for apache2 and freebsd (relating to the use + of tsrm-pth). + +2002-04-07 Stig Bakken + + * pear/PEAR/Common.php: * leave error reporting to the validator + + * pear/PEAR/Packager.php: * more clear cvs tag hint + +2002-04-07 Tomas V.V.Cox + + * pear/PEAR/Command/Install.php: Just some help cleanup + +2002-04-07 Stig Bakken + + * pear/PEAR/Command/Package.php: * typo + + * pear/PEAR/Command/Package.php: + * rename package-verify command to package-validate + +2002-04-07 Wez Furlong + + * ext/standard/string.c: fix for #16469 + +2002-04-07 Stig Bakken + + * pear/PEAR/Command/Install.php + pear/PEAR/Command/Package.php + pear/PEAR/Packager.php + pear/PEAR/Installer.php + pear/PEAR/Common.php: * support for .tar files in PEAR_Installer + * new command: package-verify + * "package" command now sanity-checks the package information before + making the tarball + * -Z option to the install/update commands for downloading non-compressed + packages + +2002-04-07 Yasuo Ohgaki + + * php.ini-dist + php.ini-recommended: + Added pgsql.ignore_notice and pgsql.log_notice ini entry. + + * ext/pgsql/pgsql.c: Nuke waring with ZTS build + + * ext/msession/msession.c: Fixed ZTS build + +2002-04-07 Jani Taskinen + + * NEWS: Fixed bad entries. + 2002-04-06 Marcus Börger * main/php_globals.h diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 9378bbc604..d486f1d567 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2002-04-07 Stanislav Malyshev + + * zend.h: make compatible with current PHP + + * zend_compile.c: sync + 2002-03-29 Derick Rethans * zend_compile.c: - revert patch