FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » Imported messages » comp.lang.php » Configuring PHP with Apache 2 under Windows Vista
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Configuring PHP with Apache 2 under Windows Vista [message #170837] Wed, 01 December 2010 10:54 Go to next message
Sam Benson is currently offline  Sam Benson
Messages: 2
Registered: December 2010
Karma: 0
Junior Member
Hello

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.

Cheers

Sam
Re: Configuring PHP with Apache 2 under Windows Vista [message #170838 is a reply to message #170837] Wed, 01 December 2010 11:02 Go to previous messageGo to next message
Jerry Stuckle is currently offline  Jerry Stuckle
Messages: 2598
Registered: September 2010
Karma: 0
Senior Member
On 12/1/2010 5:54 AM, Sam Benson wrote:
> Hello
>
> 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.
>
> Cheers
>
> Sam
>
>
>
>

Check again, Sam. The file came with my PHP 5.2.14 zip file
(php-5.2.14-win32.zip). It should be in the .msi file, also.

It's in the (path)/php directory.

--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex(at)attglobal(dot)net
==================
Re: Configuring PHP with Apache 2 under Windows Vista [message #170839 is a reply to message #170838] Wed, 01 December 2010 11:16 Go to previous messageGo to next message
Sam Benson is currently offline  Sam Benson
Messages: 2
Registered: December 2010
Karma: 0
Junior Member
Having now downloaded 5.2.14-Win32.zip yes I can see php5apache2_2.dll
but it certainly does not appear in any of the other zip or msi files I
have been looking at.

Shall try 5.2.14 and see if I can get this sucker to work.

Cheers


On 1/12/2010 9:02 PM, Jerry Stuckle wrote:
> On 12/1/2010 5:54 AM, Sam Benson wrote:
>> Hello
>>
>> 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.
>>
>> Cheers
>>
>> Sam
>>
>>
>>
>>
>
> Check again, Sam. The file came with my PHP 5.2.14 zip file
> (php-5.2.14-win32.zip). It should be in the .msi file, also.
>
> It's in the (path)/php directory.
>
Re: Configuring PHP with Apache 2 under Windows Vista [message #170840 is a reply to message #170837] Wed, 01 December 2010 11:39 Go to previous message
alvaro.NOSPAMTHANX is currently offline  alvaro.NOSPAMTHANX
Messages: 277
Registered: September 2010
Karma: 0
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
--
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: URL-String-concatenation within Curl-Multi: a Loop-array: [can i do like so]
Next Topic: Public-Key Server-to-Server SOAP RPC over HTTP
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Nov 24 23:42:17 GMT 2024

Total time taken to generate the page: 0.02282 seconds