<?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=Services_Amazon_SQS</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/16975" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16832" />

     </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/16975">
      <title>Services_Amazon_SQS: Bug 16975 [Open] Slow memory leak</title>
      <link>http://pear.php.net/bugs/16975</link>
      <content:encoded><![CDATA[<pre>Services_Amazon_SQS Bug
Reported by glub
2010-01-06T22:28:53+00:00
PHP: 5.2.5 OS: Ubuntu Package Version: 0.3.0

Description:
------------
I've written a PHP daemon in which a call is made to $queue-&gt;retrieve every 10 seconds. I'm seeing the memory usage increase by around 10 bytes after every call. After 12 hours of running the memory usage is around 35 MB.

Test script:
---------------
&lt;?php
require_once 'Services/Amazon/SQS/Exceptions.php';
require_once 'Services/Amazon/SQS/Queue.php';

$access_key = &quot;&lt;access key&gt;&quot;;
$secret_access_key = &quot;&lt;secret key&gt;&quot;;
$queue_url = 'http://queue.amazonaws.com/&lt;id&gt;';

while ( true ) {
        $queue = new Services_Amazon_SQS_Queue( $queue_url, $access_key, $secret_access_key );
        $messages = $queue-&gt;receive( 1, 7200 );
        if ( count ($messages) &lt;= 0 ) {
                echo &quot;no messages\n&quot;;
        }
        unset( $queue );
        sleep( 10 );
}
?&gt;

Expected result:
----------------
No memory leaks.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Services_Amazon_SQS Bug
Reported by glub
2010-01-06T22:28:53+00:00
PHP: 5.2.5 OS: Ubuntu Package Version: 0.3.0

Description:
------------
I've written a PHP daemon in which a call is made to $queue-&gt;retrieve every 10 seconds. I'm seeing the memory usage increase by around 10 bytes after every call. After 12 hours of running the memory usage is around 35 MB.

Test script:
---------------
&lt;?php
require_once 'Services/Amazon/SQS/Exceptions.php';
require_once 'Services/Amazon/SQS/Queue.php';

$access_key = &quot;&lt;access key&gt;&quot;;
$secret_access_key = &quot;&lt;secret key&gt;&quot;;
$queue_url = 'http://queue.amazonaws.com/&lt;id&gt;';

while ( true ) {
        $queue = new Services_Amazon_SQS_Queue( $queue_url, $access_key, $secret_access_key );
        $messages = $queue-&gt;receive( 1, 7200 );
        if ( count ($messages) &lt;= 0 ) {
                echo &quot;no messages\n&quot;;
        }
        unset( $queue );
        sleep( 10 );
}
?&gt;

Expected result:
----------------
No memory leaks.</pre>]]></description>
      <dc:date>2011-12-31T09:32:21+00:00</dc:date>
      <dc:creator>gary &amp;#x61;&amp;#116; rrripple &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Services_Amazon_SQS Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16832">
      <title>Services_Amazon_SQS: Feature/Change Request 16832 [Open] Implement the policy language for queues</title>
      <link>http://pear.php.net/bugs/16832</link>
      <content:encoded><![CDATA[<pre>Services_Amazon_SQS Feature/Change Request
Reported by gauthierm
2009-11-24T21:11:07+00:00
PHP: Irrelevant OS: Irrelevant Package Version: CVS

Description:
------------
See Request #16085
See http://aws.typepad.com/aws/2009/04/powerful-new-sqs-
features.html

SVN contains the following (fully tested):

- Queue::addPermission()
- Queue::removePermission()
- Queue::changeMessageVisibility()
- Support for getting and setting new attributes EXCEPT for 
policy.

The remaining API left to implement is the new policy 
language.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Services_Amazon_SQS Feature/Change Request
Reported by gauthierm
2009-11-24T21:11:07+00:00
PHP: Irrelevant OS: Irrelevant Package Version: CVS

Description:
------------
See Request #16085
See http://aws.typepad.com/aws/2009/04/powerful-new-sqs-
features.html

SVN contains the following (fully tested):

- Queue::addPermission()
- Queue::removePermission()
- Queue::changeMessageVisibility()
- Support for getting and setting new attributes EXCEPT for 
policy.

The remaining API left to implement is the new policy 
language.</pre>]]></description>
      <dc:date>2009-11-24T21:11:34+00:00</dc:date>
      <dc:creator>mike &amp;#x61;&amp;#116; silverorange &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Services_Amazon_SQS Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
