X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=bcfbc132f1238fc689327223ff5a905ed05e173a;hp=d035b5a10e314f6b3f73a7fce9070d2776e192f8;hb=0ff6f2e95f36a918a156fb1246f122613463fd6b;hpb=dd07cdeb2ed9752a82c9d052b42af2d639a785fd diff --git a/package.xml b/package.xml index d035b5a..bcfbc13 100644 --- a/package.xml +++ b/package.xml @@ -23,11 +23,15 @@ support. Parallel requests are available for PHP 5 and greater. - 1.5.0 - 2007-02-20 + 1.5.2 + 2007-02-25 BSD, revised stable - No changes since 1.5.0RC2 + * 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));