summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-05-31 00:23:07 +0000
committer <changelog@php.net>2002-05-31 00:23:07 +0000
commit6d1a3716dd0726f06ca54976ebeb14526340463f (patch)
tree4973bf53661a7c2c4b0f2d04f6c81e39e1b53120
parentacc1021f0d3e142ecd4062a48e4b81fb4f96eda3 (diff)
downloadphp-git-6d1a3716dd0726f06ca54976ebeb14526340463f.tar.gz
ChangeLog update
-rw-r--r--ChangeLog62
-rw-r--r--Zend/ChangeLog6
2 files changed, 68 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d5fd722613..cc46d0acce 100644
--- 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,
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 <rvenkat@novell.com>
+
+ * zend.h
+ zend_config.nw.h
+ acconfig.h: NetWare changes
+
2002-05-26 Andi Gutmans <andi@zend.com>
* zend_multibyte.c: