<?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_Form</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/11748" />
      <rdf:li rdf:resource="http://pear.php.net/bug/11747" />

     </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/11748">
      <title>HTML_Form: Feature/Change Request 11748 [Open] $_SESSION support request for setDefaultFromInput</title>
      <link>http://pear.php.net/bugs/11748</link>
      <content:encoded><![CDATA[<pre>HTML_Form Feature/Change Request
Reported by phpknight
2007-08-03T00:07:52+00:00
PHP: 5.2.3 OS: Linux Package Version: 1.3.0

Description:
------------
It would be nice if HTML_FORM would also support $_SESSION default values for form elements in addition to $_GET and $_POST.

There was a box for feature/change request.  Please let me know, though, if this form is not the correct place to request something of this sort.</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTML_Form Feature/Change Request
Reported by phpknight
2007-08-03T00:07:52+00:00
PHP: 5.2.3 OS: Linux Package Version: 1.3.0

Description:
------------
It would be nice if HTML_FORM would also support $_SESSION default values for form elements in addition to $_GET and $_POST.

There was a box for feature/change request.  Please let me know, though, if this form is not the correct place to request something of this sort.</pre>]]></description>
      <dc:date>2007-08-03T00:07:52+00:00</dc:date>
      <dc:creator>jim_c773 &amp;#x61;&amp;#116; yahoo &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>HTML_Form Feature/Change Request</dc:subject>
    </item>
    <item rdf:about="http://pear.php.net/bug/11747">
      <title>HTML_Form: Bug 11747 [Open] returnStart() and returnEnd()</title>
      <link>http://pear.php.net/bugs/11747</link>
      <content:encoded><![CDATA[<pre>HTML_Form Bug
Reported by phpknight
2007-08-02T23:59:09+00:00
PHP: 5.2.3 OS: Linux Package Version: 1.3.0

Description:
------------
According to Foundations of PEAR and what I can understand from the HTML_FORM.php file, returnStart() and returnEnd() should return opening and closing table tags respectively, but they don't.  They only return FORM tags.  

I realized something was off when my table (created by return values) kept showing up in a straight line.

I do not know how to fix it inside the class, etc., so I do not have a patch.

Test script:
---------------
$registrationForm = new HTML_Form (&quot;pearbug1.php&quot;);

$rfStart=$registrationForm-&gt;returnStart();
$rfStart=htmlentities($rfStart);
print &quot;returnStart() return value is: $rfStart.&lt;P&gt; Where is the opening table tag that the docs specify?&lt;HR&gt;&quot;;


$rfEnd=$registrationForm-&gt;returnEnd();
$rfEnd=htmlentities($rfEnd);
print &quot;returnEnd() return value is: $rfEnd.  &lt;P&gt;Where is the closing table tag? &lt;P&gt; I think these are bugs!&quot;;


Expected result:
----------------
To get return values with table tags.

Actual result:
--------------
I get return values with only form tags.</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTML_Form Bug
Reported by phpknight
2007-08-02T23:59:09+00:00
PHP: 5.2.3 OS: Linux Package Version: 1.3.0

Description:
------------
According to Foundations of PEAR and what I can understand from the HTML_FORM.php file, returnStart() and returnEnd() should return opening and closing table tags respectively, but they don't.  They only return FORM tags.  

I realized something was off when my table (created by return values) kept showing up in a straight line.

I do not know how to fix it inside the class, etc., so I do not have a patch.

Test script:
---------------
$registrationForm = new HTML_Form (&quot;pearbug1.php&quot;);

$rfStart=$registrationForm-&gt;returnStart();
$rfStart=htmlentities($rfStart);
print &quot;returnStart() return value is: $rfStart.&lt;P&gt; Where is the opening table tag that the docs specify?&lt;HR&gt;&quot;;


$rfEnd=$registrationForm-&gt;returnEnd();
$rfEnd=htmlentities($rfEnd);
print &quot;returnEnd() return value is: $rfEnd.  &lt;P&gt;Where is the closing table tag? &lt;P&gt; I think these are bugs!&quot;;


Expected result:
----------------
To get return values with table tags.

Actual result:
--------------
I get return values with only form tags.</pre>]]></description>
      <dc:date>2007-08-02T23:59:09+00:00</dc:date>
      <dc:creator>jim_c773 &amp;#x61;&amp;#116; yahoo &amp;#x64;&amp;#111;&amp;#x74; com</dc:creator>
      <dc:subject>HTML_Form Bug</dc:subject>
    </item>
</rdf:RDF>
