From: Date: Wed, 29 May 2002 00:26:35 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: SAFEGUARD_3_0_BETA1_RC1_26062002~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d790e4916e245e3be5ba0d12f69ad8887272957;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index c8ca5ae406..c05dde145b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,77 @@ +2002-05-28 Andrei Zmievski + + * acinclude.m4: Fix a bug in case statement. + +2002-05-28 Stig Bakken + + * pear/PEAR/Command.php: * don't create duplicate ui objects + + * pear/PEAR/Frontend/CLI.php: * gotta love these extra newlines + +2002-05-28 Venkat Raghavan S + + * netware/bisonflexzend.bat: + Batch file to do the Lex / Yacc stuff for Zend + + * netware/common.mif: SDK directory path change + +2002-05-28 Bertrand Mansion + + * pear/HTML/Table.php + pear/HTML/Common.php: Moved to /pear + +2002-05-28 Venkat Raghavan S + + * netware/build.bat + netware/common.mif + netware/tsrm.mak + netware/zend.mak: + Makefiles and batch file required to build Zend and TSRM + + * netware/php-nw.bat: *** empty log message *** + +2002-05-28 Stig Bakken + + * pear/PEAR/Command/Auth.php + pear/PEAR/Command/Common.php + pear/PEAR/Command/Config.php + pear/PEAR/Command/Install.php + pear/PEAR/Command/Package.php + pear/PEAR/Command/Registry.php + pear/PEAR/Command/Remote.php + pear/PEAR/Frontend/CLI.php + pear/PEAR/Common.php: * imported Christian Dickmann's new UI code + * converted PEAR_Frontend_CLI::userDialog() to new API + + * pear/package-PEAR.xml: * 0.11 release coming up + + * pear/PEAR/Command/Package.php: + * drop package-info command (deprecated by "info") + + * pear/tests/pear_config.phpt: * update test + + * pear/PEAR/Command/Build.php + pear/PEAR/Builder.php + pear/package-PEAR.xml: * update 0.11 release notes + * move build logic into PEAR_Builder + + * pear/scripts/pear.in + pear/PEAR/Config.php: + * disable *&$^*#@ runtime ^@#*&$@ magical ^*!@@!! quoting + + * pear/Archive/Tar.php + pear/docs/Archive_Tar.txt + pear/package-Archive_Tar.xml: * sync up + + * pear/PEAR/Config.php: + * disable magic_quotes_runtime (what a broken concept!!) while + reading config files + + * pear/PEAR/Installer.php: * fix some errors/warnings + * install data and test files now + + * pear/PEAR/Config.php: * added data_dir and test_dir + 2002-05-27 Stig Bakken * pear/PEAR/Config.php: