summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
author <changelog@php.net>2000-11-02 02:09:09 +0000
committer <changelog@php.net>2000-11-02 02:09:09 +0000
commitf9e5c338031760fcee69e016bc894dcbd6feefd4 (patch)
tree556b05e227d67aa3a79aa4411c40db5940f63585 /ChangeLog
parent648c141cbc2b4774d98b37f84622a8370862248d (diff)
downloadphp-git-f9e5c338031760fcee69e016bc894dcbd6feefd4.tar.gz
ChangeLog update
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog50
1 files changed, 50 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7270de3f5..57a1abdf2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,53 @@
+2000-11-01 Jani Taskinen <sniper@iki.fi>
+
+ * ext/standard/url_scanner_ex.c
+ ext/standard/url_scanner_ex.re: Validators are happy now.
+
+2000-11-01 dickmeiss <dickmeiss@toye.p.sourceforge.net>
+
+ * ext/yaz/php_yaz.c
+ ext/yaz/php_yaz.h: Updated for ZTS mode.
+
+2000-11-01 Andi Gutmans <andi@zend.com>
+
+ * ext/pdf/pdf.c: - Beautify
+
+2000-11-01 Sascha Schumann <sascha@schumann.cx>
+
+ * sapi/apache2filter/sapi_apache2.c:
+ Our context's lifetime differs from the lifetime of a filter's context,
+ so don't set the filter's context in the INIT_CTX macro.
+
+ * sapi/apache2filter/README
+ sapi/apache2filter/sapi_apache2.c:
+ Use Input filters for handling POST data
+
+2000-11-01 Andi Gutmans <andi@zend.com>
+
+ * main/safe_mode.c
+ main/safe_mode.h:
+ - Define the different possible modes for readibility and use in the rest
+ - of PHP
+
+ * main/safe_mode.c:
+ - In function declerations the opening { should be on a new line
+
+ * ext/standard/file.c: - Change some estrdup()'s to estrndup()'s
+
+ * sapi/apache/mod_php4.c:
+ - Revert patch which seems to have caused the STOP mechanism not to work.
+ - I'm not quite sure why this should have caused harm even if not completey
+ - the right way of doing it.
+
+2000-11-01 Jani Taskinen <sniper@iki.fi>
+
+ * ext/domxml/php_domxml.c: No more segfaults.
+
+ * ext/gd/gd.c: Add line of possible XBM support to the phpinfo()
+
+ * ext/mcal/php_mcal.c:
+ Fixed some compile warnings and removed useless code.
+
2000-10-31 Zeev Suraski <zeev@zend.com>
* sapi/apache/mod_php4.c: Fix Apache build