<?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/10955/bug">
    <title>PEAR Bug #10955</title>
    <link>http://pear.php.net/bugs/10955</link>
    <description>[Open] pearweb installation script should remember your alternative DSN</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/bugs/10955"/>
      <rdf:li rdf:resource="http://pear.php.net/bugs/10955/2008-02-01+15%3A46%3A33#2008-02-01+15%3A46%3A33"/>
      <rdf:li rdf:resource="http://pear.php.net/bugs/10955/2008-01-10+16%3A54%3A26#2008-01-10+16%3A54%3A26"/>
     </rdf:Seq>
    </items>
  </channel>
    <item rdf:about="http://pear.php.net/bugs/10955">
      <title>doconnor</title>
      <link>http://pear.php.net/bugs/10955</link>
      <description><![CDATA[<pre>pearweb Feature/Change Request
Reported by doconnor
2007-05-06T11:21:37-00:00
PHP: 5.2.1 OS:  Package Version: 1.15.0

Description:
------------
When you first install pearweb, you (sometimes) go through the fooling about of pointing to an alternative DSN.

After you've done that, you get connection failures when you visit the installation in your browser.

the run-script should:
 1. prompt me for my DSN
 2. if it's different to the default, write it out to file (pear-local-configuration.php) along with any other configuration (PEAR_TMPDIR; for instance; on windows systems)
 3. alter the httpd.conf to include your defaults as well
 php_value auto_prepend_file pear-local-configuration.php</pre>]]></description>
      <content:encoded><![CDATA[<pre>pearweb Feature/Change Request
Reported by doconnor
2007-05-06T11:21:37-00:00
PHP: 5.2.1 OS:  Package Version: 1.15.0

Description:
------------
When you first install pearweb, you (sometimes) go through the fooling about of pointing to an alternative DSN.

After you've done that, you get connection failures when you visit the installation in your browser.

the run-script should:
 1. prompt me for my DSN
 2. if it's different to the default, write it out to file (pear-local-configuration.php) along with any other configuration (PEAR_TMPDIR; for instance; on windows systems)
 3. alter the httpd.conf to include your defaults as well
 php_value auto_prepend_file pear-local-configuration.php</pre>]]></content:encoded>
      <dc:date>2007-05-06T11:21:37-00:00</dc:date>
    </item>
    <item rdf:about="http://pear.php.net/bugs/10955/2008-02-01+15%3A46%3A33#2008-02-01+15%3A46%3A33">
      <title>dufuz [2008-02-01 20:46]</title>
      <link>http://pear.php.net/bugs/10955#1201898793</link>
      <description><![CDATA[<pre>I have a solution but it's not pretty, because these tasks are always defined in package.xml then we have to use the generated value so basically you'd have to run package.php to get an updated task group for the database which is a hop too much I think, at least I haven't found a way for now to automagically change the default values, as in make pearweb.php (the postinstall script) change those values and then you run install / upgrade

I'll keep looking but I'm not too optimistic about it atm.</pre>]]></description>
      <content:encoded><![CDATA[<pre>I have a solution but it's not pretty, because these tasks are always defined in package.xml then we have to use the generated value so basically you'd have to run package.php to get an updated task group for the database which is a hop too much I think, at least I haven't found a way for now to automagically change the default values, as in make pearweb.php (the postinstall script) change those values and then you run install / upgrade

I'll keep looking but I'm not too optimistic about it atm.</pre>]]></content:encoded>
      <dc:date>2008-02-01T20:46:33-00:00</dc:date>
    </item>
    <item rdf:about="http://pear.php.net/bugs/10955/2008-01-10+16%3A54%3A26#2008-01-10+16%3A54%3A26">
      <title>dufuz [2008-01-10 21:54]</title>
      <link>http://pear.php.net/bugs/10955#1200002066</link>
      <description><![CDATA[<pre>actually most of these options if not all can be done via _ENV, i.e. SetEnv in apache, I guess we should set at least the dsn that way if it's a non default one</pre>]]></description>
      <content:encoded><![CDATA[<pre>actually most of these options if not all can be done via _ENV, i.e. SetEnv in apache, I guess we should set at least the dsn that way if it's a non default one</pre>]]></content:encoded>
      <dc:date>2008-01-10T21:54:26-00:00</dc:date>
    </item>
</rdf:RDF>