Top Level :: Networking

Package Information: Net_Curl

Show All Changelogs
» Version » Information
1.2.5Download

Release date: 2008-05-03 19:50 UTC
Release state: stable

Changelog:

- Removed deprecated cURL option CURLOPT_MUTE (Bug #13489)
- Changed the license to the New BSD License (Bug #13831)
- Cleaned up code to (mostly) comply with phpcs
- Converted package.xml to version 2.0

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PEAR Package: PEAR Installer 1.4.0b1 or newer
  • PHP Extension: curl
1.2.3Download

Release date: 2006-06-16 16:21 UTC
Release state: stable

Changelog:

- Fixed bug #7918

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PHP Extension: curl
1.2.2Download

Release date: 2005-08-22 16:39 UTC
Release state: stable

Changelog:

- Fixed a bug #5156

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PHP Extension: curl
1.2.1Download

Release date: 2005-08-12 00:34 UTC
Release state: stable

Changelog:

- Fixed a bug in setOption() that resulted in options not being set
- Rearranged verifyPeer/verifyHost handling so you can now turn off all SSL verification
- Changed some of the internal code to use setOption() instead of curl_setopt()
- Updated the example fetchPage.php to take the URL as a command-line argument
- Updated the example fetchPage.php to use Net_Curl::create() as this is now best practice
- Removed David Costa from maintainer list in package.xml

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PHP Extension: curl
1.2.0Download

Release date: 2005-07-28 02:31 UTC
Release state: stable

Changelog:

- Fixed coding standards, which included variable name changes (ie. http_headers to httpHeaders)
- Fixed file uploads (Bug #3580)
- Added check for HTTP status code (Bug #2562)
- Added certificate authority options (Bug #2887)
- Added Net_Curl::getInfo() (Bug #2887)
- Added Net_Curl::setOption() (Bug #2887)
- Added dependencies for PHP 4.2.0 and the cURL extension (Bug #1941)
- Added __construct()/__destruct() for PHP 5.x compatibility and switched PHP 4.x constructor to call PHP 5.x constructor for BC
- Added Joe Stump as a lead
- Added Philippe Jausions as a lead
- Moved David Costa to developer

Dependencies:
  • PHP Version: PHP 4.2.0 or newer
  • PHP Extension: curl
1.0.1betaDownload

Release date: 2004-05-10 08:58 UTC
Release state: beta

Changelog:

-Added PHP5 compatibility maintaining BC
- Fixed bugs 822 and 1200
- Added FTP Upload support
- Verbose support function: New function verbose all
- added the user agent option to the constructor

0.2Download

Release date: 2003-12-16 21:35 UTC
Release state: stable

Changelog:

- Remove PEAR
- Add username,password support (Alan Knowles)
- add other HTTP header support, and fix wrong cookie
data string (Colin Viebrock)

0.1Download

Release date: 2002-01-27 00:42 UTC
Release state: stable

Changelog:

This is the initial release of the Net_Curl package which has
been in php4/pear for a while.