X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=bcfbc132f1238fc689327223ff5a905ed05e173a;hp=f1c0198cad617f7f3219013ec2a689c705686a26;hb=0ff6f2e95f36a918a156fb1246f122613463fd6b;hpb=daf3faa43b64ee36990f51d218fd297a72ce70d2 diff --git a/package.xml b/package.xml index f1c0198..bcfbc13 100644 --- a/package.xml +++ b/package.xml @@ -23,12 +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 - * Fixed responses to range requests which asked for the first byte (0-0) -* Fixed Win32 build + * 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));