<?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=Config</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/23754" />
      <rdf:li rdf:resource="http://pear.php.net/bug/21172" />
      <rdf:li rdf:resource="http://pear.php.net/bug/20480" />
      <rdf:li rdf:resource="http://pear.php.net/bug/20120" />
      <rdf:li rdf:resource="http://pear.php.net/bug/19756" />
      <rdf:li rdf:resource="http://pear.php.net/bug/18357" />
      <rdf:li rdf:resource="http://pear.php.net/bug/18348" />
      <rdf:li rdf:resource="http://pear.php.net/bug/17735" />

     </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/23754">
      <title>Config: Feature/Change Request 23754 [Open] Version Bump Config</title>
      <link>http://pear.php.net/bugs/23754</link>
      <content:encoded><![CDATA[<pre>Config Feature/Change Request
Reported by mherndl
2018-06-29T14:06:45+00:00
PHP: Irrelevant OS: Linux Package Version: SVN

Description:
------------
Hi,

can you update config to https://github.com/pear/Config/commit/606a24034ad80f9d6ccb5a8b698b702b392e4674 to support newer PHP version?

Regards
Martin</pre>]]></content:encoded>
      <description><![CDATA[<pre>Config Feature/Change Request
Reported by mherndl
2018-06-29T14:06:45+00:00
PHP: Irrelevant OS: Linux Package Version: SVN

Description:
------------
Hi,

can you update config to https://github.com/pear/Config/commit/606a24034ad80f9d6ccb5a8b698b702b392e4674 to support newer PHP version?

Regards
Martin</pre>]]></description>
      <dc:date>2018-06-29T14:06:45+00:00</dc:date>
      <dc:creator>martin &amp;#x64;&amp;#111;&amp;#x74; herndl &amp;#x61;&amp;#116; world4you &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Config Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/21172">
      <title>Config: Bug 21172 [Open] not working on PHP 7.1</title>
      <link>http://pear.php.net/bugs/21172</link>
      <content:encoded><![CDATA[<pre>Config Bug
Reported by decaen
2017-01-26T10:21:10+00:00
PHP: Irrelevant OS: Linux Package Version: 

Description:
------------
&amp;new is not supported in PHP 7.1 could you please replace it with new.


Test script:
---------------
diff -u XML.php-orig XML.php
--- XML.php-orig        2017-01-25 21:10:34.000000000 +0100
+++ XML.php     2017-01-25 21:10:45.000000000 +0100
@@ -131,7 +131,7 @@
     */
     function startHandler($xp, $elem, &amp;$attribs)
     {
-        $container =&amp; new Config_Container('section', $elem, null, $attribs);
+        $container = new Config_Container('section', $elem, null, $attribs);
         $this-&gt;containers[] =&amp; $container;
         return null;
     } // end func startHandler


Expected result:
----------------
no parse error

Actual result:
--------------
PHP Parse error:  syntax error, unexpected 'new' (T_NEW) in /usr/lib/php-7.1/lib/php/Config/Container/XML.php on line 134</pre>]]></content:encoded>
      <description><![CDATA[<pre>Config Bug
Reported by decaen
2017-01-26T10:21:10+00:00
PHP: Irrelevant OS: Linux Package Version: 

Description:
------------
&amp;new is not supported in PHP 7.1 could you please replace it with new.


Test script:
---------------
diff -u XML.php-orig XML.php
--- XML.php-orig        2017-01-25 21:10:34.000000000 +0100
+++ XML.php     2017-01-25 21:10:45.000000000 +0100
@@ -131,7 +131,7 @@
     */
     function startHandler($xp, $elem, &amp;$attribs)
     {
-        $container =&amp; new Config_Container('section', $elem, null, $attribs);
+        $container = new Config_Container('section', $elem, null, $attribs);
         $this-&gt;containers[] =&amp; $container;
         return null;
     } // end func startHandler


Expected result:
----------------
no parse error

Actual result:
--------------
PHP Parse error:  syntax error, unexpected 'new' (T_NEW) in /usr/lib/php-7.1/lib/php/Config/Container/XML.php on line 134</pre>]]></description>
      <dc:date>2017-02-01T18:33:29+00:00</dc:date>
      <dc:creator>ed &amp;#x61;&amp;#116; xsalto &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Config Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/20480">
      <title>Config: Bug 20480 [Open] Xml_Parser</title>
      <link>http://pear.php.net/bugs/20480</link>
      <content:encoded><![CDATA[<pre>Config Bug
Reported by mbiama
2015-01-07T11:57:57+00:00
PHP: 5.6.4 OS: Linux Package Version: 1.10.12

Description:
------------
ini_set(&quot;include_path&quot;, '/home/angosson/php:' . ini_get(&quot;include_path&quot;)  );

Bug #68763
xml_parser 

Test script:
---------------
handler ( resource $parser , string $prefix )

Expected result:
----------------
&lt;?php
$fp = stream_socket_client(&quot;tcp://www.example.net:80&quot;, $errno, $errstr, 30);
if (!$fp) {
    echo &quot;$errstr ($errno)&lt;br /&gt;\n&quot;;
} else {
    fwrite($fp, &quot;GET / HTTP/1.0\r\nHost: www.example.net\r\nAccept: */*\r\n\r\n&quot;);
    while (!feof($fp)) {
        echo fgets($fp, 1024);
    }
    fclose($fp);
}
?&gt;</pre>]]></content:encoded>
      <description><![CDATA[<pre>Config Bug
Reported by mbiama
2015-01-07T11:57:57+00:00
PHP: 5.6.4 OS: Linux Package Version: 1.10.12

Description:
------------
ini_set(&quot;include_path&quot;, '/home/angosson/php:' . ini_get(&quot;include_path&quot;)  );

Bug #68763
xml_parser 

Test script:
---------------
handler ( resource $parser , string $prefix )

Expected result:
----------------
&lt;?php
$fp = stream_socket_client(&quot;tcp://www.example.net:80&quot;, $errno, $errstr, 30);
if (!$fp) {
    echo &quot;$errstr ($errno)&lt;br /&gt;\n&quot;;
} else {
    fwrite($fp, &quot;GET / HTTP/1.0\r\nHost: www.example.net\r\nAccept: */*\r\n\r\n&quot;);
    while (!feof($fp)) {
        echo fgets($fp, 1024);
    }
    fclose($fp);
}
?&gt;</pre>]]></description>
      <dc:date>2015-11-06T05:21:04+00:00</dc:date>
      <dc:creator>medjomeman &amp;#x61;&amp;#116; hotmail &amp;#x64;&amp;#111;&amp;#x74; fr</dc:creator>
      <dc:subject>Config Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/20120">
      <title>Config: Feature/Change Request 20120 [Open] Please upgrade XML_Parser to XML_Parser2</title>
      <link>http://pear.php.net/bugs/20120</link>
      <content:encoded><![CDATA[<pre>Config Feature/Change Request
Reported by bortkmail
2013-11-05T20:45:48+00:00
PHP: 5.5.4 OS: ALL PLATFORM Package Version: 1.10.12

Description:
------------
Please upgrade your library, because XML_Parser has been 
deprecated...  It shows the next error message : 

Strict Standards: Redefining already defined constructor for 
class XML_Parser in /usr/share/php/XML/Parser.php on line 
227 Deprecated: Assigning the return value of new by 
reference is deprecated in /usr/share/php/XML/Parser.php on 
line 616 Strict Standards: Declaration of 
XML_Parser::raiseError() should be compatible with &amp; 
PEAR::raiseError($message = NULL, $code = NULL, $mode = 
NULL, $options = NULL, $userinfo = NULL, $error_class = 
NULL, $skipmsg = false) in /usr/share/php/XML/Parser.php on 
line 703</pre>]]></content:encoded>
      <description><![CDATA[<pre>Config Feature/Change Request
Reported by bortkmail
2013-11-05T20:45:48+00:00
PHP: 5.5.4 OS: ALL PLATFORM Package Version: 1.10.12

Description:
------------
Please upgrade your library, because XML_Parser has been 
deprecated...  It shows the next error message : 

Strict Standards: Redefining already defined constructor for 
class XML_Parser in /usr/share/php/XML/Parser.php on line 
227 Deprecated: Assigning the return value of new by 
reference is deprecated in /usr/share/php/XML/Parser.php on 
line 616 Strict Standards: Declaration of 
XML_Parser::raiseError() should be compatible with &amp; 
PEAR::raiseError($message = NULL, $code = NULL, $mode = 
NULL, $options = NULL, $userinfo = NULL, $error_class = 
NULL, $skipmsg = false) in /usr/share/php/XML/Parser.php on 
line 703</pre>]]></description>
      <dc:date>2013-11-05T20:45:48+00:00</dc:date>
      <dc:creator>bortkmail &amp;#x61;&amp;#116; yahoo &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Config Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/19756">
      <title>Config: Feature/Change Request 19756 [Open] Add .properties support</title>
      <link>http://pear.php.net/bugs/19756</link>
      <content:encoded><![CDATA[<pre>Config Feature/Change Request
Reported by hydrian
2012-12-18T01:47:53+00:00
PHP: 5.2.10 OS: CentOS 5 Package Version: 1.10.12

Description:
------------
I would be great to be able to manipulate Java style .properties 
files.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Config Feature/Change Request
Reported by hydrian
2012-12-18T01:47:53+00:00
PHP: 5.2.10 OS: CentOS 5 Package Version: 1.10.12

Description:
------------
I would be great to be able to manipulate Java style .properties 
files.</pre>]]></description>
      <dc:date>2012-12-18T01:47:53+00:00</dc:date>
      <dc:creator>ben &amp;#x64;&amp;#111;&amp;#x74; tyger &amp;#x61;&amp;#116; tygerclan &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>Config Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/18357">
      <title>Config: Bug 18357 [Open] XML container generates invalid XML</title>
      <link>http://pear.php.net/bugs/18357</link>
      <content:encoded><![CDATA[<pre>Config Bug
Reported by cweiske
2011-03-11T01:29:35+00:00
PHP: Irrelevant OS:  Package Version: 1.10.12

Description:
------------
The XML container does not generate a root element by itself, so adding several directives to the root container results in having several XML elements on the top level.

Test script:
---------------
&lt;?php
require_once 'Config.php';

$conf = new Config();
$root = $conf-&gt;getRoot();
$root-&gt;createComment('Demo config file with XML container');
//we need a main section, otherwise we get invalid XML
$main = $root-&gt;createSection('config');
$main-&gt;createDirective('openLastFile', true);
$main-&gt;createDirective('rememberFiles', 8);
$conf-&gt;writeConfig(
    'xml-write.txt',
    'xml',
    array(
        'encoding' =&gt; 'UTF-8',
        'indent'   =&gt; ' ',
    )
);


Expected result:
----------------
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!-- Demo config file with XML container --&gt;
&lt;config&gt;
 &lt;openLastFile&gt;1&lt;/openLastFile&gt;
 &lt;rememberFiles&gt;8&lt;/rememberFiles&gt;
&lt;/config&gt;

Actual result:
--------------
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!-- Demo config file with XML container --&gt;
&lt;openLastFile&gt;1&lt;/openLastFile&gt;
&lt;rememberFiles&gt;8&lt;/rememberFiles&gt;</pre>]]></content:encoded>
      <description><![CDATA[<pre>Config Bug
Reported by cweiske
2011-03-11T01:29:35+00:00
PHP: Irrelevant OS:  Package Version: 1.10.12

Description:
------------
The XML container does not generate a root element by itself, so adding several directives to the root container results in having several XML elements on the top level.

Test script:
---------------
&lt;?php
require_once 'Config.php';

$conf = new Config();
$root = $conf-&gt;getRoot();
$root-&gt;createComment('Demo config file with XML container');
//we need a main section, otherwise we get invalid XML
$main = $root-&gt;createSection('config');
$main-&gt;createDirective('openLastFile', true);
$main-&gt;createDirective('rememberFiles', 8);
$conf-&gt;writeConfig(
    'xml-write.txt',
    'xml',
    array(
        'encoding' =&gt; 'UTF-8',
        'indent'   =&gt; ' ',
    )
);


Expected result:
----------------
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!-- Demo config file with XML container --&gt;
&lt;config&gt;
 &lt;openLastFile&gt;1&lt;/openLastFile&gt;
 &lt;rememberFiles&gt;8&lt;/rememberFiles&gt;
&lt;/config&gt;

Actual result:
--------------
&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;
&lt;!-- Demo config file with XML container --&gt;
&lt;openLastFile&gt;1&lt;/openLastFile&gt;
&lt;rememberFiles&gt;8&lt;/rememberFiles&gt;</pre>]]></description>
      <dc:date>2011-03-11T01:29:35+00:00</dc:date>
      <dc:creator>cweiske &amp;#x61;&amp;#116; php &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>Config Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/18348">
      <title>Config: Bug 18348 [Open] GenericConf serialization does not use newline option</title>
      <link>http://pear.php.net/bugs/18348</link>
      <content:encoded><![CDATA[<pre>Config Bug
Reported by cweiske
2011-03-09T01:21:49+00:00
PHP: Irrelevant OS:  Package Version: 1.10.12

Description:
------------
When serializing a string containing newlines with the GenericConf container, the &quot;newline&quot; option is not taken into account.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Config Bug
Reported by cweiske
2011-03-09T01:21:49+00:00
PHP: Irrelevant OS:  Package Version: 1.10.12

Description:
------------
When serializing a string containing newlines with the GenericConf container, the &quot;newline&quot; option is not taken into account.</pre>]]></description>
      <dc:date>2011-03-09T01:21:49+00:00</dc:date>
      <dc:creator>cweiske &amp;#x61;&amp;#116; php &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>Config Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/17735">
      <title>Config: Feature/Change Request 17735 [Open] allow Include statements</title>
      <link>http://pear.php.net/bugs/17735</link>
      <content:encoded><![CDATA[<pre>Config Feature/Change Request
Reported by vitspec
2010-08-18T11:02:13+00:00
PHP: 5.3.3 OS: All Package Version: 1.10.11

Description:
------------
It's may be usefl to use Include statement in config file. This statement allow to unclude another config file at the same format at this statement place</pre>]]></content:encoded>
      <description><![CDATA[<pre>Config Feature/Change Request
Reported by vitspec
2010-08-18T11:02:13+00:00
PHP: 5.3.3 OS: All Package Version: 1.10.11

Description:
------------
It's may be usefl to use Include statement in config file. This statement allow to unclude another config file at the same format at this statement place</pre>]]></description>
      <dc:date>2010-08-18T11:02:13+00:00</dc:date>
      <dc:creator>vitspec &amp;#x61;&amp;#116; gmail &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>Config Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
