http://pear.php.net/
pear-webmaster@lists.php.netpear-webmaster@lists.php.neten-usLatest releases of net_curlThe latest releases for the package net_curlNet_Curl 1.2.5
http://pear.php.net/package/Net_Curl/download/1.2.5/
- Removed deprecated cURL option CURLOPT_MUTE (Bug #13489) <br />
- Changed the license to the New BSD License (Bug #13831)<br />
- Cleaned up code to (mostly) comply with phpcs<br />
- Converted package.xml to version 2.0
2008年05月03日T15:50:29-05:00jstumpNet_Curl 1.2.3
http://pear.php.net/package/Net_Curl/download/1.2.3/
- Fixed bug #7918
2006年06月16日T12:21:07-05:00jstumpNet_Curl 1.2.2
http://pear.php.net/package/Net_Curl/download/1.2.2/
- Fixed a bug #5156
2005年08月22日T12:39:52-05:00jstumpNet_Curl 1.2.1
http://pear.php.net/package/Net_Curl/download/1.2.1/
- Fixed a bug in setOption() that resulted in options not being set<br />
- Rearranged verifyPeer/verifyHost handling so you can now turn off all SSL verification<br />
- Changed some of the internal code to use setOption() instead of curl_setopt()<br />
- Updated the example fetchPage.php to take the URL as a command-line argument <br />
- Updated the example fetchPage.php to use Net_Curl::create() as this is now best practice<br />
- Removed David Costa from maintainer list in package.xml
2005年08月11日T20:34:56-05:00jstumpNet_Curl 1.2.0
http://pear.php.net/package/Net_Curl/download/1.2.0/
- Fixed coding standards, which included variable name changes (ie. http_headers to httpHeaders) <br />
- Fixed file uploads (Bug #3580)<br />
- Added check for HTTP status code (Bug #2562)<br />
- Added certificate authority options (Bug #2887)<br />
- Added Net_Curl::getInfo() (Bug #2887)<br />
- Added Net_Curl::setOption() (Bug #2887)<br />
- Added dependencies for PHP 4.2.0 and the cURL extension (Bug #1941)<br />
- Added __construct()/__destruct() for PHP 5.x compatibility and switched PHP 4.x constructor to call PHP 5.x constructor for BC<br />
- Added Joe Stump as a lead<br />
- Added Philippe Jausions as a lead<br />
- Moved David Costa to developer
2005年07月27日T22:31:19-05:00jstumpNet_Curl 1.0.1beta
http://pear.php.net/package/Net_Curl/download/1.0.1beta/
-Added PHP5 compatibility maintaining BC<br />
- Fixed bugs 822 and 1200<br />
- Added FTP Upload support <br />
- Verbose support function: New function verbose all<br />
- added the user agent option to the constructor
2004年05月10日T04:58:17-05:00gurugeekNet_Curl 0.2
http://pear.php.net/package/Net_Curl/download/0.2/
- Remove PEAR<br />
- Add username,password support (Alan Knowles)<br />
- add other HTTP header support, and fix wrong cookie<br />
data string (Colin Viebrock)
2003年12月16日T16:35:55-05:00pajoyeNet_Curl 0.1
http://pear.php.net/package/Net_Curl/download/0.1/
This is the initial release of the Net_Curl package which has<br />
been in php4/pear for a while.
2002年01月26日T19:42:00-05:00sterling