X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-http;a=blobdiff_plain;f=package.xml;h=bcfbc132f1238fc689327223ff5a905ed05e173a;hp=48bf39ee01c7246f4c5a3aa34b101ab67bcb8a14;hb=c60c46e6a6f5c3e4bed253a2a1b893a53e26bbfc;hpb=521fa338cdcf4121b30d6a55663774561f029e32 diff --git a/package.xml b/package.xml index 48bf39e..bcfbc13 100644 --- a/package.xml +++ b/package.xml @@ -23,16 +23,15 @@ support. Parallel requests are available for PHP 5 and greater. - 1.5.0RC2 - 2007-02-09 + 1.5.2 + 2007-02-25 BSD, revised - beta - o Improved new persistent handles functionality - - Removed --enable-http-persistent-handles - + Added http.persistent.handles.limit system INI option which controls - the maximum amount of idle persistent handles kept around; - 0 means every handle is destroyed after usage (i.e. disabled), - -1 means virtually unlimited maximum amount of idle handles (default) + 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));