From: Date: Fri, 7 Jun 2002 00:31:30 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: php5_5_0~155 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ea16e37e9b6cb7a212137d8aafaac82e999dd721;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3275672e19..acd2d3e3a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,82 @@ +2002-06-06 Daniela Mariaschi + + * ext/interbase/interbase.c + ext/interbase/php_interbase.h: + Add control on Ib version. ibase_add_user(), ibase_modify_user() + and ibase_delete_user() available with IB6 or later. + fix bug #17184 + + * ext/interbase/php_interbase.h: + Add control on IB version. ibase_add_user(), ibase_modify_user() + and ibase_delete_user() are available with IB6 or later + + * ext/interbase/interbase.c: + Add control on the IB version. ibase_add_user(),ibase_modify_user() + and ibase_delete_user() are available with IB6 or later + +2002-06-06 Markus Fischer + + * NEWS: - Update + + * ext/dbx/dbx_sybasect.c: - Remove C++ comments. + + * ext/gd/libgd/gd.c: - Revert Ws thingy. + +2002-06-06 Jani Taskinen + + * ext/mbstring/config.m4: + Changed the configure option to be --enable/disable + +2002-06-06 Tomas V.V.Cox + + * pear/Date/Calc.php: + Added method Date_Calc::compareDates($day1,$month1,$year1,$day2,$month2,$year2) + + * pear/Date/Calc.php: ws+cs + +2002-06-06 Stig Bakken + + * pear/package-PEAR.xml: * prepare 0.90 + + * pear/PEAR/Command/Install.php + pear/PEAR/Installer.php: + * add "nobuild" option to installer (-B or --nobuild option to CLI frontend) + + * pear/PEAR/Builder.php: * remove debug output + + * pear/PEAR/Builder.php: + * when building, look for "package-version" subdirectory, needed for + building stuff straight from tarballs + + * pear/PEAR/Common.php: * add PEAR_COMMON_PACKAGE_NAME_PREG constant + + * pear/PEAR/Frontend/CLI.php: * make displayFatalError work again + +2002-06-06 Tomas V.V.Cox + + * pear/PEAR/Command/Package.php: Forgot that one + + * pear/PEAR/Frontend/CLI.php: Wrap table contents + + * pear/PEAR/Command/Registry.php: + Implemented "pear info " command + + + * pear/PEAR/Command/Package.php: + Split the doPackageInfo() in doPackageInfo() and _infoForDisplaying() + (this last one can be statically called and is used also from + the "info" command) + + * pear/package-Mail.xml: package.xml file for the PEAR Mail package + + * pear/PEAR/Command/Common.php: That will really avoid PHP warnings + + * pear/PEAR/Command/Package.php: Fix package command + +2002-06-06 Sergey Kartashoff + + * ext/mnogosearch/php_mnogo.h + ext/mnogosearch/php_mnogo.c: 2002-06-05 Jani Taskinen * ext/gd/libgd/gd.c: ws and indent fixes diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 7129aabd0a..ce29bc3234 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,7 @@ +2002-06-06 Sebastian Bergmann + + * RFCs/004.txt: Add RFC on delegation. + 2002-06-05 Sebastian Bergmann * zend_execute.c: Remove unused local variable.