<?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=Text_Wiki2</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/20290" />
      <rdf:li rdf:resource="http://pear.php.net/bug/14453" />
      <rdf:li rdf:resource="http://pear.php.net/bug/9812" />
      <rdf:li rdf:resource="http://pear.php.net/bug/8877" />

     </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/20290">
      <title>Text_Wiki2: Feature/Change Request 20290 [Open] Drop various drivers that *can* do a BC break from package</title>
      <link>http://pear.php.net/bugs/20290</link>
      <content:encoded><![CDATA[<pre>Text_Wiki2 Feature/Change Request
Reported by doconnor
2014-06-05T10:23:04+00:00
PHP: 5_4 SVN-2014-06-05 OS:  Package Version: SVN

Description:
------------
Mediawiki, Creole, Tiki, etc all are pre-stable, thus can be 
bumped to PHP5+.

It'd be worth nuking these from Text_Wiki2 and refactoring so 
that the drivers can be used in either package.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Text_Wiki2 Feature/Change Request
Reported by doconnor
2014-06-05T10:23:04+00:00
PHP: 5_4 SVN-2014-06-05 OS:  Package Version: SVN

Description:
------------
Mediawiki, Creole, Tiki, etc all are pre-stable, thus can be 
bumped to PHP5+.

It'd be worth nuking these from Text_Wiki2 and refactoring so 
that the drivers can be used in either package.</pre>]]></description>
      <dc:date>2014-06-05T10:23:04+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>Text_Wiki2 Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/14453">
      <title>Text_Wiki2: Bug 14453 [Verified] Text_Wiki outputs warnings when autoload is enabled</title>
      <link>http://pear.php.net/bugs/14453</link>
      <content:encoded><![CDATA[<pre>Text_Wiki2 Bug
Reported by sagi
2008-08-04T12:26:37+00:00
PHP: 5.2.2 OS:  Package Version: 

Description:
------------
Text_Wiki uses class_exists to check whether it needs to include a class file.

However, such usage makes PHP dispatch an autoload call for the class, which may generate a warning if the autoload is not looking inside the PEAR path.

This can be fixed by passing 'false' as a second parameter for class_exists, which will prevent the autoload call, eg. class_exists($class, false).</pre>]]></content:encoded>
      <description><![CDATA[<pre>Text_Wiki2 Bug
Reported by sagi
2008-08-04T12:26:37+00:00
PHP: 5.2.2 OS:  Package Version: 

Description:
------------
Text_Wiki uses class_exists to check whether it needs to include a class file.

However, such usage makes PHP dispatch an autoload call for the class, which may generate a warning if the autoload is not looking inside the PEAR path.

This can be fixed by passing 'false' as a second parameter for class_exists, which will prevent the autoload call, eg. class_exists($class, false).</pre>]]></description>
      <dc:date>2011-03-20T03:26:16+00:00</dc:date>
      <dc:creator>php &amp;#x61;&amp;#116; sagi &amp;#x64;&amp;#111;&amp;#x74; org</dc:creator>
      <dc:subject>Text_Wiki2 Bug</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/9812">
      <title>Text_Wiki2: Feature/Change Request 9812 [Open] XHTML automatic numbering of headers</title>
      <link>http://pear.php.net/bugs/9812</link>
      <content:encoded><![CDATA[<pre>Text_Wiki2 Feature/Change Request
Reported by julien@...
2007-01-12T13:48:12+00:00
PHP: Irrelevant OS:  Package Version: 

Description:
------------
It would be nice a nice feature to include automatic numbering of headers in the TOC and Headings of the Xhtml renderer.
 Eg.

 1. General
 1.1 Scope
 1.1.1 Extent
 1.1.2 Structure
 1.2 Normative References
 1.3 Definitions

Patches are available at http://julien.grecom.nl/pear/.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Text_Wiki2 Feature/Change Request
Reported by julien@...
2007-01-12T13:48:12+00:00
PHP: Irrelevant OS:  Package Version: 

Description:
------------
It would be nice a nice feature to include automatic numbering of headers in the TOC and Headings of the Xhtml renderer.
 Eg.

 1. General
 1.1 Scope
 1.1.1 Extent
 1.1.2 Structure
 1.2 Normative References
 1.3 Definitions

Patches are available at http://julien.grecom.nl/pear/.</pre>]]></description>
      <dc:date>2011-03-27T19:39:22+00:00</dc:date>
      <dc:creator>julien &amp;#x61;&amp;#116; grecom &amp;#x64;&amp;#111;&amp;#x74; nl</dc:creator>
      <dc:subject>Text_Wiki2 Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/8877">
      <title>Text_Wiki2: Feature/Change Request 8877 [Open] Security issue: Preventing session hijacking</title>
      <link>http://pear.php.net/bugs/8877</link>
      <content:encoded><![CDATA[<pre>Text_Wiki2 Feature/Change Request
Reported by lyric680-web@...
2006-10-06T14:29:15+00:00
PHP: 5.0.5 OS: Linux Package Version: 

Description:
------------
When Text_Wiki is integrated in a site that allows a session id to be transmitted through urls the session id would also be sent to external sites through the referer by the users browser.

This can be prevented by using a local or external derefer (http://en.wikipedia.org/wiki/Dereferer).

For this all external urls like 'http://www.google.com' have to be translated to something like 'http://derefer.php?url=http://www.google.com'.

AFAIK Text_Wiki does not support such a translation yet.</pre>]]></content:encoded>
      <description><![CDATA[<pre>Text_Wiki2 Feature/Change Request
Reported by lyric680-web@...
2006-10-06T14:29:15+00:00
PHP: 5.0.5 OS: Linux Package Version: 

Description:
------------
When Text_Wiki is integrated in a site that allows a session id to be transmitted through urls the session id would also be sent to external sites through the referer by the users browser.

This can be prevented by using a local or external derefer (http://en.wikipedia.org/wiki/Dereferer).

For this all external urls like 'http://www.google.com' have to be translated to something like 'http://derefer.php?url=http://www.google.com'.

AFAIK Text_Wiki does not support such a translation yet.</pre>]]></description>
      <dc:date>2011-03-27T19:37:38+00:00</dc:date>
      <dc:creator>lyric680-web &amp;#x61;&amp;#116; yahoo &amp;#x64;&amp;#111;&amp;#x74; de</dc:creator>
      <dc:subject>Text_Wiki2 Feature/Change Request</dc:subject>
    </item>
</rdf:RDF>
