<?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_POP3</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/4243" />

     </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/4243">
      <title>Net_POP3: Bug 4243 [Open] Problems assessing capabilities.</title>
      <link>http://pear.php.net/bugs/4243</link>
      <content:encoded><![CDATA[<pre>Net_POP3 Bug
Reported by rlpowell@...
2005-04-28T16:06:16+00:00
PHP: 4.3.10 OS: Debian Linux Package Version: 

Description:
------------
The following is what I had to do to make net_pop3.php not crash when we inserted into TikiWiki:

Index: ./lib/webmail/net_pop3.php
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/lib/webmail/Attic/net_pop3.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.3
diff -r1.1.2.1 -r1.1.2.3
36c36
&lt; // $Id: net_pop3.php,v 1.1.2.1 2005/04/23 20:47:04 mose Exp $
---
&gt; // $Id: net_pop3.php,v 1.1.2.3 2005/04/28 20:56:20 rlpowell Exp $
295c295
&lt;                         $this-&gt;_capability['implementation'] = $matches[3];
---
&gt;                         $this-&gt;_capability['implementation'] = $matches[1];
298c298
&lt;                         $this-&gt;_capability['sasl'] = preg_split('/\s+/', $matches[3]);
---
&gt;                         $this-&gt;_capability['sasl'] = preg_split('/\s+/', $matches[1]);
301c301
&lt;                         $this-&gt;_capability[$capa] = $matches[2];
---
&gt;                         $this-&gt;_capability[$capa] = $matches[1];
337a338,339
&gt;       $serverMethods = array();
&gt;
339c341
&lt;            $serverMethods=$this-&gt;_capability['sasl'];
---
&gt;            $serverMethods[] = $this-&gt;_capability['sasl'][0];</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_POP3 Bug
Reported by rlpowell@...
2005-04-28T16:06:16+00:00
PHP: 4.3.10 OS: Debian Linux Package Version: 

Description:
------------
The following is what I had to do to make net_pop3.php not crash when we inserted into TikiWiki:

Index: ./lib/webmail/net_pop3.php
===================================================================
RCS file: /cvsroot/tikiwiki/tiki/lib/webmail/Attic/net_pop3.php,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.3
diff -r1.1.2.1 -r1.1.2.3
36c36
&lt; // $Id: net_pop3.php,v 1.1.2.1 2005/04/23 20:47:04 mose Exp $
---
&gt; // $Id: net_pop3.php,v 1.1.2.3 2005/04/28 20:56:20 rlpowell Exp $
295c295
&lt;                         $this-&gt;_capability['implementation'] = $matches[3];
---
&gt;                         $this-&gt;_capability['implementation'] = $matches[1];
298c298
&lt;                         $this-&gt;_capability['sasl'] = preg_split('/\s+/', $matches[3]);
---
&gt;                         $this-&gt;_capability['sasl'] = preg_split('/\s+/', $matches[1]);
301c301
&lt;                         $this-&gt;_capability[$capa] = $matches[2];
---
&gt;                         $this-&gt;_capability[$capa] = $matches[1];
337a338,339
&gt;       $serverMethods = array();
&gt;
339c341
&lt;            $serverMethods=$this-&gt;_capability['sasl'];
---
&gt;            $serverMethods[] = $this-&gt;_capability['sasl'][0];</pre>]]></description>
      <dc:date>2008-07-21T07:30:53+00:00</dc:date>
      <dc:creator>rlpowell &amp;#x61;&amp;#116; digitalkingdom &amp;#x64;&amp;#111;&amp;#x74; org</dc:creator>
      <dc:subject>Net_POP3 Bug</dc:subject>
    </item>
</rdf:RDF>
