<?xml version="1.0" encoding="iso-8859-1"?>
<rdf:RDF
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns="http://purl.org/rss/1.0/"
    xmlns:content="http://purl.org/rss/1.0/modules/content/"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
>
    <channel rdf:about="http://pear.php.net">
    <link>http://pear.php.net/</link>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <dc:language>en-us</dc:language><items>
<rdf:Seq><rdf:li rdf:resource="http://pear.php.net/package/HTTP_Upload/download/1.0.0b2/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTTP_Upload/download/1.0.0b1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTTP_Upload/download/0.9.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTTP_Upload/download/0.9.0/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTTP_Upload/download/0.8.1/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTTP_Upload/download/0.8/"/>
<rdf:li rdf:resource="http://pear.php.net/package/HTTP_Upload/download/0.7/"/>
</rdf:Seq>
</items>

<title>Latest releases of http_upload</title>
<description>The latest releases for the package http_upload</description>
</channel>

<item rdf:about="http://pear.php.net/package/HTTP_Upload/download/1.0.0b2/">
 <title>HTTP_Upload 1.0.0b2</title>
 <link>http://pear.php.net/package/HTTP_Upload/download/1.0.0b2/</link>
 <content:encoded>QA release&lt;br /&gt;
Bug #17787 avoid ereg
 </content:encoded>
 <dc:date>2010-10-05T16:15:05-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTTP_Upload/download/1.0.0b1/">
 <title>HTTP_Upload 1.0.0b1</title>
 <link>http://pear.php.net/package/HTTP_Upload/download/1.0.0b1/</link>
 <content:encoded>QA release because of the sheer number of closed bugs:&lt;br /&gt;
- Fix bug #2108: PEAR::Installer fails with bad MD5-sum [wenz]&lt;br /&gt;
- Fix bug #2251: Wrong error message if file is larger than MAX_FILE_SIZE [antonio]&lt;br /&gt;
- Fix bug #2291: typo in example and wrong return result of _evalValidExtensions() [antonio]&lt;br /&gt;
- Fix bug #2383: Notice: Undefined variable: error in C:\php5\PEAR\HTTP\Upload.php on line 509 [antonio]&lt;br /&gt;
- Fix bug #2949: Missing PEAR dep [wenz]&lt;br /&gt;
- Fix bug #2950: Addition of chars in nameToSafe [wenz]&lt;br /&gt;
- Fix bug #3624: CRITICAL: non-ISO-8859-1 characters in package.xml must be entitied [cweiske]&lt;br /&gt;
- Fix bug #4318: file extension checking should not be case-sensitive [wenz]&lt;br /&gt;
- Fix bug #4332: problem when using 2 instance of HTTP_Upload &amp; 2 files [wenz]&lt;br /&gt;
- Fix bug #4441: inaccurate error when uploading large file [antonio]&lt;br /&gt;
- Fix bug #4995: missing return statement [wenz]&lt;br /&gt;
- Fix bug #5536: No explanation of properties [wenz]&lt;br /&gt;
- Fix bug #6678: Missing return statement in HTTP_Upload::isMissing() [wenz]&lt;br /&gt;
- Fix bug #6752: 'Only variable references should be returned by reference' PHP notice [wenz]&lt;br /&gt;
- Fix bug #6884: translations: Estonian and Russian [wenz]&lt;br /&gt;
- Fix bug #6886: typo in code [arnaud]&lt;br /&gt;
- Fix bug #7092: PHP5 notice Only variable references should be returned by reference [wenz]&lt;br /&gt;
- Fix bug #7322: small parse error [wenz]&lt;br /&gt;
- Fix bug #7499: Error in HTTP_Upload::isMissing() on determining uploaded files [wenz]&lt;br /&gt;
- Fix bug #7861: Filenames with spaces in them get their names changed when being moved [cweiske]&lt;br /&gt;
- Fix bug #8656: getFiles() generate error if one of uploaded files haven't been selected [wenz]&lt;br /&gt;
- Fix bug #8658: Notice: Undefined property: _modeNameSeq in Upload.php on line 860 [wenz]&lt;br /&gt;
- Fix bug #14677: Security issue due to seeding random number generator [wenz]&lt;br /&gt;
- Fix bug #15003: Parse error in Upload.php [doconnor]&lt;br /&gt;
- Detect ini file sizes with kilo- and gigabytes [avb]&lt;br /&gt;
- Convert russian translation to HTML entities [avb]
 </content:encoded>
 <dc:date>2009-08-16T10:26:08-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTTP_Upload/download/0.9.1/">
 <title>HTTP_Upload 0.9.1</title>
 <link>http://pear.php.net/package/HTTP_Upload/download/0.9.1/</link>
 <content:encoded>**The first release in (exactly!) two years!**&lt;br /&gt;
&lt;br /&gt;
- **Changes between 0.9.0 and 0.9.1: fixed md5 hashes in package.xml!***&lt;br /&gt;
- (antonio) Added support for both PHP &gt;= 4.2 and PHP 4.0-4.1&lt;br /&gt;
- (antonio) Fixed a lot of bugs&lt;br /&gt;
- (antonio, wenz) Fixed some localization strings&lt;br /&gt;
- (wenz) if only empty files are uploaded, an error message &lt;br /&gt;
  is triggered &lt;br /&gt;
