<!-- 
RSS generated by JIRA (5.2.7#850-sha1:b2af0c8dc8537b36121c6a579fabbdf79fc919e5) at Sun May 19 12:42:28 UTC 2013

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary add field=key&field=summary to the URL of your request.
For example:
http://www.doctrine-project.org/jira/si/jira.issueviews:issue-xml/DCOM-32/DCOM-32.xml?field=key&field=summary
-->
<rss version="0.92" >
<channel>
    <title>Doctrine Project</title>
    <link>http://www.doctrine-project.org/jira</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>5.2.7</version>
        <build-number>850</build-number>
        <build-date>21-02-2013</build-date>
    </build-info>

<item>
            <title>[DCOM-32] Memcache cache relies on deprecated functions</title>
                <link>http://www.doctrine-project.org/jira/browse/DCOM-32</link>
                <project id="10043" key="DCOM">Doctrine Common</project>
                        <description>&lt;p&gt;The method getIds() in MemcacheCache relies on the old &quot;cachedump&quot; stat type.&lt;/p&gt;

&lt;p&gt;But as you can read here: &lt;a href=&quot;http://de2.php.net/manual/en/memcache.getextendedstats.php&quot; class=&quot;external-link&quot;&gt;http://de2.php.net/manual/en/memcache.getextendedstats.php&lt;/a&gt; this has been removed due to security reasons.&lt;/p&gt;</description>
                <environment></environment>
            <key id="12243">DCOM-32</key>
            <summary>Memcache cache relies on deprecated functions</summary>
                <type id="1" iconUrl="http://www.doctrine-project.org/jira/images/icons/issuetypes/bug.png">Bug</type>
                                <priority id="3" iconUrl="http://www.doctrine-project.org/jira/images/icons/priorities/major.png">Major</priority>
                    <status id="5" iconUrl="http://www.doctrine-project.org/jira/images/icons/statuses/resolved.png">Resolved</status>
                    <resolution id="1">Fixed</resolution>
                                <assignee username="guilhermeblanco">Guilherme Blanco</assignee>
                                <reporter username="sebastian.hoitz">Sebastian Hoitz</reporter>
                        <labels>
                    </labels>
                <created>Tue, 21 Dec 2010 10:51:14 +0000</created>
                <updated>Wed, 28 Mar 2012 15:14:23 +0000</updated>
                    <resolved>Sat, 27 Aug 2011 20:30:20 +0000</resolved>
                            <version>2.0.0-RC2</version>
                                <fixVersion>2.2</fixVersion>
                                <component>Caching</component>
                        <due></due>
                    <votes>0</votes>
                        <watches>1</watches>
                        <comments>
                    <comment id="14991" author="sebastian.hoitz" created="Tue, 21 Dec 2010 11:21:51 +0000"  >&lt;p&gt;Adding this to memcached before getting the extended stats cachedump fixed this issue for me:&lt;/p&gt;

&lt;div class=&quot;code panel&quot; style=&quot;border-width: 1px;&quot;&gt;&lt;div class=&quot;codeContent panelContent&quot;&gt;
&lt;pre class=&quot;code-java&quot;&gt;&lt;span class=&quot;code-keyword&quot;&gt;if&lt;/span&gt;(!is_int($slabId)) {
    &lt;span class=&quot;code-keyword&quot;&gt;continue&lt;/span&gt;;
}
&lt;/pre&gt;
&lt;/div&gt;&lt;/div&gt;</comment>
                    <comment id="15322" author="guilhermeblanco" created="Tue, 15 Feb 2011 23:13:55 +0000"  >&lt;p&gt;This issue doesn&apos;t seen to be valid anymore based on commit of @hobodave on Jan 29th.&lt;/p&gt;

&lt;p&gt;Please reopen if it is still valid. I could not reproduce.&lt;/p&gt;</comment>
                    <comment id="15738" author="guilhermeblanco" created="Mon, 18 Apr 2011 11:24:07 +0000"  >&lt;p&gt;Memcache daemon 1.4.5 do not provide cachedump and triggers a couple of issues all around.&lt;br/&gt;
Here is a link that gives more information: &lt;a href=&quot;http://www.pecl.php.net/bugs/bug.php?id=20375&amp;amp;edit=3&quot; class=&quot;external-link&quot;&gt;http://www.pecl.php.net/bugs/bug.php?id=20375&amp;amp;edit=3&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We need to think on a workaround since current state of Doctrine 2 is unusable with recent memcache.&lt;/p&gt;</comment>
                    <comment id="15813" author="ddebernardy" created="Sat, 7 May 2011 14:12:41 +0000"  >&lt;p&gt;There additionally seems to be a hard-coded limit to the size of the dump:&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://stackoverflow.com/questions/4363904/is-there-any-length-limitation-of-result-by-stats-cachedump-in-memcached&quot; class=&quot;external-link&quot;&gt;http://stackoverflow.com/questions/4363904/is-there-any-length-limitation-of-result-by-stats-cachedump-in-memcached&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://lists.danga.com/pipermail/memcached/2007-April/003906.html&quot; class=&quot;external-link&quot;&gt;http://lists.danga.com/pipermail/memcached/2007-April/003906.html&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="16389" author="guilhermeblanco" created="Sat, 27 Aug 2011 20:30:20 +0000"  >&lt;p&gt;Fixed in master by this commit: &lt;a href=&quot;https://github.com/doctrine/common/commit/486169851ea87b3e14ed45d5bfd7d07b1d41af65&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/common/commit/486169851ea87b3e14ed45d5bfd7d07b1d41af65&lt;/a&gt;&lt;/p&gt;</comment>
                    <comment id="17666" author="sobstel" created="Wed, 28 Mar 2012 15:14:23 +0000"  >&lt;p&gt;@Guilherme, your fix introduced big performance issue as now for each fetch() call there are always 2 additional calls, which is kind of big overhead. See &lt;a href=&quot;https://github.com/doctrine/common/pull/125&quot; class=&quot;external-link&quot;&gt;https://github.com/doctrine/common/pull/125&lt;/a&gt; for details.&lt;/p&gt;</comment>
                </comments>
                    <attachments>
                </attachments>
            <subtasks>
        </subtasks>
        </item>
</channel>
</rss>