From: Michael Wallner Date: Sat, 12 Jul 2008 17:31:14 +0000 (+0000) Subject: * Fixed bug #14168 (st->errorbuffer not cleared between uses of persistent handles) X-Git-Tag: RELEASE_1_6_1~2 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=12937258a4daf4f8a94b4b0acb48b98e92f41afe * Fixed bug #14168 (st->errorbuffer not cleared between uses of persistent handles) * update package.xml --- diff --git a/http_request_api.c b/http_request_api.c index bf21eba..2d853a2 100644 --- a/http_request_api.c +++ b/http_request_api.c @@ -555,7 +555,7 @@ PHP_HTTP_API STATUS _http_request_prepare(http_request *request, HashTable *opti if (!(storage = http_request_storage_get(request->ch))) { return FAILURE; } - + storage->errorbuffer[0] = '\0'; /* set options */ if (storage->url) { pefree(storage->url, 1); diff --git a/package2.xml b/package2.xml index c538a73..f9b15d9 100644 --- a/package2.xml +++ b/package2.xml @@ -39,7 +39,9 @@ support. Parallel requests are available for PHP 5 and greater. BSD, revised errorbuffer not cleared between uses of persistent handles) +* Fixed bug #14218 (properties of class extending HttpMessage inaccessible) ]]>