PHP 5.3.5 VC6x86 TS installer problem

Hi

Has anyone had the following problem using the installer to install PHP
as an apache module?

When installing, the http.conf is modified, but it leaves the path blank:
BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir ""
LoadModule php5_module "php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL

instead of

BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
PHPIniDir "C:/Program Files/PHP/"
LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
#END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL

Is this just my problem or is the installer buggy?

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Lars Mueller [ Do, 06 Januar 2011 22:37 ] [ ID #2052655 ]

Re: PHP 5.3.5 VC6x86 TS installer problem

hi,

Can you open a bug at bugs.php.net please?

Thanks,

On Thu, Jan 6, 2011 at 10:37 PM, Lars Mueller <cobinja [at] yahoo.de> wrote:
> Hi
>
> Has anyone had the following problem using the installer to install PHP as
> an apache module?
>
> When installing, the http.conf is modified, but it leaves the path blank:
> BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
> PHPIniDir ""
> LoadModule php5_module "php5apache2_2.dll"
> #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
>
> instead of
>
> BEGIN PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
> PHPIniDir "C:/Program Files/PHP/"
> LoadModule php5_module "C:/Program Files/PHP/php5apache2_2.dll"
> #END PHP INSTALLER EDITS - REMOVE ONLY ON UNINSTALL
>
> Is this just my problem or is the installer buggy?
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>



--
Pierre

[at] pierrejoye | http://blog.thepimp.net | http://www.libgd.org

--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Pierre Joye [ Fr, 07 Januar 2011 09:46 ] [ ID #2052719 ]
PHP » gmane.comp.php.windows » PHP 5.3.5 VC6x86 TS installer problem

Vorheriges Thema: A weird, difficult session fatal error.
Nächstes Thema: Re: Fwd: Re: Need help getting syntax correct on 2 related problems.