summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-11-18 02:09:11 +0000
committer <changelog@php.net>2000-11-18 02:09:11 +0000
commit5b59b51e506e290a54e4c84247a2c15b2f6eb46b (patch)
tree3d2c7cfc1a6c6b9b97f093b75d9268dc5707c2c9
parent3c48053ca896f65393a6edf89fd3342f56024575 (diff)
downloadphp-git-5b59b51e506e290a54e4c84247a2c15b2f6eb46b.tar.gz
ChangeLog update
-rw-r--r--ChangeLog66
1 files changed, 66 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c35320125d..bd5dd4ae4c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,69 @@
+2000-11-17 Stig Venaas <venaas@uninett.no>
+
+ * EXTENSIONS: Added openssl extension info
+
+ * ext/openssl/openssl.c:
+ Added optional passphrase argument to openssl_get_privatekey()
+
+ * ext/openssl/openssl.c
+ ext/openssl/php_openssl.h:
+ Renamed openssl_read_privatekey openssl_get_privatekey, and some minor
+ fixes including init and shutdown functions
+
+2000-11-17 Sascha Schumann <sascha@schumann.cx>
+
+ * ext/standard/url_scanner_ex.c
+ ext/standard/url_scanner_ex.re:
+ Reset the state, if there is garbage in an HTML tag.
+
+ PR: #7854
+
+2000-11-17 Chuck Hagenbuch <chuck@horde.org>
+
+ * ext/standard/parsedate.y: close bug 7851
+
+2000-11-17 Sascha Schumann <sascha@schumann.cx>
+
+ * main/php.h:
+ PHP does not care about inline at all, so get rid of this block.
+
+2000-11-17 Dan Kalowsky <dkalowsky@wgate.com>
+
+ * ext/odbc/php_odbc.c:
+ Missed one section that required the addition of a new HAVE_SOLID_30
+ This should be correct now.
+
+2000-11-17 Jason Greene <jason@inetgurus.net>
+
+ * NEWS:
+ Decided not to clutter NEWS file with build fix, It is big enough already.
+
+2000-11-17 Dan Kalowsky <dkalowsky@wgate.com>
+
+ * ext/odbc/config.m4
+ ext/odbc/php_odbc.c
+ ext/odbc/php_odbc.h:
+ Corrected the spelling of verion to version, and cleaned the configuration
+ code up a bit. Also added in much better (read: tested) support for
+ Solid 3.0. Credit for almost all of the patch goes to Eric Veldhuyzen,
+ minor modifications done (by me) to make it non-linux specific.
+
+ This commit also creates the HAVE_SOLID_30 define
+
+
+2000-11-17 Andrei Zmievski <andrei@ispi.net>
+
+ * NEWS: Fix.
+
+2000-11-17 Kirill Maximov <kir@actimind.com>
+
+ * ext/standard/quot_print.c
+ ext/standard/tests/general_functions/002.phpt:
+ quoted_printable_decode() function is made RFC-2045 compliant.
+
+ This hopefully closes bugs #5321, #7138, #7855.
+ Test script for the function is added.
+
2000-11-16 Jason Greene <jason@inetgurus.net>
* NEWS: Added ext/java fix line - I should learn to use '@' correctly : )