<?xml version="1.0"?>
<?xml-stylesheet
href="http://www.w3.org/2000/08/w3c-synd/style.css" type="text/css"
?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
    <channel rdf:about="http://pear.php.net/bugs/search.php">
    <title>PEAR Bug Search Results</title>
    <link>http://pear.php.net/bugs/search.php?cmd=display&amp;package_name%5B0%5D=HTTP_Upload</link>
    <description>Search Results</description>
    <dc:language>en-us</dc:language>
    <dc:creator>pear-webmaster@lists.php.net</dc:creator>
    <dc:publisher>pear-webmaster@lists.php.net</dc:publisher>
    <admin:generatorAgent rdf:resource="http://pear.php.net/bugs"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>
    <items>
     <rdf:Seq>
      <rdf:li rdf:resource="http://pear.php.net/bug/2487" />

     </rdf:Seq>
    </items>
  </channel>

  <image rdf:about="http://pear.php.net/gifs/pearsmall.gif">
    <title>PEAR Bugs</title>
    <url>http://pear.php.net/gifs/pearsmall.gif</url>
    <link>http://pear.php.net/bugs</link>
  </image>

    <item rdf:about="http://pear.php.net/bug/2487">
      <title>HTTP_Upload: Feature/Change Request 2487 [Verified] add a getValidExtensions() or appendValidExtension()</title>
      <link>http://pear.php.net/bugs/2487</link>
      <content:encoded><![CDATA[<pre>HTTP_Upload Feature/Change Request
Reported by matte@...
2004-10-09T22:30:18+00:00
PHP: Irrelevant OS: Irrelevant Package Version: 

Description:
------------
I'd like to see a way to either retrieve the current valid extensions or append to the list of extensions.  Code to retrieve is below.  Simple enough addition.  This code could be enhanced to return an array of both the extensions and the mode but for simplicity I've started with this.

Reproduce code:
---------------
    /**
     * Function to retrieve the current valid extensions
     *
     * @access public
	 * @return array	an array of extensions
     */
    function getValidExtensions()
    {
        return $this-&gt;_extensions_check;
    }



Expected result:
----------------
if the append version isn't implemented it's easy enough to simply...

$upload-&gt;setValidExtensions(array_merge($upload-&gt;getValidExtensions(),  array('scr', 'pif')));

of course it would probably be good to fix the setValidExtensions() function to remove any duplicates that might appear.</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTTP_Upload Feature/Change Request
Reported by matte@...
2004-10-09T22:30:18+00:00
PHP: Irrelevant OS: Irrelevant Package Version: 

Description:
------------
I'd like to see a way to either retrieve the current valid extensions or append to the list of extensions.  Code to retrieve is below.  Simple enough addition.  This code could be enhanced to return an array of both the extensions and the mode but for simplicity I've started with this.

Reproduce code:
---------------
    /**
     * Function to retrieve the current valid extensions
     *
     * @access public
	 * @return array	an array of extensions
     */
    function getValidExtensions()
    {
        return $this-&gt;_extensions_check;
    }



Expected result:
----------------
if the append version isn't implemented it's easy enough to simply...

$upload-&gt;setValidExtensions(array_merge($upload-&gt;getValidExtensions(),  array('scr', 'pif')));

of course it would probably be good to fix the setValidExtensions() function to remove any duplicates that might appear.</pre>]]></description>
      <dc:date>2009-08-16T09:40:11+00:00</dc:date>
      <dc:creator>matte &amp;#x61;&amp;#116; silent-e &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>HTTP_Upload Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
