From: Date: Mon, 27 May 2002 00:23:53 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: NEW_UI_API_BP~29 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=84439fe2dd825d4bbced4a3f7141560080b2ca9c;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 952fe48972..ae386af4fe 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,98 @@ +2002-05-26 Stig Bakken + + * pear/PEAR/Common.php: * un-indent description too + + * pear/PEAR/Common.php: + * try being smart about de-indenting release notes from the xml + + * pear/PEAR/WebInstaller.php: * PEAR_Frontend_Web is coming! + +2002-05-26 Andi Gutmans + + * genfiles: - Small fix + +2002-05-26 Edin Kadribasic + + * NEWS: I case we ever release 4.2.2. + + * sapi/cgi/cgi_main.c + sapi/cli/php_cli.c: MFH (fix for exit()) + +2002-05-26 Andi Gutmans + + * genfiles: - Update genfiles for new build system + +2002-05-26 Tomas V.V.Cox + + * pear/scripts/pear.in: Added "pear -V" (show version information) + +2002-05-26 Stig Bakken + + * pear/scripts/pear.in: * another help fix + +2002-05-26 Tomas V.V.Cox + + * pear/PEAR/Command/Config.php: + Make the error handling work again since the new internal command + structure + +2002-05-26 Martin Jansen + + * pear/package-PEAR.xml: * Add /me has helper. + +2002-05-26 Stig Bakken + + * pear/PEAR/Command/Package.php: * bold column headings + + * pear/package-PEAR.xml: ^t + +2002-05-26 Tomas V.V.Cox + + * pear/PEAR/Command/Install.php + pear/scripts/pear.in: "Help" fixes + +2002-05-26 Edin Kadribasic + + * sapi/cgi/cgi_main.c: Merge from cli. + +2002-05-26 Stig Bakken + + * pear/package-PEAR.xml: * add package.dtd to the distribution + + * pear/package-PEAR.xml: * roll out 0.10 + + * pear/PEAR/Command.php: * focus on the present + + * pear/PEAR/Frontend/Gtk.php: * add @nodep stuff here too + + * pear/PEAR/Remote.php: * be nice to PEAR_Common::detectDepdencencies() + + * pear/PEAR/Common.php: * more work on the dependency detector + + * pear/scripts/pear.in: * Console_Getopt POSIX fix + + * pear/PEAR.php: * phpdoc fixes (un-break the broken) + +2002-05-26 Edin Kadribasic + + * sapi/cli/php_cli.c: + Due to the way Zend handles exit() we cannot rely on the return code + of php_execute_script. + + * sapi/cli/php_cli.c: Made constants persistent and fixed a memory leak. + +2002-05-26 Stig Bakken + + * pear/Console/Getopt.php + pear/package-Console_Getopt.xml: + * POSIX getopt compatibility support (first argv element is the command) + + * pear/install-pear.php: * tidy output a bit + + * ext/standard/versioning.c: Fix segfault in version_compare() + + * pear/PEAR/Installer.php: * cleaned up error handling in _installFile + 2002-05-25 Martin Jansen * pear/PEAR/Command/Package.php: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index c326024d01..f3281c2368 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,8 @@ +2002-05-26 Andi Gutmans + + * zend_multibyte.c: + - Add empty zend_multibyte.c to allow build with 4.3.0-dev. + 2002-05-24 Sebastian Bergmann * ZEND_CHANGES: Fugbix typo.