<?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=Net_FTP</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/20547" />
      <rdf:li rdf:resource="http://pear.php.net/bug/19758" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16661" />

     </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/20547">
      <title>Net_FTP: Bug 20547 [Open] Change in date/time output - array breakout</title>
      <link>http://pear.php.net/bugs/20547</link>
      <content:encoded><![CDATA[<pre>Net_FTP Bug
Reported by gbcmd
2015-05-12T21:03:32+00:00
PHP: 5.5.7 OS: Debian Package Version: 1.4.0

Description:
------------
Performing a file listing does not break out the time into its own array 
element as it did in 1.3.7.

Test script:
---------------
$ftp-&gt;ls($dir,NET_FTP_FILES_ONLY);

Expected result:
----------------
timestamp: Array
(
    [date] =&gt; 04-27-15
    [time] =&gt; 01:00AM
    [size] =&gt; 23177
    [is_dir] =&gt; 
    [name] =&gt; filename.file
    [stamp] =&gt; 1430110800
)


Actual result:
--------------
timestamp: Array
(
    [date] =&gt; 04-27-15  01:00AM
    [size] =&gt; 23177
    [is_dir] =&gt; 
    [name] =&gt; filename.file
    [stamp] =&gt; 1430110800
)</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_FTP Bug
Reported by gbcmd
2015-05-12T21:03:32+00:00
PHP: 5.5.7 OS: Debian Package Version: 1.4.0

Description:
------------
Performing a file listing does not break out the time into its own array 
element as it did in 1.3.7.

Test script:
---------------
$ftp-&gt;ls($dir,NET_FTP_FILES_ONLY);

Expected result:
----------------
timestamp: Array
(
    [date] =&gt; 04-27-15
    [time] =&gt; 01:00AM
    [size] =&gt; 23177
    [is_dir] =&gt; 
    [name] =&gt; filename.file
    [stamp] =&gt; 1430110800
)


Actual result:
--------------
timestamp: Array
(
    [date] =&gt; 04-27-15  01:00AM
    [size] =&gt; 23177
    [is_dir] =&gt; 
    [name] =&gt; filename.file
    [stamp] =&gt; 1430110800
)</pre>]]></description>
      <dc:date>2015-05-12T21:03:32+00:00</dc:date>
      <dc:creator>mdaize &amp;#x61;&amp;#116; galaxybroadband &amp;#x64;&amp;#111;&amp;#x74; ca</dc:creator>
      <dc:subject>Net_FTP Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/19758">
      <title>Net_FTP: Feature/Change Request 19758 [Open] Add http_proxy</title>
      <link>http://pear.php.net/bugs/19758</link>
      <content:encoded><![CDATA[<pre>Net_FTP Feature/Change Request
Reported by wpsmith
2012-12-19T23:20:45+00:00
PHP: Irrelevant OS: Windows Package Version: 1.3.7

Description:
------------
Add http_proxy support in the FTP calls.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_FTP Feature/Change Request
Reported by wpsmith
2012-12-19T23:20:45+00:00
PHP: Irrelevant OS: Windows Package Version: 1.3.7

Description:
------------
Add http_proxy support in the FTP calls.</pre>]]></description>
      <dc:date>2012-12-19T23:20:45+00:00</dc:date>
      <dc:creator>t &amp;#x61;&amp;#116; wpsmith &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>Net_FTP Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16661">
      <title>Net_FTP: Feature/Change Request 16661 [Open] Add unitests to cover Net/FTP/Socket.php</title>
      <link>http://pear.php.net/bugs/16661</link>
      <content:encoded><![CDATA[<pre>Net_FTP Feature/Change Request
Reported by till
2009-09-30T22:48:43+00:00
PHP: Irrelevant OS: n/a Package Version: CVS

Description:
------------
http://svn.php.net/viewvc/php/php-src/trunk/ext/ftp/tests/

Let's use these if they are supposed to mimic behavior.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_FTP Feature/Change Request
Reported by till
2009-09-30T22:48:43+00:00
PHP: Irrelevant OS: n/a Package Version: CVS

Description:
------------
http://svn.php.net/viewvc/php/php-src/trunk/ext/ftp/tests/

Let's use these if they are supposed to mimic behavior.</pre>]]></description>
      <dc:date>2009-09-30T22:48:43+00:00</dc:date>
      <dc:creator>till &amp;#x61;&amp;#116; php &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>Net_FTP Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
