<?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=CodeGen</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/19658" />

     </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/19658">
      <title>CodeGen: Bug 19658 [Open] Wrong line separator in PECL config files for windows platform</title>
      <link>http://pear.php.net/bugs/19658</link>
      <content:encoded><![CDATA[<pre>CodeGen Bug
Reported by moellenb
2012-10-20T21:32:05+00:00
PHP: Irrelevant OS: Windows Package Version: 1.0.7

Description:
------------
Please see arbitrary extension directory generated by CodeGen_PECL:

The config files config.w32 and &lt;extension&gt;.dsp will have Unix style LF (0x0a) characters instead of the DOS/Windows style CRLF sequence.

I'm not quite sure if this is a real problem when compiling an extension on Windows machines but it is clearly not what was intended in the code.

A patch to resolve the problem is attached.

Test script:
---------------
pecl-gen --extname=myextension
od -c myextension/config.w32 | head
od -c myextension/myextension.dsp | head

Expected result:
----------------
Output should reveal \r\n sequences as line separators

Actual result:
--------------
Output reveals only \n as line separators</pre>]]></content:encoded>
      <description><![CDATA[<pre>CodeGen Bug
Reported by moellenb
2012-10-20T21:32:05+00:00
PHP: Irrelevant OS: Windows Package Version: 1.0.7

Description:
------------
Please see arbitrary extension directory generated by CodeGen_PECL:

The config files config.w32 and &lt;extension&gt;.dsp will have Unix style LF (0x0a) characters instead of the DOS/Windows style CRLF sequence.

I'm not quite sure if this is a real problem when compiling an extension on Windows machines but it is clearly not what was intended in the code.

A patch to resolve the problem is attached.

Test script:
---------------
pecl-gen --extname=myextension
od -c myextension/config.w32 | head
od -c myextension/myextension.dsp | head

Expected result:
----------------
Output should reveal \r\n sequences as line separators

Actual result:
--------------
Output reveals only \n as line separators</pre>]]></description>
      <dc:date>2012-10-20T21:32:05+00:00</dc:date>
      <dc:creator>moellenb-php &amp;#x61;&amp;#116; gmx &amp;#x64;&amp;#111;&amp;#x74; net</dc:creator>
      <dc:subject>CodeGen Bug</dc:subject>
    </item>
</rdf:RDF>
