forked from php/php-src
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Unknown
committed
Nov 18, 2000
1 parent
3c48053
commit 5b59b51
Showing
1 changed file
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,69 @@ | ||
2000-11-17 Stig Venaas <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* ext/standard/parsedate.y: close bug 7851 | ||
|
||
2000-11-17 Sascha Schumann <[email protected]> | ||
|
||
* main/php.h: | ||
PHP does not care about inline at all, so get rid of this block. | ||
|
||
2000-11-17 Dan Kalowsky <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* NEWS: | ||
Decided not to clutter NEWS file with build fix, It is big enough already. | ||
|
||
2000-11-17 Dan Kalowsky <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* NEWS: Fix. | ||
|
||
2000-11-17 Kirill Maximov <[email protected]> | ||
|
||
* 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 <[email protected]> | ||
|
||
* NEWS: Added ext/java fix line - I should learn to use '@' correctly : ) | ||
|