</maintainer>
</maintainers>
<release>
- <version>1.5.1</version>
- <date>2007-02-21</date>
+ <version>1.5.2</version>
+ <date>2007-02-25</date>
<license>BSD, revised</license>
<state>stable</state>
- <notes>* Fixed build with PHP-5 < v5.2
+ <notes>* 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));
</notes>
<deps>
<dep type="php" rel="ge" version="4.3"/>
<email>mike@php.net</email>
<active>yes</active>
</lead>
- <date>2007-02-22</date>
+ <date>2007-02-25</date>
<version>
<release>1.5.2</release>
<api>1.5.0</api>
<license>BSD, revised</license>
<notes><![CDATA[
* 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));
]]></notes>
<contents>
<dir name="/">