<?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=Benchmark</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/20063" />
      <rdf:li rdf:resource="http://pear.php.net/bug/19128" />
      <rdf:li rdf:resource="http://pear.php.net/bug/18045" />

     </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/20063">
      <title>Benchmark: Bug 20063 [Open] Installation error when PHP not in standard path</title>
      <link>http://pear.php.net/bugs/20063</link>
      <content:encoded><![CDATA[<pre>Benchmark Bug
Reported by vasilyd
2013-09-16T17:38:21+00:00
PHP: 5.3.16 OS: Windows Package Version: 

Description:
------------
While installing the Benchmark package from offline I have problems and installation aborts.

The reason is the directory where PHP and PEAR are installed is not standard. Installation exits.

CMD line:
------------------------------------------------------------------C:\MYDIR\phpTools\php\pear&gt;..\pear install Benchmark-1.2.9.gz

ERROR: failed to mkdir C:\php\pear\docs\Benchmark\doc

------------------------------------------------------------------

workaround: I had to create directory C:\php\pear\docs manually and after installation move content of dirs .\docs and .\data into the right directory</pre>]]></content:encoded>
      <description><![CDATA[<pre>Benchmark Bug
Reported by vasilyd
2013-09-16T17:38:21+00:00
PHP: 5.3.16 OS: Windows Package Version: 

Description:
------------
While installing the Benchmark package from offline I have problems and installation aborts.

The reason is the directory where PHP and PEAR are installed is not standard. Installation exits.

CMD line:
------------------------------------------------------------------C:\MYDIR\phpTools\php\pear&gt;..\pear install Benchmark-1.2.9.gz

ERROR: failed to mkdir C:\php\pear\docs\Benchmark\doc

------------------------------------------------------------------

workaround: I had to create directory C:\php\pear\docs manually and after installation move content of dirs .\docs and .\data into the right directory</pre>]]></description>
      <dc:date>2013-09-16T17:38:21+00:00</dc:date>
      <dc:creator>v &amp;#x64;&amp;#111;&amp;#x74; denegin &amp;#x61;&amp;#116; yahoo &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Benchmark Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/19128">
      <title>Benchmark: Feature/Change Request 19128 [Open] README have role=&quot;data&quot;</title>
      <link>http://pear.php.net/bugs/19128</link>
      <content:encoded><![CDATA[<pre>Benchmark Feature/Change Request
Reported by remicollet
2011-12-12T00:18:44+00:00
PHP: 5.4 RC (specify # in Description) OS: GNU/Linux (Fedora 16) Package Version: 1.2.9

Description:
------------
This file is probably not need to be install, but if install, should probably be marked with role=&quot;doc&quot;</pre>]]></content:encoded>
      <description><![CDATA[<pre>Benchmark Feature/Change Request
Reported by remicollet
2011-12-12T00:18:44+00:00
PHP: 5.4 RC (specify # in Description) OS: GNU/Linux (Fedora 16) Package Version: 1.2.9

Description:
------------
This file is probably not need to be install, but if install, should probably be marked with role=&quot;doc&quot;</pre>]]></description>
      <dc:date>2011-12-12T00:18:44+00:00</dc:date>
      <dc:creator>Fedora &amp;#x61;&amp;#116; FamilleCollet &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Benchmark Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/18045">
      <title>Benchmark: Bug 18045 [Assigned] Profiler::enterSection is broken</title>
      <link>http://pear.php.net/bugs/18045</link>
      <content:encoded><![CDATA[<pre>Benchmark Bug
Reported by jszczypk
2010-11-12T05:44:06+00:00
PHP: 5.3.3 OS: OS X Package Version: 1.2.9

Description:
------------
I am getting a lot of &quot;Illegal offset type&quot; for lines 423 and 426 of Profiler.php
Looks like somebody forgot to put [&quot;name&quot;] after $item.

Expected result:
----------------
Profiler.php lines 420-430
            if (isset($this-&gt;_callers[$name][$item[&quot;name&quot;]])) {

                $this-&gt;_callers[$name][$item[&quot;name&quot;]]++;

            } else {

                $this-&gt;_callers[$name][$item[&quot;name&quot;]] = 1;

            }

 

            if (isset($this-&gt;_calls[$item[&quot;name&quot;]][$name])) {

                $this-&gt;_calls[$item[&quot;name&quot;]][$name]++;

            } else {

                $this-&gt;_calls[$item[&quot;name&quot;]][$name] = 1;

            }</pre>]]></content:encoded>
      <description><![CDATA[<pre>Benchmark Bug
Reported by jszczypk
2010-11-12T05:44:06+00:00
PHP: 5.3.3 OS: OS X Package Version: 1.2.9

Description:
------------
I am getting a lot of &quot;Illegal offset type&quot; for lines 423 and 426 of Profiler.php
Looks like somebody forgot to put [&quot;name&quot;] after $item.

Expected result:
----------------
Profiler.php lines 420-430
            if (isset($this-&gt;_callers[$name][$item[&quot;name&quot;]])) {

                $this-&gt;_callers[$name][$item[&quot;name&quot;]]++;

            } else {

                $this-&gt;_callers[$name][$item[&quot;name&quot;]] = 1;

            }

 

            if (isset($this-&gt;_calls[$item[&quot;name&quot;]][$name])) {

                $this-&gt;_calls[$item[&quot;name&quot;]][$name]++;

            } else {

                $this-&gt;_calls[$item[&quot;name&quot;]][$name] = 1;

            }</pre>]]></description>
      <dc:date>2012-01-12T19:20:03+00:00</dc:date>
      <dc:creator>janusz &amp;#x61;&amp;#116; fide &amp;#x64;&amp;#111;&amp;#x74; pl</dc:creator>
      <dc:subject>Benchmark Bug</dc:subject>
    </item>
</rdf:RDF>
