Configuring PHP 5.2.5 x64 on Apache x64

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
miaw
Forum Newbie
Posts: 1
Joined: Tue Apr 20, 2010 4:29 am

Configuring PHP 5.2.5 x64 on Apache x64

Post by miaw »

Hi
I have installed on Windows server 2008 x64 Apache2.2 x64 with PHP 5.2.5 x64. I was following guide from http://www.elxis.org/guides/developers- ... ndows.html.

I have noticed that I'm missing php_phpdoc.dll and php_http.dll extensions which are part of PECL package. I have downloaded the package in version 5.2.5 extracted it and copied the libraries to my ...\php\ext folder. I uncommented out the extensions in php.ini, restarted apache but still getting error:Unable to load library '.....php_phpdoc.dll' - %1 is not valid Win 32 application. Same error with php_http.dll.

I'm new to php so apologies in advance

Thank you
Post Reply