<?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=PEAR_Info</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/16476" />
      <rdf:li rdf:resource="http://pear.php.net/bug/16469" />

     </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/16476">
      <title>PEAR_Info: Bug 16476 [Analyzed] Unit tests fail</title>
      <link>http://pear.php.net/bugs/16476</link>
      <content:encoded><![CDATA[<pre>PEAR_Info Bug
Reported by doconnor
2009-07-28T05:33:21+00:00
PHP: 5.2.5 OS:  Package Version: CVS

Description:
------------
Unit tests fail because they change the current working directory (it looks like).


Test script:
---------------
php tests/AllTests.php

Expected result:
----------------
Tests run, pass

Actual result:
--------------
/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php

PHPUnit 3.3.17 by Sebastian Bergmann.

FFFF

Time: 0 seconds

There were 4 failures:

1) /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/customConfig.phpt
--- Expected
+++ Actual
@@ -1,7 +1,5 @@
-testConfigFilesExistWithDefaultNameInPearDir : OK
-testConfigFilesExistWithCustomNameInPearDir : OK
-testConfigFilesExistInUserDir : OK
-testNoConfigFilesFoundIntoPearDir : OK
-testNoConfigFilesFoundIntoUserDir : OK
-testShowResultsWithRenderOptions : OK
-testInvalidPearDir : OK
\ No newline at end of file
+Warning: include_once(PEAR/Info.php): failed to open stream: No such file or directory in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/customConfig.php on line 12
+
+Warning: include_once(): Failed opening 'PEAR/Info.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/customConfig.php on line 12
+
+Fatal error: Class 'PEAR_Config' not found in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/customConfig.php on line 26
\ No newline at end of file

/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:68
/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:88

2) /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/defaultConfig.phpt
--- Expected
+++ Actual
@@ -1 +1,5 @@
-testConfigFilesExistInSysConfDir : OK
\ No newline at end of file
+Warning: include_once(PEAR/Info.php): failed to open stream: No such file or directory in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/defaultConfig.php on line 11
+
+Warning: include_once(): Failed opening 'PEAR/Info.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/defaultConfig.php on line 11
+
+Fatal error: Class 'PEAR_Config' not found in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/defaultConfig.php on line 21
\ No newline at end of file

/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:68
/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:88

3) /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/render.phpt
--- Expected
+++ Actual
@@ -1,3 +1,5 @@
-testCustomStyleSheet : OK
-testDefaultStyleSheet : OK
-testCreditsWithDefaultStyleSheet : OK
\ No newline at end of file
+Warning: include_once(PEAR/Info.php): failed to open stream: No such file or directory in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/render.php on line 13
+
+Warning: include_once(): Failed opening 'PEAR/Info.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/render.php on line 13
+
+Fatal error: Class 'PEAR_Config' not found in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/render.php on line 29
\ No newline at end of file

/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:68
/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:88

4) /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/install.phpt
--- Expected
+++ Actual
@@ -1,4 +1,5 @@
-testPackageNameInstall : OK
-testPackageNameVersionInstall : OK
-testPackageNameChannelInstall : OK
-testPackageNameVersionChannelInstall : OK
\ No newline at end of file
+Warning: include_once(PEAR/Info.php): failed to open stream: No such file or directory in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/install.php on line 11
+
+Warning: include_once(): Failed opening 'PEAR/Info.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/install.php on line 11
+
+Fatal error: Class 'PEAR_Config' not found in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/install.php on line 21
\ No newline at end of file

/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:68
/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:88

FAILURES!
Tests: 4, Assertions: 0, Failures: 4.</pre>]]></content:encoded>
      <description><![CDATA[<pre>PEAR_Info Bug
Reported by doconnor
2009-07-28T05:33:21+00:00
PHP: 5.2.5 OS:  Package Version: CVS

Description:
------------
Unit tests fail because they change the current working directory (it looks like).


Test script:
---------------
php tests/AllTests.php

Expected result:
----------------
Tests run, pass

Actual result:
--------------
/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php

PHPUnit 3.3.17 by Sebastian Bergmann.

FFFF

Time: 0 seconds

There were 4 failures:

1) /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/customConfig.phpt
--- Expected
+++ Actual
@@ -1,7 +1,5 @@
-testConfigFilesExistWithDefaultNameInPearDir : OK
-testConfigFilesExistWithCustomNameInPearDir : OK
-testConfigFilesExistInUserDir : OK
-testNoConfigFilesFoundIntoPearDir : OK
-testNoConfigFilesFoundIntoUserDir : OK
-testShowResultsWithRenderOptions : OK
-testInvalidPearDir : OK
\ No newline at end of file
+Warning: include_once(PEAR/Info.php): failed to open stream: No such file or directory in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/customConfig.php on line 12
+
+Warning: include_once(): Failed opening 'PEAR/Info.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/customConfig.php on line 12
+
+Fatal error: Class 'PEAR_Config' not found in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/customConfig.php on line 26
\ No newline at end of file

/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:68
/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:88

2) /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/defaultConfig.phpt
--- Expected
+++ Actual
@@ -1 +1,5 @@
-testConfigFilesExistInSysConfDir : OK
\ No newline at end of file
+Warning: include_once(PEAR/Info.php): failed to open stream: No such file or directory in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/defaultConfig.php on line 11
+
+Warning: include_once(): Failed opening 'PEAR/Info.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/defaultConfig.php on line 11
+
+Fatal error: Class 'PEAR_Config' not found in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/defaultConfig.php on line 21
\ No newline at end of file

