<?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_QuickForm_Controller</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/19866" />

     </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/19866">
      <title>HTML_QuickForm_Controller: Bug 19866 [Open] The action Jump translates incorrectly the URL when using PHP-FPM</title>
      <link>http://pear.php.net/bugs/19866</link>
      <content:encoded><![CDATA[<pre>HTML_QuickForm_Controller Bug
Reported by vtamara
2013-03-22T23:41:48+00:00
PHP: Irrelevant OS: OpenBSD with nginx and php-fpm Package Version: 1.0.10

Description:
------------
Using nginx and php-fpm, when the Jump action is fired, it 
changes the URL using the addres or name configured in nginx 
and not to the URL used by the user.

Test script:
---------------
class Salta extends HTML_QuickForm_Action
{
    function perform(&amp;$page, $actionName)
    {
        if (($pdest = $page-&gt;controller-&gt;getPage($actionName)) != null) {
             $pdest-&gt;handle('jump');
        }
    }
}

Expected result:
----------------
When called for example from
http://192.168.190.3/url1.php
After the action is fired it is expected an URL like
http://192.168.190.3/url2.php

Actual result:
--------------
Using Apache it works fine, but using nginx with php-fpm it tries 
to open the URL
http://127.0.0.1/url2.php  
or instead of 127.0.0.1 the address or name configured as 
server_name in the nginx configuration file.</pre>]]></content:encoded>
      <description><![CDATA[<pre>HTML_QuickForm_Controller Bug
Reported by vtamara
2013-03-22T23:41:48+00:00
PHP: Irrelevant OS: OpenBSD with nginx and php-fpm Package Version: 1.0.10

Description:
------------
Using nginx and php-fpm, when the Jump action is fired, it 
changes the URL using the addres or name configured in nginx 
and not to the URL used by the user.

Test script:
---------------
class Salta extends HTML_QuickForm_Action
{
    function perform(&amp;$page, $actionName)
    {
        if (($pdest = $page-&gt;controller-&gt;getPage($actionName)) != null) {
             $pdest-&gt;handle('jump');
        }
    }
}

Expected result:
----------------
When called for example from
http://192.168.190.3/url1.php
After the action is fired it is expected an URL like
http://192.168.190.3/url2.php

Actual result:
--------------
Using Apache it works fine, but using nginx with php-fpm it tries 
to open the URL
http://127.0.0.1/url2.php  
or instead of 127.0.0.1 the address or name configured as 
server_name in the nginx configuration file.</pre>]]></description>
      <dc:date>2013-03-22T23:41:48+00:00</dc:date>
      <dc:creator>vtamara &amp;#x61;&amp;#116; pasosdeJesus &amp;#x64;&amp;#111;&amp;#x74; org</dc:creator>
      <dc:subject>HTML_QuickForm_Controller Bug</dc:subject>
    </item>
</rdf:RDF>
