From 12937258a4daf4f8a94b4b0acb48b98e92f41afe Mon Sep 17 00:00:00 2001 From: Michael Wallner Date: Sat, 12 Jul 2008 17:31:14 +0000 Subject: [PATCH 1/1] * Fixed bug #14168 (st->errorbuffer not cleared between uses of persistent handles) * update package.xml --- http_request_api.c | 2 +- package2.xml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) 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) ]]> -- 2.30.2