HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.2.34
System: Linux atalantini.com 3.10.0-1127.13.1.el7.x86_64 #1 SMP Tue Jun 23 15:46:38 UTC 2020 x86_64
User: root (0)
PHP: 7.2.34
Disabled: NONE
Upload Files
File: //var/lib/pear/pkgxml/php-pear-Net-Curl.xml
<?xml version="1.0" encoding="UTF-8"?>
<package packagerversion="1.7.1" version="2.0" xmlns="http://pear.php.net/dtd/package-2.0" xmlns:tasks="http://pear.php.net/dtd/tasks-1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://pear.php.net/dtd/tasks-1.0 http://pear.php.net/dtd/tasks-1.0.xsd http://pear.php.net/dtd/package-2.0 http://pear.php.net/dtd/package-2.0.xsd">
 <name>Net_Curl</name>
 <channel>pear.php.net</channel>
 <summary>Net_Curl provides an OO interface to PHP&apos;s cURL extension</summary>
 <description>Provides an OO interface to PHP&apos;s curl extension</description>
 <lead>
  <name>Joe Stump</name>
  <user>jstump</user>
  <email>pear@joestump.net</email>
  <active>yes</active>
 </lead>
 <lead>
  <name>Philippe Jausions</name>
  <user>jausions</user>
  <email>Philippe.Jausions@11abacus.com</email>
  <active>yes</active>
 </lead>
 <date>2008-05-03</date>
 <time>19:50:11</time>
 <version>
  <release>1.2.5</release>
  <api>1.2.5</api>
 </version>
 <stability>
  <release>stable</release>
  <api>stable</api>
 </stability>
 <license>New BSD License</license>
 <notes>- 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</notes>
 <contents>
  <dir name="/">
   <file baseinstalldir="docs/Net_Curl" md5sum="49e5614a9a22a592f0f5387ba188b6d2" name="examples/fetchPage.php" role="doc" />
   <file md5sum="67278b181af550ee0f01dc1f7aa28359" name="Net/Curl.php" role="php" />
  </dir>
 </contents>
 <dependencies>
  <required>
   <php>
    <min>4.2.0</min>
   </php>
   <pearinstaller>
    <min>1.4.0b1</min>
   </pearinstaller>
   <extension>
    <name>curl</name>
   </extension>
  </required>
 </dependencies>
 <phprelease />
 <changelog>
  <release>
   <version>
    <release>1.2.4</release>
    <api>1.2.4</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2006-11-23</date>
   <license>New BSD License</license>
   <notes>- Fixed bug #9427 POST-FileUpload</notes>
  </release>
  <release>
   <version>
    <release>1.2.3</release>
    <api>1.2.3</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2006-06-16</date>
   <license>New BSD License</license>
   <notes>- Fixed bug #7918 Cookie Handling</notes>
  </release>
  <release>
   <version>
    <release>1.2.2</release>
    <api>1.2.2</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2005-08-11</date>
   <license>New BSD License</license>
   <notes>- Fixed a bug #5156 URL encoding of POSTed values</notes>
  </release>
  <release>
   <version>
    <release>1.2.1</release>
    <api>1.2.1</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2005-08-11</date>
   <license>New BSD License</license>
   <notes>- 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</notes>
  </release>
  <release>
   <version>
    <release>1.2.0</release>
    <api>1.2.0</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2005-07-13</date>
   <license>New BSD License</license>
   <notes>- 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</notes>
  </release>
  <release>
   <version>
    <release>1.0.1beta</release>
    <api>1.0.1beta</api>
   </version>
   <stability>
    <release>beta</release>
    <api>beta</api>
   </stability>
   <date>2004-05-10</date>
   <license>New BSD License</license>
   <notes>- 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</notes>
  </release>
  <release>
   <version>
    <release>0.2</release>
    <api>0.2</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2003-12-16</date>
   <license>New BSD License</license>
   <notes>- Remove PEAR
- Add username,password support (Alan Knowles)
- Add other HTTP header support, and fix wrong cookie data string (Colin Viebrock)</notes>
  </release>
  <release>
   <version>
    <release>0.1</release>
    <api>0.1</api>
   </version>
   <stability>
    <release>stable</release>
    <api>stable</api>
   </stability>
   <date>2002-01-26</date>
   <license>New BSD License</license>
   <notes>This is the initial release of the Net_Curl package which has been in php4/pear for a while.</notes>
  </release>
 </changelog>
</package>