summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-11-08 02:09:14 +0000
committer <changelog@php.net>2000-11-08 02:09:14 +0000
commite4c95b17e6c56b83b922821d6914cbe9a4cb9c26 (patch)
treedd536204a371784accc548ce146ec263cb71f519
parent64ef92eafb04ca7f6148a3531625638fe8eb2068 (diff)
downloadphp-git-e4c95b17e6c56b83b922821d6914cbe9a4cb9c26.tar.gz
ChangeLog update
-rw-r--r--ChangeLog30
1 files changed, 30 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5489cfb72c..d6092dd7e7 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,33 @@
+2000-11-07 Zeev Suraski <zeev@zend.com>
+
+ * NEWS: Forgot to commit it...
+
+2000-11-07 Daniel Beulshausen <daniel@php4win.de>
+
+ * main/SAPI.h
+ main/php_open_temporary_file.c
+ ext/fdf/fdf.c
+ ext/fdf/fdf.dsp: win32 sapi symbol export fixes
+
+2000-11-07 Zeev Suraski <zeev@zend.com>
+
+ * main/php_variables.c
+ main/php_variables.h
+ sapi/cgi/cgi_main.c
+ main/main.c:
+ - In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variables
+ as well
+
+ * main/SAPI.h: cookie_data may also be modified...
+
+2000-11-07 Stanislav Malyshev <stas@zend.com>
+
+ * ext/mysql/php_mysql.c:
+ Enable to use mysql_use_result in query functions.
+ You may need this if you use real big queries.
+
+ * ext/standard/var.c: Andi says it should be zval_ptr_dtor
+
2000-11-06 Sascha Schumann <sascha@schumann.cx>
* ext/sockets/sockets.c: Use socklen_t for getsockopt