changelog Thu May 30 20:22:09 2002 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.1060 php4/ChangeLog:1.1061
--- php4/ChangeLog:1.1060 Wed May 29 20:24:32 2002
+++ php4/ChangeLog Thu May 30 20:22:03 2002
@@ -1,3 +1,65 @@
+2002-05-30 Harald Radi <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * pear/Console/tests/.cvsignore: Add missing .cvsignore
+
+2002-05-30 Markus Fischer <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/mbstring/mbfilter_ru.c: Fixes some dummy errors (again).
+
+2002-05-30 Jan Lehnardt <[EMAIL PROTECTED]>
+
+ * pear/tests/pear_error4.phpt: - add testcase for PEAR::delExpect()
+
+2002-05-30 Stig Bakken <[EMAIL PROTECTED]>
+
+ * pear/PEAR/Config.php: * organize configuration_info array by group
+
+2002-05-30 Venkat Raghavan S <[EMAIL PROTECTED]>
+
+ * netware/ZendEngine2.mak
+ netware/build.bat: NetWare changes for ZE2
+
+2002-05-30 Stig Bakken <[EMAIL PROTECTED]>
+
+ * pear/PEAR/Config.php
+ pear/tests/pear_config.phpt:
+ * applied Alan's patch adding groups and prompts
+
+2002-05-30 Cliff Woolley <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
* pear/PEAR.php: - minor improvement of readability,