<?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=HTML_Template_IT</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/12813" />
      <rdf:li rdf:resource="http://pear.php.net/bug/9753" />

     </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/12813">
      <title>HTML_Template_IT: Feature/Change Request 12813 [Assigned] Make setOption() useful, or provide accessors</title>
      <link>http://pear.php.net/bugs/12813</link>
      <content:encoded><![CDATA[<pre>HTML_Template_IT Feature/Change Request
Reported by obw
2008-01-02T19:13:01+00:00
PHP: 5.2.5 OS: all Package Version: 1.2.1

Description:
------------
setOption() does not work as advertised in the documentation. In fact, all options given in the docs must be accessed as public properties of the object instead.

setOption() supports only two options not documented, which can be seen in lines 354 ff. of IT.php, named preserve_data and use_preg.



Test script:
---------------
$tpl= new HTML_Template_IT();
// throws error and does not work
tpl-&gt;setOption('removeEmptyBlocks', false);

// instead use:
$tpl-&gt;removeEmptyBlocks = false;</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTML_Template_IT Feature/Change Request
Reported by obw
2008-01-02T19:13:01+00:00
PHP: 5.2.5 OS: all Package Version: 1.2.1

Description:
------------
setOption() does not work as advertised in the documentation. In fact, all options given in the docs must be accessed as public properties of the object instead.

setOption() supports only two options not documented, which can be seen in lines 354 ff. of IT.php, named preserve_data and use_preg.



Test script:
---------------
$tpl= new HTML_Template_IT();
// throws error and does not work
tpl-&gt;setOption('removeEmptyBlocks', false);

// instead use:
$tpl-&gt;removeEmptyBlocks = false;</pre>]]></description>
      <dc:date>2009-09-21T00:44:22+00:00</dc:date>
      <dc:creator>obw &amp;#x61;&amp;#116; amarok &amp;#x64;&amp;#111;&amp;#x74; ping &amp;#x64;&amp;#111;&amp;#x74; de</dc:creator>
      <dc:subject>HTML_Template_IT Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/9753">
      <title>HTML_Template_IT: Feature/Change Request 9753 [Assigned] Template rendering fails silently if invalid root supplied</title>
      <link>http://pear.php.net/bugs/9753</link>
      <content:encoded><![CDATA[<pre>HTML_Template_IT Feature/Change Request
Reported by pear-bug@...
2007-01-05T20:04:20+00:00
PHP: 4.4.4 OS: Mac OS X 10.4, probably others Package Version: 1.2.1

Description:
------------
As summary.

'badpath' refers to a path on the system which does not exist or is otherwise invalid.

Test script:
---------------
require_once &quot;HTML/Template/IT.php&quot;;
$template = new HTML_Template_IT(&quot;./badpath&quot;);
$template-&gt;loadTemplatefile(&quot;test.tpl&quot;, false, true);
$template-&gt;setCurrentBlock(&quot;TESTBLOCK&quot;);
$template-&gt;setVariable(&quot;TESTPLACEHOLDER&quot;, &quot;test&quot;);
$template-&gt;parseCurrentBlock();
$template-&gt;show();

Expected result:
----------------
An error/message reporting that 'badpath' does not exist.

Actual result:
--------------
Template renders as blank.</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTML_Template_IT Feature/Change Request
Reported by pear-bug@...
2007-01-05T20:04:20+00:00
PHP: 4.4.4 OS: Mac OS X 10.4, probably others Package Version: 1.2.1

Description:
------------
As summary.

'badpath' refers to a path on the system which does not exist or is otherwise invalid.

Test script:
---------------
require_once &quot;HTML/Template/IT.php&quot;;
$template = new HTML_Template_IT(&quot;./badpath&quot;);
$template-&gt;loadTemplatefile(&quot;test.tpl&quot;, false, true);
$template-&gt;setCurrentBlock(&quot;TESTBLOCK&quot;);
$template-&gt;setVariable(&quot;TESTPLACEHOLDER&quot;, &quot;test&quot;);
$template-&gt;parseCurrentBlock();
$template-&gt;show();

Expected result:
----------------
An error/message reporting that 'badpath' does not exist.

Actual result:
--------------
Template renders as blank.</pre>]]></description>
      <dc:date>2007-12-10T10:03:33+00:00</dc:date>
      <dc:creator>pear-bug &amp;#x61;&amp;#116; andywaite &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>HTML_Template_IT Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
