From: Date: Fri, 20 Jun 2003 00:31:17 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_2~131 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4b93d257be3ff437671c86444db661e88c104088;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index 3fe60772c8..e3774f3d2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,119 @@ +2003-06-19 Edin Kadribasic + + * ext/curl/.cvsignore: + Ignore some more win32 build files + + * ext/curl/multi.c + ext/curl/php_curl.h: + ZTS Fixes + + * ext/curl/interface.c + ext/curl/php_curl.h + ext/curl/streams.c: + Win32 build fixes + +2003-06-19 Sara Golemon + + * ext/standard/streamsfuncs.c: + Quiet down decode_context_param when stream (not context) is passed. + Switch stream_socket_*() to use macro for retrieving context from zval. + +2003-06-19 Ilia Alshanetsky + + * (PHP_4_3) + ext/curl/curl.c: + Added missing safe_mode checks + + * ext/curl/interface.c: + Added missing safe_mode checks. + Added support for additional libcurl options. + Set CURLOPT_NOSIGNAL by default for ZTS, for signal free operation. + +2003-06-19 Wez Furlong + + * (PHP_4_3) + main/network.c: + Tidy up getaddrinfo() code so that it can handle broken ipv6 stacks and + only + returns TCP addresses for TCP and UDP addresses for UDP requests + respectively. + + Also, when a connect call "returns" EINPROGRESS and the full timeout limit + has not yet been reached, retry the select with the remaining time + interval. + This is a potential fix for Bug #21653. + + +2003-06-19 Ilia Alshanetsky + + * ext/standard/streamsfuncs.c: + Reverting previous patch (not necessary, thanks Pollita ;) ) + + * (PHP_4_3) + ext/standard/file.c: + MFH: Fixed memory leak, when invalid context is specified. + + * ext/standard/streamsfuncs.c: + Fixed memory leak, when invalid context is specified. + + * ext/standard/info.c + ext/standard/streamsfuncs.c + ext/standard/user_filters.c: + Fixed possible crashes in streams code + + * (PHP_4_3) + ext/standard/file.c: + Fixed a possible crash in parse_context_options() + +2003-06-19 Marcus Boerger + + * (PHP_4_3) + ext/dba/tests/dba007.phpt: + MFH: Allow the extension to reside elsewhere + +2003-06-19 Ilia Alshanetsky + + * (PHP_4_3) + ext/gd/gd.c: + MFH: Fixed a crash inside php_imagettftext_common(); + +2003-06-19 Marcus Boerger + + * ext/dba/tests/dba007.phpt: + Allow the extension to reside elsewhere + +2003-06-19 Ilia Alshanetsky + + * ext/gd/gd.c: + Fixed a crash inside php_imagettftext_common(); + +2003-06-19 Rob Richards + + * ext/xsl/xsltprocessor.c: + add xsl_xsltprocessor_transform_to_uri functionality + fix a few unhandled error conditions + fix compiler warnings + +2003-06-19 Marcus Boerger + + * ext/dba/dba_db4.c: + to be precise + +2003-06-19 Derick Rethans + + * ext/sockets/config.m4: + - Correct stray commit + +2003-06-19 Vincent Blavet + + * pear/package-Archive_Tar.xml: + - Sync with pear/Archive_Tar/package.xml 1.12 + +2003-06-19 Sterling Hughes + + * ext/sockets/config.m4: + enable sockets by default. + 2003-06-18 Jani Taskinen * (PHP_4_3)