Home »
Imported messages »
comp.lang.php »
Configuring PHP with Apache 2 under Windows Vista
Re: Configuring PHP with Apache 2 under Windows Vista [message #170840 is a reply to message #170837] |
Wed, 01 December 2010 11:39 |
alvaro.NOSPAMTHANX
Messages: 277 Registered: September 2010
Karma:
|
Senior Member |
|
|
El 01/12/2010 11:54, Sam Benson escribió/wrote:
> This is driving me insane.
>
> Simply trying to get PHP 5.3.3 working with Apache 2.2.17. This is
> purely an internal test/dev thing so I can evaluate a CMS for a local
> community organisation who might benefit from a better managed and
> organised website.
>
> Having downloaded now 5 different PHP versions being:
> 5.2.14 (Thread safe and non thread safe MSI)
> 5.3.3 (Non Thread safe MSI and ZIP) from windows.php.net
> 5.3.4RC1 (ZIP - an accident)
>
> All the stuff I'm finding online talks about using php5apache2_2.dll yet
> I cannot find this file in the ZIP file or in the MSI file. I can find a
> php5apache.dll yet this does not work. (The CHM help file that comes
> with php talks about php5apache2_2.dll yet where is it)
>
> This should be simpler.
If you use the MSI installer you don't have to copy files around; that's
the whole point of using a wizard.
It's not clear what your exact problem is but here's my advice:
- You need the thread-safe version
- You need the VB6 version if you are using Apache binaries from apache.org
- If the wizard in the MSI installer ends with an error, open an
elevated command prompt and run it from there:
msiexec /i /path/to/php-5.3.3-Win32-VC6-x86.msi
--
-- http://alvaro.es - Álvaro G. Vicario - Burgos, Spain
-- Mi sitio sobre programación web: http://borrame.com
-- Mi web de humor satinado: http://www.demogracia.com
--
|
|
|
Goto Forum:
Current Time: Thu Nov 28 19:38:16 GMT 2024
Total time taken to generate the page: 0.03939 seconds