Keep Server Online
If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.
or
A donation makes a contribution towards the costs, the time and effort that's going in this site and building.
Thank You! Steffen
Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
| |
|
Topic: Unable to load PHP4 extensions for Apache 2.0.59 |
|
Author |
|
OpenMac
Joined: 09 Feb 2007 Posts: 2
|
Posted: Fri 09 Feb '07 15:48 Post subject: Unable to load PHP4 extensions for Apache 2.0.59 |
|
|
Hello.
My configuration :
Windows XP SP2
Apache 2.0.59
PHP 4.3.4
PHP is installed there : "D:\PHP\4.3.4\"
The php.ini file is there : "D:\Apache\2.0.59\Apache2\bin"
The httpd.conf :
Code: | "LoadModule php4_module D:/PHP/4.3.4/php4apache2.dll" |
The php.ini contains this line
Code: | "extension_dir = "D:/PHP/4.3.4/extensions/" |
And some extensions activated like "php_domxml.dll"
When I start the Apache server, I get the error :
Code: | "Unable to load dynamic library : "D:\PHP\4.3.4\extensions\php_domxml.dll" |
and in the apache error_log :
Code: | "PHP Warning: Unknown(): Unable to load dynamic library 'D:\\PHP\\4.3.4\\extensions\\php_curl.dll' - Le module sp\xe9cifi\xe9 est introuvable.\r\n in Unknown on line 0" |
I really don't know what's going wrong. Please, thank you for your help or i'll get a nervous breakdown : I search for 2 days now !!! |
|
Back to top |
|
James Blond Moderator

Joined: 19 Jan 2006 Posts: 7402 Location: EU, Germany, Next to Hamburg
|
Posted: Sat 24 Feb '07 23:03 Post subject: |
|
|
PHP 4.3.4 is very old! Please upgrade to the lastest version of PHP 4 or upgrade to PHP 5. |
|
Back to top |
|
OpenMac
Joined: 09 Feb 2007 Posts: 2
|
Posted: Mon 26 Feb '07 10:18 Post subject: |
|
|
We can't because our web application does not like php > 4.3.x. It was written in 2003... It'll be too expensive to debug it now in the aim to upgrade to php 5. But we are thinking about in the future.
I gave up to reinstall php 4.3.x on my computer. Our subcontractor will work for us on that point. I just can't have a local copy
Thank you very much for your answer. |
|
Back to top |
|
James Blond Moderator

Joined: 19 Jan 2006 Posts: 7402 Location: EU, Germany, Next to Hamburg
|
Posted: Mon 26 Feb '07 10:44 Post subject: |
|
|
So there is an option for you. Comment out all extension in php.ini and it should run. If not please post again. |
|
Back to top |
|
|
|
|
|
|