changelog Mon Jan 7 20:14:24 2002 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.917 php4/ChangeLog:1.918
--- php4/ChangeLog:1.917 Sun Jan 6 20:13:46 2002
+++ php4/ChangeLog Mon Jan 7 20:14:24 2002
@@ -1,3 +1,37 @@
+2002-01-07 James Cox <[EMAIL PROTECTED]>
+
+ * win32/install.txt:
+ browscap url fix, plus removed ^M references. it should look nice on any os.
+
+ * win32/install.txt:
+ changed the instructions for php with win32 + apache. Recommending using sapi
+ over cgi binary, since cgi binary and apache don't mix well security wise.
+
+2002-01-07 Yasuo Ohgaki <[EMAIL PROTECTED]>
+
+ * ext/session/session.c: MFH
+
+ * NEWS: New PostgreSQL functions
+
+2002-01-07 Egon Schmid <[EMAIL PROTECTED]>
+
+ * ext/mbstring/mbstring.c: Fixed some protos.
+
+2002-01-07 Rui Hirokawa <[EMAIL PROTECTED]>
+
+ * ext/mbstring/mbstring.c
+ ext/mbstring/mbstring.h:
+ added mb_get_info() to get internal settings of mbstring.
+
+2002-01-07 Markus Fischer <[EMAIL PROTECTED]>
+
+ * ext/domxml/php_domxml.c:
+ - Fix domxml_node_unlink_node() proto and return value.
+
+2002-01-07 Thomas V.V.Cox <[EMAIL PROTECTED]>
+
+ * pear/HTTP.php: ws
+
2002-01-06 Stig Venaas <[EMAIL PROTECTED]>
* ext/ftp/ftp.c