- (wenz) added setChmod() method to change CHMOD of uploaded files (patch by Markus Tacker) &lt;br /&gt;
- (cox, antonio, wenz) many minor fixes&lt;br /&gt;
- (cox) Error detection was enhanced, so you no longer need to&lt;br /&gt;
  check for PEAR::isError() in $upload-&gt;getFiles() or call&lt;br /&gt;
  $upload-&gt;isMissing(). Instead you'll&lt;br /&gt;
  get the error when do a check for $file-&gt;isError().&lt;br /&gt;
&lt;br /&gt;
  Example:&lt;br /&gt;
&lt;br /&gt;
   $upload = new HTTP_Upload('en');&lt;br /&gt;
   $file = $upload-&gt;getFiles('i_dont_exist_in_form_definition');&lt;br /&gt;
   if ($file-&gt;isError()) {&lt;br /&gt;
      die($file-&gt;getMessage());&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
TODO:&lt;br /&gt;
&lt;br /&gt;
- Move error class to a new file&lt;br /&gt;
- As PEAR in general requires now PHP 4.2, maybe drop BC compat in future
 </content:encoded>
 <dc:date>2004-08-11T02:27:47-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTTP_Upload/download/0.9.0/">
 <title>HTTP_Upload 0.9.0</title>
 <link>http://pear.php.net/package/HTTP_Upload/download/0.9.0/</link>
 <content:encoded>**The first release in (exactly!) two years!**&lt;br /&gt;
&lt;br /&gt;
- (antonio) Added support for both PHP &gt;= 4.2 and PHP 4.0-4.1&lt;br /&gt;
- (antonio) Fixed a lot of bugs&lt;br /&gt;
- (antonio, wenz) Fixed some localization strings&lt;br /&gt;
- (wenz) if only empty files are uploaded, an error message &lt;br /&gt;
  is triggered &lt;br /&gt;
- (wenz) added setChmod() method to change CHMOD of uploaded files (patch by Markus Tacker) &lt;br /&gt;
- (cox, antonio, wenz) many minor fixes&lt;br /&gt;
- (cox) Error detection was enhanced, so you no longer need to&lt;br /&gt;
  check for PEAR::isError() in $upload-&gt;getFiles() or call&lt;br /&gt;
  $upload-&gt;isMissing(). Instead you'll&lt;br /&gt;
  get the error when do a check for $file-&gt;isError().&lt;br /&gt;
&lt;br /&gt;
  Example:&lt;br /&gt;
&lt;br /&gt;
   $upload = new HTTP_Upload('en');&lt;br /&gt;
   $file = $upload-&gt;getFiles('i_dont_exist_in_form_definition');&lt;br /&gt;
   if ($file-&gt;isError()) {&lt;br /&gt;
      die($file-&gt;getMessage());&lt;br /&gt;
   }&lt;br /&gt;
&lt;br /&gt;
TODO:&lt;br /&gt;
&lt;br /&gt;
- Move error class to a new file&lt;br /&gt;
- As PEAR in general requires now PHP 4.2, maybe drop BC compat in future
 </content:encoded>
 <dc:date>2004-08-10T10:56:01-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTTP_Upload/download/0.8.1/">
 <title>HTTP_Upload 0.8.1</title>
 <link>http://pear.php.net/package/HTTP_Upload/download/0.8.1/</link>
 <content:encoded>Packing fixes (no need to upgrade if you have the 0.8 version already installed)
 </content:encoded>
 <dc:date>2002-08-10T16:01:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTTP_Upload/download/0.8/">
 <title>HTTP_Upload 0.8</title>
 <link>http://pear.php.net/package/HTTP_Upload/download/0.8/</link>
 <content:encoded>- Fixed compatibility issues with PHP &gt; 4.1&lt;br /&gt;
- Added isMissing() to the upload main object. Use this first&lt;br /&gt;
  to check if the user has submitted a file (for PHP &gt; 4.1 users)&lt;br /&gt;
- Depreciate the use of errorMsg() in the file object. Use&lt;br /&gt;
  getMessage() instead.&lt;br /&gt;
- Added NL and FR translations (thanks Hans and Luc!)&lt;br /&gt;
(full backawards compatibility preserved)
 </content:encoded>
 <dc:date>2002-01-27T15:11:00-05:00</dc:date>
</item>
<item rdf:about="http://pear.php.net/package/HTTP_Upload/download/0.7/">
 <title>HTTP_Upload 0.7</title>
 <link>http://pear.php.net/package/HTTP_Upload/download/0.7/</link>
 <content:encoded>- Added file extension checking support. Now by default  rejects this extensions: \'php\', \'phtm\',&lt;br /&gt;
    \'phtml\', \'php3\', \'inc\'&lt;br /&gt;
- More in-line documentation and error code tranlations in spanish, english and german&lt;br /&gt;
- Other minor fixes
 </content:encoded>
 <dc:date>2001-12-29T02:12:00-05:00</dc:date>
</item>

</rdf:RDF>