/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:68
/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:88

3) /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/render.phpt
--- Expected
+++ Actual
@@ -1,3 +1,5 @@
-testCustomStyleSheet : OK
-testDefaultStyleSheet : OK
-testCreditsWithDefaultStyleSheet : OK
\ No newline at end of file
+Warning: include_once(PEAR/Info.php): failed to open stream: No such file or directory in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/render.php on line 13
+
+Warning: include_once(): Failed opening 'PEAR/Info.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/render.php on line 13
+
+Fatal error: Class 'PEAR_Config' not found in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/render.php on line 29
\ No newline at end of file

/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:68
/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:88

4) /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/install.phpt
--- Expected
+++ Actual
@@ -1,4 +1,5 @@
-testPackageNameInstall : OK
-testPackageNameVersionInstall : OK
-testPackageNameChannelInstall : OK
-testPackageNameVersionChannelInstall : OK
\ No newline at end of file
+Warning: include_once(PEAR/Info.php): failed to open stream: No such file or directory in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/install.php on line 11
+
+Warning: include_once(): Failed opening 'PEAR/Info.php' for inclusion (include_path='.:/usr/share/php:/usr/share/pear') in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/install.php on line 11
+
+Fatal error: Class 'PEAR_Config' not found in /home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/install.php on line 21
\ No newline at end of file

/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:68
/home/clockwerx/pear-svn/packages/PEAR_Info/trunk/tests/AllTests.php:88

FAILURES!
Tests: 4, Assertions: 0, Failures: 4.</pre>]]></description>
      <dc:date>2011-12-11T10:20:35+00:00</dc:date>
      <dc:creator>daniel &amp;#x64;&amp;#111;&amp;#x74; oconnor &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>PEAR_Info Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/16469">
      <title>PEAR_Info: Bug 16469 [Open] PEAR_Config::getRemote() does not exists.</title>
      <link>http://pear.php.net/bugs/16469</link>
      <content:encoded><![CDATA[<pre>PEAR_Info Bug
Reported by cwiedmann
2009-07-24T21:40:58+00:00
PHP: 5.3.0 OS: Irrelevant Package Version: 1.9.2

Description:
------------
Hello,

as of PEAR 1.8.0 PEAR_Config::getRemote() does not exists anymore. (I'm using PEAR 1.8.1)

This methode is called, if you want display packages from all channels. (the vaulting channel is '__uri').

Regards,
Carsten

BTW:
In the manual at the example for constructor PEAR_Info::PEAR_Info, it thould be &quot;pecl.php.net&quot; and not &quot;pecl.php_net&quot;.


Test script:
---------------
&lt;?php
require_once 'PEAR/Info.php';

//$info = new PEAR_Info('', '', '', array(
//    'channels' =&gt; array(
//        'pear.php.net',
//        '__uri',
//        'pecl.php.net',
//    )
//));
$info = new PEAR_Info('', '', '', array('channels' =&gt; array()));
$info-&gt;display();
?&gt;


Expected result:
----------------
Should see the PEAR_Info page.


Actual result:
--------------
Fatal error: Call to undefined method PEAR_Config::getRemote() in \php\PEAR\PEAR\Info.php on line 547</pre>]]></content:encoded>
      <description><![CDATA[<pre>PEAR_Info Bug
Reported by cwiedmann
2009-07-24T21:40:58+00:00
PHP: 5.3.0 OS: Irrelevant Package Version: 1.9.2

Description:
------------
Hello,

as of PEAR 1.8.0 PEAR_Config::getRemote() does not exists anymore. (I'm using PEAR 1.8.1)

This methode is called, if you want display packages from all channels. (the vaulting channel is '__uri').

Regards,
Carsten

BTW:
In the manual at the example for constructor PEAR_Info::PEAR_Info, it thould be &quot;pecl.php.net&quot; and not &quot;pecl.php_net&quot;.


Test script:
---------------
&lt;?php
require_once 'PEAR/Info.php';

//$info = new PEAR_Info('', '', '', array(
//    'channels' =&gt; array(
//        'pear.php.net',
//        '__uri',
//        'pecl.php.net',
//    )
//));
$info = new PEAR_Info('', '', '', array('channels' =&gt; array()));
$info-&gt;display();
?&gt;


Expected result:
----------------
Should see the PEAR_Info page.


Actual result:
--------------
Fatal error: Call to undefined method PEAR_Config::getRemote() in \php\PEAR\PEAR\Info.php on line 547</pre>]]></description>
      <dc:date>2009-07-24T21:40:58+00:00</dc:date>
      <dc:creator>carsten_sttgt &amp;#x61;&amp;#116; gmx &amp;#x64;&amp;#111;&amp;#x74; de</dc:creator>
      <dc:subject>PEAR_Info Bug</dc:subject>
    </item>
</rdf:RDF>
