From e8f195c4274a8d9e6a0d962fa141ab71cc00ef6e Mon Sep 17 00:00:00 2001 From: Date: Tue, 11 Sep 2001 00:10:19 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 90 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 90 insertions(+) diff --git a/ChangeLog b/ChangeLog index 462c35535a..4219e346a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,93 @@ +2001-09-10 Wez Furlong + + * ext/openssl/openssl.c: + Added some preliminary x509 cert and csr creation/signing functions. + Also, some problems with CGI initialization should be eliminated. + Renamed some pkey functions to be more consistent. + +2001-09-10 Jani Taskinen + + * ext/java/config.m4: fix build. + +2001-09-10 Daniel Beulshausen + + * ext/pdf/pdf.c: fix resource destruction + +2001-09-10 Sascha Schumann + + * sapi/thttpd/config.m4 + build/library.mk: + Use $(LINK) for libraries, but $(LINK_CLEAN) for creating programs. + + Also pass only $(CFLAGS_CLEAN) into thttpd's Makefile. + +2001-09-10 Derick Rethans + + * ext/pdf/pdf.c: - Fix for bug #13230 + +2001-09-10 Sascha Schumann + + * ext/java/config.m4: + Fix a problem when withval pointed to a symlink and automatic + detection for the java libraries failed + +2001-09-10 Chuck Hagenbuch + + * pear/Net/Socket.php: + allow for reading from sockets that just terminate lines with \n, instead of + \r\n. Contributed by Aaron S. Hawley . + +2001-09-10 Daniel Beulshausen + + * ext/openssl/openssl.c: + don't forget TSRMLS_CC when using zend_parse_parameters + + * sapi/apache2filter/php4apache2.dsp + sapi/apache2filter/sapi_apache2.c + win32/php4ts.dsw: let apache2 filter build under win32 + +2001-09-10 Sascha Schumann + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: MFH + + * ext/standard/url_scanner_ex.c + ext/standard/url_scanner_ex.re: A round of "d'ohs" for me, please. + + We must not stop scanning after finding a "?", because we + need the information regarding the "#". + + * ext/curl/curl.c: Use proper macro to return string with unknown length + +2001-09-10 Harald Radi + + * ext/com/variant.h + ext/com/VARIANT.c + ext/com/conversion.h + ext/com/conversion.c + ext/com/COM.c + ext/com/TODO: MFH + + * ext/com/TODO + ext/com/conversion.c: + removed ->is_ref check, doesn't make sense and causes bugs + + * ext/com/COM.c: + IDispatchs got released if they were passed to another component + +2001-09-10 Stig Bakken + + * ext/xmlrpc/.cvsignore: .cvsignore + + * ext/xmlrpc/Makefile.in + ext/xmlrpc/config.m4: * build fix + +2001-09-10 Sterling Hughes + + * ext/curl/curl.c: Revert, this is max error size, not strlen(error) + + * ext/curl/curl.c: RETURN_STRING -> RETURN_STRINGL + 2001-09-09 Zeev Suraski * ext/standard/credits.c: Do some justice to the doc team -- 2.40.0