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: Apache 2.2.x php |
|
Author |
|
cpanon
Joined: 03 Oct 2012 Posts: 1
|
Posted: Wed 03 Oct '12 23:19 Post subject: Apache 2.2.x php |
|
|
Hello
I have researched this for the better part of a day and still unable to get a working configuration. Please excuse if this is obvious but I believe the specifics have not been addressed.
I am getting an apache halt on loading php5ts.dll
Specifically
Apache 2.2.17 (binary httpd-2.2.17-win32-x86-openssl-0.9.8o.msi)
phpMyAdmin2.9.2 Yes, I know it is very old but it worked and I just want to get back to working before upgrade
php5.2.17 or 5.3.5 Yes, both VC6 and it was under 5.3.5 that it last worked perfectly
mySQL 5.0.67 worked perfectly, now trying 5.0.95
When I install either php w/o extensions Apache loads fine, but useless for access through phpMyAdmin
When I install with default selection of all extensions, Apache fails to load with php5ts.dll and all the version numbers are correct and matched.
When I try to manually load both php_mysql.dll and php_mysqli.dll, again the php5ts.dll error.
I am stuck. |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Thu 04 Oct '12 14:54 Post subject: |
|
|
In your php.ini set display_startup_errors to 1
Try to start apache with that modules and you will have a better description what is wrong.
Did you edit the extension_dir in your php.ini to a full path? |
|
Back to top |
|
|
|
|
|
|