Fwd: Fw: [PHP-DEV] New Installer for PHP 5.2

2006-07-26 Thread John Mertic
Hi there, On 7/26/06, Steph Fox <[EMAIL PROTECTED]> wrote: The php.ini file, on completion, needs to be copied to one with the relevant SAPI name. In the case of Apache 1 only, php-apache.ini needs to be in the toplevel Apache directory. In every other case (php-cli.ini, php-cgi-fcgi.ini php-apa

Re: Fwd: Fw: [PHP-DEV] New Installer for PHP 5.2

2006-07-26 Thread William A. Rowe, Jr.
John Mertic wrote: Hi there, On 7/26/06, Steph Fox <[EMAIL PROTECTED]> wrote: In the case of Apache 1 only, php-apache.ini needs to be in the toplevel Apache directory. In every other case (php-cli.ini, php-cgi-fcgi.ini php-apache2.ini, and php-whatever-2.2-SAPI-is-called.ini) it needs to be

Re: Fwd: Fw: [PHP-DEV] New Installer for PHP 5.2

2006-07-27 Thread John Mertic
Hi there, On 7/26/06, William A. Rowe, Jr. <[EMAIL PROTECTED]> wrote: I've offered this patch before to provide the PHPIniDir for the Apache 1.3 SAPI - no response. Are people interested in my reintroducing it? If it's fairly low risk, why not. It would make this much easier. What does e

Re: Fwd: Fw: [PHP-DEV] New Installer for PHP 5.2

2006-07-27 Thread Steph Fox
Hi William, John Mertic wrote: Hi there, On 7/26/06, Steph Fox <[EMAIL PROTECTED]> wrote: In the case of Apache 1 only, php-apache.ini needs to be in the toplevel Apache directory. In every other case (php-cli.ini, php-cgi-fcgi.ini php-apache2.ini, and php-whatever-2.2-SAPI-is-called.ini) it

Re: Fwd: Fw: [PHP-DEV] New Installer for PHP 5.2

2006-07-27 Thread Edin Kadribasic
Steph Fox wrote: > > It wouldn't make any difference to John, since he'd need to support > older Apache installs for the installer anyway... apart from that, > it's got my vote! > Sure it would. PHPIniDir is apache directive provided by php's sapi/apache2*. Adding it to sapi/apache would make it un

Re: Fwd: Fw: [PHP-DEV] New Installer for PHP 5.2

2006-07-27 Thread Steph Fox
Steph Fox wrote: It wouldn't make any difference to John, since he'd need to support older Apache installs for the installer anyway... apart from that, it's got my vote! Sure it would. PHPIniDir is apache directive provided by php's sapi/apache2*. Adding it to sapi/apache would make it univers

Re: Fwd: Fw: [PHP-DEV] New Installer for PHP 5.2

2006-07-27 Thread William A. Rowe, Jr.
Given that there is significant interest, and no objection, I'll commit this later today. Are any of trunk / 5.2 or 4.4 branches frozen right now? Bill Steph Fox wrote: Steph Fox wrote: It wouldn't make any difference to John, since he'd need to support older Apache installs for the instal

Re: Fwd: Fw: [PHP-DEV] New Installer for PHP 5.2

2006-07-27 Thread Derick Rethans
On Thu, 27 Jul 2006, William A. Rowe, Jr. wrote: > Given that there is significant interest, and no objection, I'll > commit this later today. Are any of trunk / 5.2 or 4.4 branches > frozen right now? You can't add it to the 4.4 branch now, you'll have to wait until after the 4.4.3 release. r