<?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_Server</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/19335" />
      <rdf:li rdf:resource="http://pear.php.net/bug/18017" />

     </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/19335">
      <title>Net_Server: Feature/Change Request 19335 [Open] IPv6 support</title>
      <link>http://pear.php.net/bugs/19335</link>
      <content:encoded><![CDATA[<pre>Net_Server Feature/Change Request
Reported by ingnu
2012-03-16T05:42:39+00:00
PHP: 5.3.3 OS: Debian GNU/Linux Squeeze Package Version: 1.0.3

Description:
------------
The static function create from the Server.php file should check if the host passed in parameter is an IPv6 address, in order to pass the parameter AF_INET6 to the driver constructor.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_Server Feature/Change Request
Reported by ingnu
2012-03-16T05:42:39+00:00
PHP: 5.3.3 OS: Debian GNU/Linux Squeeze Package Version: 1.0.3

Description:
------------
The static function create from the Server.php file should check if the host passed in parameter is an IPv6 address, in order to pass the parameter AF_INET6 to the driver constructor.</pre>]]></description>
      <dc:date>2012-03-16T18:20:53+00:00</dc:date>
      <dc:creator>contact &amp;#x61;&amp;#116; ingnu &amp;#x64;&amp;#111;&amp;#x74; fr</dc:creator>
      <dc:subject>Net_Server Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/18017">
      <title>Net_Server: Feature/Change Request 18017 [Open] Signature for sendData() not the same in all drivers.</title>
      <link>http://pear.php.net/bugs/18017</link>
      <content:encoded><![CDATA[<pre>Net_Server Feature/Change Request
Reported by mikyter
2010-11-01T01:29:09+00:00
PHP: Irrelevant OS: All Package Version: 1.0.2

Description:
------------
The method sendData() has different parameters in the fork and sequential driver.

Test script:
---------------
class Net_Server_Test extends Net_Server_Handler {
    function onReceiveData($clientId = 0, $data = '') {
        $this-&gt;_server-&gt;sendData($clientId, 'You said: ' . $data);
    }
}

Expected result:
----------------
When the client sends &quot;Hello&quot; to the server, it answers with &quot;You said: Hello&quot;.

Actual result:
--------------
With the sequential driver it works. If you use the fork driver, the server answers with &quot;0&quot;.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Net_Server Feature/Change Request
Reported by mikyter
2010-11-01T01:29:09+00:00
PHP: Irrelevant OS: All Package Version: 1.0.2

Description:
------------
The method sendData() has different parameters in the fork and sequential driver.

Test script:
---------------
class Net_Server_Test extends Net_Server_Handler {
    function onReceiveData($clientId = 0, $data = '') {
        $this-&gt;_server-&gt;sendData($clientId, 'You said: ' . $data);
    }
}

Expected result:
----------------
When the client sends &quot;Hello&quot; to the server, it answers with &quot;You said: Hello&quot;.

Actual result:
--------------
With the sequential driver it works. If you use the fork driver, the server answers with &quot;0&quot;.</pre>]]></description>
      <dc:date>2010-11-01T15:52:59+00:00</dc:date>
      <dc:creator>mikyter &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Net_Server Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
