]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Fri, 31 May 2002 00:23:07 +0000 (00:23 +0000)
committer <changelog@php.net> <>
Fri, 31 May 2002 00:23:07 +0000 (00:23 +0000)
ChangeLog
Zend/ChangeLog

index d5fd7226139350b422b9f5a198dc668b71b5415f..cc46d0accecf4a7191678890d09f43cf3be9b247 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,65 @@
+2002-05-30  Harald Radi  <h.radi@nme.at>
+
+    * 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  <phy@wanadoo.nl>
+
+    * pear/Console/tests/.cvsignore: Add missing .cvsignore
+
+2002-05-30  Markus Fischer  <mfischer@guru.josefine.at>
+
+    * 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  <chrisdicki@gmx.de>
+
+    * 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  <tdv@edisoft.ru>
+
+    * ext/mbstring/mbfilter_ru.c: Fixes some dummy errors (again).
+
+2002-05-30  Jan Lehnardt  <jan@dasmoped.net>
+
+    * pear/tests/pear_error4.phpt:  - add testcase for PEAR::delExpect()
+
+2002-05-30  Stig Bakken  <ssb@fast.no>
+
+    * pear/PEAR/Config.php: * organize configuration_info array by group
+
+2002-05-30  Venkat Raghavan S  <rvenkat@novell.com>
+
+    * netware/ZendEngine2.mak
+      netware/build.bat: NetWare changes for ZE2
+
+2002-05-30  Stig Bakken  <ssb@fast.no>
+
+    * pear/PEAR/Config.php
+      pear/tests/pear_config.phpt:
+    * applied Alan's patch adding groups and prompts
+
+2002-05-30  Cliff Woolley  <jwoolley@apache.org>
+
+    * 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  <jan@dasmoped.net>
 
     * pear/PEAR.php:  - minor improvement of readability,
index f3281c23685538fed71f828e8ad6546d82a6740c..02087d43ebb19ca13f73aa7dcd9e3efe6f34c025 100644 (file)
@@ -1,3 +1,9 @@
+2002-05-30  Venkat Raghavan S  <rvenkat@novell.com>
+
+    * zend.h
+      zend_config.nw.h
+      acconfig.h: NetWare changes
+
 2002-05-26  Andi Gutmans  <andi@zend.com>
 
     * zend_multibyte.c: