summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2002-01-08 01:14:25 +0000
committer <changelog@php.net>2002-01-08 01:14:25 +0000
commitaac95a66723ad39d45d7bddf40a99e16545d2926 (patch)
tree97d3fd5c14326167198c2712006a6878cf5345f7
parentaa06ff957b088b429a9eafc1ead2ea706f0badea (diff)
downloadphp-git-aac95a66723ad39d45d7bddf40a99e16545d2926.tar.gz
ChangeLog update
-rw-r--r--ChangeLog34
1 files changed, 34 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5f9fb4136a..f9bdda17a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2002-01-07 James Cox <james@awpimajes.com>
+
+ * 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 <yohgaki@dd.iij4u.or.jp>
+
+ * ext/session/session.c: MFH
+
+ * NEWS: New PostgreSQL functions
+
+2002-01-07 Egon Schmid <eschmid@s.netic.de>
+
+ * ext/mbstring/mbstring.c: Fixed some protos.
+
+2002-01-07 Rui Hirokawa <rui_hirokawa@ybb.ne.jp>
+
+ * ext/mbstring/mbstring.c
+ ext/mbstring/mbstring.h:
+ added mb_get_info() to get internal settings of mbstring.
+
+2002-01-07 Markus Fischer <mfischer@guru.josefine.at>
+
+ * ext/domxml/php_domxml.c:
+ - Fix domxml_node_unlink_node() proto and return value.
+
+2002-01-07 Thomas V.V.Cox <cox@idecnet.com>
+
+ * pear/HTTP.php: ws
+
2002-01-06 Stig Venaas <venaas@uninett.no>
* ext/ftp/ftp.c