From: Date: Fri, 31 May 2002 00:23:07 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: BEFORE_OBJECTS_STORE~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6d1a3716dd0726f06ca54976ebeb14526340463f;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index d5fd722613..cc46d0acce 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2002-05-30 Harald Radi + + * ext/com/COM.c: + * ext/com/VARIANT.c + ext/com/conversion.c + ext/com/dispatch.c + ext/com/COM.c: + Added missing AddRef() calls in the COM extension. This should + fix weird behaviour (in particular with ADODB). + + +2002-05-30 Sander Roobol + + * pear/Console/tests/.cvsignore: Add missing .cvsignore + +2002-05-30 Markus Fischer + + * ext/session/mod_files.c: + - Tell the user why his session doesn't work if he uses custom session_id()s. + + * win32/install.txt: - Typo + + * win32/install.txt: + - Give some useful updates to Win32/Apache/PHP4 installation. Also mention + strace for advanced users. + +2002-05-30 Christian Dickmann + + * pear/PEAR/Command/Config.php + pear/PEAR/Command/Remote.php + pear/PEAR/Frontend/CLI.php: + fix a typo. add some information to config-show + +2002-05-30 Den V. Tsopa + + * ext/mbstring/mbfilter_ru.c: Fixes some dummy errors (again). + +2002-05-30 Jan Lehnardt + + * pear/tests/pear_error4.phpt: - add testcase for PEAR::delExpect() + +2002-05-30 Stig Bakken + + * pear/PEAR/Config.php: * organize configuration_info array by group + +2002-05-30 Venkat Raghavan S + + * netware/ZendEngine2.mak + netware/build.bat: NetWare changes for ZE2 + +2002-05-30 Stig Bakken + + * pear/PEAR/Config.php + pear/tests/pear_config.phpt: + * applied Alan's patch adding groups and prompts + +2002-05-30 Cliff Woolley + + * sapi/apache2filter/php_functions.c: + That macro is and always was hopelessly broken, which is why it's + now deprecated. + 2002-05-29 Jan Lehnardt * pear/PEAR.php: - minor improvement of readability, diff --git a/Zend/ChangeLog b/Zend/ChangeLog index f3281c2368..02087d43eb 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,9 @@ +2002-05-30 Venkat Raghavan S + + * zend.h + zend_config.nw.h + acconfig.h: NetWare changes + 2002-05-26 Andi Gutmans * zend_multibyte.c: