<?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=PHP_CompatInfo</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/18881" />
      <rdf:li rdf:resource="http://pear.php.net/bug/18780" />
      <rdf:li rdf:resource="http://pear.php.net/bug/18150" />
      <rdf:li rdf:resource="http://pear.php.net/bug/17804" />

     </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/18881">
      <title>PHP_CompatInfo: Bug 18881 [Open] Parameter count isn't recognized</title>
      <link>http://pear.php.net/bugs/18881</link>
      <content:encoded><![CDATA[<pre>PHP_CompatInfo Bug
Reported by setasign
2011-09-28T18:20:18+00:00
PHP: 5.2.1 OS: Windows 2003 Package Version: 1.9.0

Description:
------------
The parser doesn't recognized different parameter counts for function/method calls which had changed in different PHP versions.

class_exists('whatever', false)

should be PHP5 only, while it results in 4.0.0. In PHP 4 this call will create a warning.


Test script:
---------------
&lt;?php
require_once 'PHP/CompatInfo.php';

if (class_exists('whatever', false)) {
	// do something
}

$info = new PHP_CompatInfo('null');
$info-&gt;parseData(__FILE__);

echo $info-&gt;getVersion();

Expected result:
----------------
5.0.0

Actual result:
--------------
4.0.0</pre>]]></content:encoded>
      <description><![CDATA[<pre>PHP_CompatInfo Bug
Reported by setasign
2011-09-28T18:20:18+00:00
PHP: 5.2.1 OS: Windows 2003 Package Version: 1.9.0

Description:
------------
The parser doesn't recognized different parameter counts for function/method calls which had changed in different PHP versions.

class_exists('whatever', false)

should be PHP5 only, while it results in 4.0.0. In PHP 4 this call will create a warning.


Test script:
---------------
&lt;?php
require_once 'PHP/CompatInfo.php';

if (class_exists('whatever', false)) {
	// do something
}

$info = new PHP_CompatInfo('null');
$info-&gt;parseData(__FILE__);

echo $info-&gt;getVersion();

Expected result:
----------------
5.0.0

Actual result:
--------------
4.0.0</pre>]]></description>
      <dc:date>2012-01-07T20:34:14+00:00</dc:date>
      <dc:creator>jan &amp;#x61;&amp;#116; setasign &amp;#x64;&amp;#111;&amp;#x74; de</dc:creator>
      <dc:subject>PHP_CompatInfo Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/18780">
      <title>PHP_CompatInfo: Bug 18780 [Open] PHP Deprecated:  Assigning the return value of new by reference is deprecated</title>
      <link>http://pear.php.net/bugs/18780</link>
      <content:encoded><![CDATA[<pre>PHP_CompatInfo Bug
Reported by hm2k
2011-09-02T21:49:56+00:00
PHP: 5.3.6 OS:  Package Version: 1.9.0

Description:
------------
The PHP_DocBlockGenerator package uses CompatInfo which 
uses Deprecated techniques and uses packages that use 
Deprecated techniques.

Test script:
---------------
docblockgen script.php


Expected result:
----------------
No errors.

Actual result:
--------------
PHP Deprecated:  Assigning the return value of new by 
reference is deprecated in 
/usr/share/pear/Event/Dispatcher.php on line 249
PHP Stack trace:
PHP   1. {main}() /usr/bin/docblockgen:0
PHP   2. require_once() /usr/bin/docblockgen:45
PHP   3. require_once() 
/usr/share/pear/PHP/DocBlockGenerator/Cli.php:39
PHP   4. require_once() 
/usr/share/pear/PHP/DocBlockGenerator.php:55
PHP   5. require_once() 
/usr/share/pear/PHP/DocBlockGenerator/Tokens.php:40
PHP   6. require_once() 
/usr/share/pear/PHP/CompatInfo.php:45
PHP Deprecated:  Assigning the return value of new by 
reference is deprecated in 
/usr/share/pear/File/Find.php on line 134
PHP Stack trace:
PHP   1. {main}() /usr/bin/docblockgen:0
PHP   2. require_once() /usr/bin/docblockgen:45
PHP   3. require_once() 
/usr/share/pear/PHP/DocBlockGenerator/Cli.php:39
PHP   4. require_once() 
/usr/share/pear/PHP/DocBlockGenerator.php:55
PHP   5. require_once() 
/usr/share/pear/PHP/DocBlockGenerator/Tokens.php:40
PHP   6. require_once() 
/usr/share/pear/PHP/CompatInfo.php:45
PHP Deprecated:  Assigning the return value of new by 
reference is deprecated in 
/usr/share/pear/PHP/CompatInfo/Renderer.php on line 241
PHP Stack trace:
PHP   1. {main}() /usr/bin/docblockgen:0
PHP   2. require_once() /usr/bin/docblockgen:45
PHP   3. require_once() 
/usr/share/pear/PHP/DocBlockGenerator/Cli.php:39
PHP   4. require_once() 
/usr/share/pear/PHP/DocBlockGenerator.php:55
PHP   5. require_once() 
/usr/share/pear/PHP/DocBlockGenerator/Tokens.php:40
PHP   6. require_once() 
/usr/share/pear/PHP/CompatInfo.php:45</pre>]]></content:encoded>
      <description><![CDATA[<pre>PHP_CompatInfo Bug
Reported by hm2k
2011-09-02T21:49:56+00:00
PHP: 5.3.6 OS:  Package Version: 1.9.0

Description:
------------
The PHP_DocBlockGenerator package uses CompatInfo which 
uses Deprecated techniques and uses packages that use 
Deprecated techniques.

Test script:
---------------
docblockgen script.php


Expected result:
----------------
No errors.

Actual result:
--------------
PHP Deprecated:  Assigning the return value of new by 
reference is deprecated in 
/usr/share/pear/Event/Dispatcher.php on line 249
PHP Stack trace:
PHP   1. {main}() /usr/bin/docblockgen:0
PHP   2. require_once() /usr/bin/docblockgen:45
PHP   3. require_once() 
/usr/share/pear/PHP/DocBlockGenerator/Cli.php:39
PHP   4. require_once() 
/usr/share/pear/PHP/DocBlockGenerator.php:55
PHP   5. require_once() 
/usr/share/pear/PHP/DocBlockGenerator/Tokens.php:40
PHP   6. require_once() 
/usr/share/pear/PHP/CompatInfo.php:45
PHP Deprecated:  Assigning the return value of new by 
reference is deprecated in 
/usr/share/pear/File/Find.php on line 134
PHP Stack trace:
PHP   1. {main}() /usr/bin/docblockgen:0
PHP   2. require_once() /usr/bin/docblockgen:45
PHP   3. require_once() 
/usr/share/pear/PHP/DocBlockGenerator/Cli.php:39
PHP   4. require_once() 
/usr/share/pear/PHP/DocBlockGenerator.php:55
PHP   5. require_once() 
/usr/share/pear/PHP/DocBlockGenerator/Tokens.php:40
PHP   6. require_once() 
/usr/share/pear/PHP/CompatInfo.php:45
PHP Deprecated:  Assigning the return value of new by 
reference is deprecated in 
/usr/share/pear/PHP/CompatInfo/Renderer.php on line 241
PHP Stack trace:
PHP   1. {main}() /usr/bin/docblockgen:0
PHP   2. require_once() /usr/bin/docblockgen:45
PHP   3. require_once() 
/usr/share/pear/PHP/DocBlockGenerator/Cli.php:39
PHP   4. require_once() 
/usr/share/pear/PHP/DocBlockGenerator.php:55
PHP   5. require_once() 
/usr/share/pear/PHP/DocBlockGenerator/Tokens.php:40
PHP   6. require_once() 
/usr/share/pear/PHP/CompatInfo.php:45</pre>]]></description>
      <dc:date>2011-09-07T09:21:00+00:00</dc:date>
      <dc:creator>hm2k &amp;#x61;&amp;#116; php &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>PHP_CompatInfo Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/18150">
      <title>PHP_CompatInfo: Bug 18150 [Open] pciconf script name conflicts with FreeBSD tool pciconf</title>
      <link>http://pear.php.net/bugs/18150</link>
      <content:encoded><![CDATA[<pre>PHP_CompatInfo Bug
Reported by mekras
2010-12-27T21:59:09+00:00
PHP: Irrelevant OS: FreeBSD Package Version: 1.9.0

Description:
------------
PHP_CompatInfo contains script named &quot;pciconf&quot;. FreeBSD has tool with the same name (http://www.freebsd.org/cgi/man.cgi?query=pciconf&amp;sektion=8). So when user tries to call PHP_CompatInfo's pciconf FreeBSD's tool will be executed instead.</pre>]]></content:encoded>
      <description><![CDATA[<pre>PHP_CompatInfo Bug
Reported by mekras
2010-12-27T21:59:09+00:00
PHP: Irrelevant OS: FreeBSD Package Version: 1.9.0

Description:
------------
PHP_CompatInfo contains script named &quot;pciconf&quot;. FreeBSD has tool with the same name (http://www.freebsd.org/cgi/man.cgi?query=pciconf&amp;sektion=8). So when user tries to call PHP_CompatInfo's pciconf FreeBSD's tool will be executed instead.</pre>]]></description>
      <dc:date>2010-12-27T21:59:09+00:00</dc:date>
      <dc:creator>mihalych &amp;#x61;&amp;#116; vsepofigu &amp;#x64;&amp;#111;&amp;#x74; ru</dc:creator>
      <dc:subject>PHP_CompatInfo Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/17804">
      <title>PHP_CompatInfo: Bug 17804 [Assigned] wrong caps for Console_GetArgs dependency</title>
      <link>http://pear.php.net/bugs/17804</link>
      <content:encoded><![CDATA[<pre>PHP_CompatInfo Bug
Reported by glen
2010-08-24T00:05:04+00:00
PHP: Irrelevant OS:  Package Version: 1.9.0

Description:
------------
package.xml specifies:
Console_GetArgs while correctly capitalized is Console_Getargs

patch attached</pre>]]></content:encoded>
      <description><![CDATA[<pre>PHP_CompatInfo Bug
Reported by glen
2010-08-24T00:05:04+00:00
PHP: Irrelevant OS:  Package Version: 1.9.0

Description:
------------
package.xml specifies:
Console_GetArgs while correctly capitalized is Console_Getargs

patch attached</pre>]]></description>
      <dc:date>2010-12-08T15:38:21+00:00</dc:date>
      <dc:creator>glen &amp;#x61;&amp;#116; delfi &amp;#x64;&amp;#111;&amp;#x74; ee</dc:creator>
      <dc:subject>PHP_CompatInfo Bug</dc:subject>
    </item>
</rdf:RDF>
