From: Michael Wallner Date: Wed, 25 Apr 2007 08:23:43 +0000 (+0000) Subject: - pecl pickle X-Git-Tag: RELEASE_1_5_3~1 X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=commitdiff_plain;h=e6b8644e7f93241091fe48e11d96ae4dc2347889 - pecl pickle --- diff --git a/package.xml b/package.xml index bcfbc13..ca0a785 100644 --- a/package.xml +++ b/package.xml @@ -1,6 +1,6 @@ - + pecl_http Extended HTTP Support This HTTP extension aims to provide a convenient and powerful @@ -23,15 +23,11 @@ support. Parallel requests are available for PHP 5 and greater. - 1.5.2 - 2007-02-25 + 1.5.3 + 2007-04-25 BSD, revised stable - * Fixed bug #10151 (build fails dynamic linking on Mac OS X) -* Allow setting the "proxyhost" request option to an empty string, - which lets curl ignore any environment settings -* Allow unsetting request options by passing NULL: - $request->setOptions(array("option" => NULL)); + * Fixed crashes with repeated registering/unregisitering of request methods (noticed by Andreas Weber)