<?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_URL2</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/14399" />

     </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/14399">
      <title>Net_URL2: Bug 14399 [Verified] Multiple bugs in Net_URL2</title>
      <link>http://pear.php.net/bugs/14399</link>
      <content:encoded><![CDATA[<pre>Net_URL2 Bug
Reported by rkirilov
2008-07-24T10:20:46+00:00
PHP: 5.2.4 OS:  Package Version: 0.2.0

Description:
------------
The patches provided speak for themselves.

1) Missing value for the second parameter of $this-&gt;setOption
At line 133
- $this-&gt;setOption($optionName);
+ $this-&gt;setOption($optionName, $value);

2) The query string should contain anything to the fragment separator, and can be '' (empty string)
At line 151
- if (preg_match('@^\?([^#]+)@', $url, $reg)) {
+ if (preg_match('@^\?([^#]*)@', $url, $reg)) {

3) There are some missing (unused) properties that are tried to be set, and not the right one
At line 311
- $this-&gt;user = false;
+ $this-&gt;userinfo = false;

At line 312
- $this-&gt;pass = false;

4) The userinfo (user:pass) can be omitted/empty but in that case there is no need from @ separator in the normalized url
At line 315
- if (preg_match('@^(([^\@]+)\@)?([^:]+)(:(\d*))?$@', $authority, $reg)) {
+ if (preg_match('@^(([^\@]*)\@)?([^:]+)(:(\d*))?$@', $authority, $reg)) {

At line 316
- if ($reg[1]) {
+ if ($reg[1] &amp;&amp; strlen($reg[2])) {

P.S 
First I would like to apologize for the bad posted bug report (may be).
Second I haven`t read RFCs but I tested the behavior with common browsers.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_URL2 Bug
Reported by rkirilov
2008-07-24T10:20:46+00:00
PHP: 5.2.4 OS:  Package Version: 0.2.0

Description:
------------
The patches provided speak for themselves.

1) Missing value for the second parameter of $this-&gt;setOption
At line 133
- $this-&gt;setOption($optionName);
+ $this-&gt;setOption($optionName, $value);

2) The query string should contain anything to the fragment separator, and can be '' (empty string)
At line 151
- if (preg_match('@^\?([^#]+)@', $url, $reg)) {
+ if (preg_match('@^\?([^#]*)@', $url, $reg)) {

3) There are some missing (unused) properties that are tried to be set, and not the right one
At line 311
- $this-&gt;user = false;
+ $this-&gt;userinfo = false;

At line 312
- $this-&gt;pass = false;

4) The userinfo (user:pass) can be omitted/empty but in that case there is no need from @ separator in the normalized url
At line 315
- if (preg_match('@^(([^\@]+)\@)?([^:]+)(:(\d*))?$@', $authority, $reg)) {
+ if (preg_match('@^(([^\@]*)\@)?([^:]+)(:(\d*))?$@', $authority, $reg)) {

At line 316
- if ($reg[1]) {
+ if ($reg[1] &amp;&amp; strlen($reg[2])) {

P.S 
First I would like to apologize for the bad posted bug report (may be).
Second I haven`t read RFCs but I tested the behavior with common browsers.</pre>]]></description>
      <dc:date>2008-07-27T04:23:12+00:00</dc:date>
      <dc:creator>rkirilow &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Net_URL2 Bug</dc:subject>
    </item>
</rdf:RDF>
