X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=bcfbc132f1238fc689327223ff5a905ed05e173a;hp=bc58c4ef55e5347856b05bc11b8618e4f37112b5;hb=0de60a2d6b0a9be44786ca2418169c54157c758d;hpb=22e85919b89570a1848bcc8f41949a592ae20b48 diff --git a/package.xml b/package.xml index bc58c4e..bcfbc13 100644 --- a/package.xml +++ b/package.xml @@ -23,11 +23,15 @@ support. Parallel requests are available for PHP 5 and greater. - 1.5.1 - 2007-02-21 + 1.5.2 + 2007-02-25 BSD, revised stable - * Fixed build with PHP-5 < v5.2 + * 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));