* Fixed bug #14168 (st->errorbuffer not cleared between uses of persistent handles)
authorMichael Wallner <mike@php.net>
Sat, 12 Jul 2008 17:31:14 +0000 (17:31 +0000)
committerMichael Wallner <mike@php.net>
Sat, 12 Jul 2008 17:31:14 +0000 (17:31 +0000)
* update package.xml

http_request_api.c
package2.xml

index bf21eba4ef4a3ec10bb09b9f4137ce8f5047ca4f..2d853a2b91265a135f767dbb261625f08556a254 100644 (file)
@@ -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;
        }
        if (!(storage = http_request_storage_get(request->ch))) {
                return FAILURE;
        }
-       
+       storage->errorbuffer[0] = '\0';
        /* set options */
        if (storage->url) {
                pefree(storage->url, 1);
        /* set options */
        if (storage->url) {
                pefree(storage->url, 1);
index c538a7308900d54113c927edd0f2cfb5e497c600..f9b15d9098901f4505f70ac59e66ad5ed27dfa0d 100644 (file)
@@ -39,7 +39,9 @@ support. Parallel requests are available for PHP 5 and greater.
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
  </stability>
  <license>BSD, revised</license>
  <notes><![CDATA[
-* Fixed PHP-5.3 build
+* Fixed bug #13362 (PHP-5.3 build)
+* Fixed bug #14168 (st->errorbuffer not cleared between uses of persistent handles)
+* Fixed bug #14218 (properties of class extending HttpMessage inaccessible)
 ]]></notes>
  <contents>
   <dir name="/">
 ]]></notes>
  <contents>
   <dir name="/">