changelog Sat Nov 3 20:10:22 2001 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.847 php4/ChangeLog:1.848
--- php4/ChangeLog:1.847 Fri Nov 2 20:10:28 2001
+++ php4/ChangeLog Sat Nov 3 20:10:21 2001
@@ -1,3 +1,35 @@
+2001-11-03 Sergey Kartashoff <[EMAIL PROTECTED]>
+
+ * ext/mnogosearch/index.php:
+ - mnoGoSearch module example updates for 3.2.x compatibility
+ - mnoGoSearch module example updates for 3.2.x compatibility
+
+ * ext/mnogosearch/php_mnogo.c: - Some mnogosearch-3.2.x compilation bugs fixes.
+ Make crosswords and weight sections work with mnogosearch-3.2.x
+ UDM_PARAM_HLBEG, UDM_PARAM_HLEND mnoGoSearch Agent parameters
+ has been added (gluke)
+
+2001-11-03 Derick Rethans <[EMAIL PROTECTED]>
+
+ * ext/mysql/config.m4: - MFH (Bug #13918)
+
+ * ext/mysql/config.m4: - Fix for bug #13918
+
+2001-11-03 Jani Taskinen <[EMAIL PROTECTED]>
+
+ * ext/bz2/tests/with_strings.phpt:
+ Skip the test if extension is not available.
+
+2001-11-03 James Moore <[EMAIL PROTECTED]>
+
+ * ext/standard/datetime.c: - relying on timezone and tzname isnt OK for
+gmdate etc, the only behaviour
+ that might not be right is the handling of T formatter under gmdate
+ should it return the machines timezone or GMT Standard Time??
+
+2001-11-03 Richard Heyes <[EMAIL PROTECTED]>
+
+ * pear/Mail/mime.php: Altered mime.php to use mimePart class
+
2001-11-02 Rui Hirokawa <[EMAIL PROTECTED]>
* ext/session/session.c: