From 5b59b51e506e290a54e4c84247a2c15b2f6eb46b Mon Sep 17 00:00:00 2001 From: Date: Sat, 18 Nov 2000 02:09:11 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 66 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 66 insertions(+) diff --git a/ChangeLog b/ChangeLog index c35320125d..bd5dd4ae4c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,69 @@ +2000-11-17 Stig Venaas + + * 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 + + * 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 + + * ext/standard/parsedate.y: close bug 7851 + +2000-11-17 Sascha Schumann + + * main/php.h: + PHP does not care about inline at all, so get rid of this block. + +2000-11-17 Dan Kalowsky + + * 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 + + * NEWS: + Decided not to clutter NEWS file with build fix, It is big enough already. + +2000-11-17 Dan Kalowsky + + * 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 + + * NEWS: Fix. + +2000-11-17 Kirill Maximov + + * 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 * NEWS: Added ext/java fix line - I should learn to use '@' correctly : ) -- 2.50.1