<?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_FloodControl&amp;PHPSESSID=6sh8hov6085gl1gd4s43b0k8h0</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/13182" />
      <rdf:li rdf:resource="http://pear.php.net/bug/12972" />
      <rdf:li rdf:resource="http://pear.php.net/bug/12969" />
      <rdf:li rdf:resource="http://pear.php.net/bug/11608" />
      <rdf:li rdf:resource="http://pear.php.net/bug/10786" />

     </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/13182">
      <title>HTTP_FloodControl: Bug 13182 [Open] Bad Regex in getUserIP</title>
      <link>http://pear.php.net/bugs/13182</link>
      <content:encoded><![CDATA[<pre>HTTP_FloodControl Bug
Reported by datasage
2008-02-23T15:56:59+00:00
PHP: 5.2.3 OS: Freebsd Package Version: 0.1.1

Description:
------------
While its not exactly valid usage. It is possible that a user may be configured with a NAT/cache system that will return only an internal IP for HTTP_X_FORWARDED_FOR. The regex should be limited to only localhost or invalid IPs. 

Like this: ~^((0|255|127\.0)\.|unknown)~

Test script:
---------------
No test script needed</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTTP_FloodControl Bug
Reported by datasage
2008-02-23T15:56:59+00:00
PHP: 5.2.3 OS: Freebsd Package Version: 0.1.1

Description:
------------
While its not exactly valid usage. It is possible that a user may be configured with a NAT/cache system that will return only an internal IP for HTTP_X_FORWARDED_FOR. The regex should be limited to only localhost or invalid IPs. 

Like this: ~^((0|255|127\.0)\.|unknown)~

Test script:
---------------
No test script needed</pre>]]></description>
      <dc:date>2008-02-23T15:56:59+00:00</dc:date>
      <dc:creator>datasage &amp;#x61;&amp;#116; theworldisgrey &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>HTTP_FloodControl Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/12972">
      <title>HTTP_FloodControl: Documentation Problem 12972 [Open] $uniqueId must be a valid filename when using File container</title>
      <link>http://pear.php.net/bugs/12972</link>
      <content:encoded><![CDATA[<pre>HTTP_FloodControl Documentation Problem
Reported by fractalizer
2008-01-24T11:42:15+00:00
PHP: 5.2.5 OS: Windows Package Version: 0.1.1

Description:
------------
Documentation does not say, that $uniqueID must be a valid filename (should not contain invalid characters) when you use a File container, because it is directly substituted into path to log file.</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTTP_FloodControl Documentation Problem
Reported by fractalizer
2008-01-24T11:42:15+00:00
PHP: 5.2.5 OS: Windows Package Version: 0.1.1

Description:
------------
Documentation does not say, that $uniqueID must be a valid filename (should not contain invalid characters) when you use a File container, because it is directly substituted into path to log file.</pre>]]></description>
      <dc:date>2008-01-24T11:42:15+00:00</dc:date>
      <dc:creator>FractalizeR &amp;#x61;&amp;#116; yandex &amp;#x64;&amp;#111;&amp;#x74; ru</dc:creator>
      <dc:subject>HTTP_FloodControl Documentation Problem</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/12969">
      <title>HTTP_FloodControl: Feature/Change Request 12969 [Open] Redundant code in FloodControl.php: mt_srand</title>
      <link>http://pear.php.net/bugs/12969</link>
      <content:encoded><![CDATA[<pre>HTTP_FloodControl Feature/Change Request
Reported by fractalizer
2008-01-24T08:35:50+00:00
PHP: 5.2.5 OS: Windows Package Version: 0.1.1

Description:
------------
On line 270 of FloodControl.php there is a code:

list($usec, $sec) = explode(' ', microtime());
mt_srand((float) $sec + ((float) $usec * 100000));

HTTP_FloodControl requires PHP 5.0.0 at least (information from package2.xml. PHP Manual says, that &quot;As of PHP 4.2.0, there is no need to seed the random number generator with srand() or mt_srand() as this is now done automatically. &quot;

I guess these lines can be safely removed from source as they are now redundant.</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTTP_FloodControl Feature/Change Request
Reported by fractalizer
2008-01-24T08:35:50+00:00
PHP: 5.2.5 OS: Windows Package Version: 0.1.1

Description:
------------
On line 270 of FloodControl.php there is a code:

list($usec, $sec) = explode(' ', microtime());
mt_srand((float) $sec + ((float) $usec * 100000));

HTTP_FloodControl requires PHP 5.0.0 at least (information from package2.xml. PHP Manual says, that &quot;As of PHP 4.2.0, there is no need to seed the random number generator with srand() or mt_srand() as this is now done automatically. &quot;

I guess these lines can be safely removed from source as they are now redundant.</pre>]]></description>
      <dc:date>2008-01-24T08:35:50+00:00</dc:date>
      <dc:creator>FractalizeR &amp;#x61;&amp;#116; yandex &amp;#x64;&amp;#111;&amp;#x74; ru</dc:creator>
      <dc:subject>HTTP_FloodControl Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/11608">
      <title>HTTP_FloodControl: Feature/Change Request 11608 [Analyzed] Memcached-Container</title>
      <link>http://pear.php.net/bugs/11608</link>
      <content:encoded><![CDATA[<pre>HTTP_FloodControl Feature/Change Request
Reported by ts77
2007-07-16T03:54:45+00:00
PHP: 5.2.3 OS:  Package Version: 0.1.1

Description:
------------
HTTP_FloodControl looks interesting as I'm running a similar script for my own usage.
That ones uses memcached as the counter-backend as it offloads the database and there isn't any longtime storage needed for the counters (in my opinion).

Any chance that there will be a memcached container or is it missing important functionalities?</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTTP_FloodControl Feature/Change Request
Reported by ts77
2007-07-16T03:54:45+00:00
PHP: 5.2.3 OS:  Package Version: 0.1.1

Description:
------------
HTTP_FloodControl looks interesting as I'm running a similar script for my own usage.
That ones uses memcached as the counter-backend as it offloads the database and there isn't any longtime storage needed for the counters (in my opinion).

Any chance that there will be a memcached container or is it missing important functionalities?</pre>]]></description>
      <dc:date>2008-08-04T05:51:52+00:00</dc:date>
      <dc:creator>ts77 &amp;#x61;&amp;#116; gmx &amp;#x64;&amp;#111;&amp;#x74; de</dc:creator>
      <dc:subject>HTTP_FloodControl Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/10786">
      <title>HTTP_FloodControl: Bug 10786 [Verified] Packages installs in wrong directory</title>
      <link>http://pear.php.net/bugs/10786</link>
      <content:encoded><![CDATA[<pre>HTTP_FloodControl Bug
Reported by stanislav
2007-04-20T04:11:12+00:00
PHP: 5.2.0 OS: WINDOWS Package Version: 0.1.1

Description:
------------
Iam not sure if it's a bug but I think this package should be installed in HTTP directory. Currently it's installed in the base PEAR directory

Test script:
---------------
pear install -fa HTTP_FloodControl</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTTP_FloodControl Bug
Reported by stanislav
2007-04-20T04:11:12+00:00
PHP: 5.2.0 OS: WINDOWS Package Version: 0.1.1

Description:
------------
Iam not sure if it's a bug but I think this package should be installed in HTTP directory. Currently it's installed in the base PEAR directory

Test script:
---------------
pear install -fa HTTP_FloodControl</pre>]]></description>
      <dc:date>2008-05-05T08:08:05+00:00</dc:date>
      <dc:creator>stas &amp;#x61;&amp;#116; metalinfo &amp;#x64;&amp;#111;&amp;#x74; ru</dc:creator>
      <dc:subject>HTTP_FloodControl Bug</dc:subject>
    </item>
</rdf:RDF>
