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.0.x & php 4 - Stops processing php when php.ini |
|
Author |
|
digitalrat
Joined: 11 Dec 2006 Posts: 2
|
Posted: Mon 11 Dec '06 0:30 Post subject: Apache 2.0.x & php 4 - Stops processing php when php.ini |
|
|
Hi,
I've been having a time trying to get the latest apache 2.0.x with PHP 4.4.x
I've installed apache via the msi and manually installed php in c:\php
I added the httpd.conf entries
Now. If I remove/rename the php.ini in c:\php to something other than php.ini .. and I make a file index.php with " <? phpinfo(); ?> "
it will show me the phpinfo ... but when I rename the php.ini back and restart apache 2 - php will no longer parse or execute php tags.
Any hints would be great.
thanks
DR |
|
Back to top |
|
James Blond Moderator
Joined: 19 Jan 2006 Posts: 7371 Location: Germany, Next to Hamburg
|
Posted: Mon 11 Dec '06 11:47 Post subject: |
|
|
in php.ini check
short_open_tag = On |
|
Back to top |
|
digitalrat
Joined: 11 Dec 2006 Posts: 2
|
Posted: Sat 16 Dec '06 20:10 Post subject: |
|
|
PERFECT! That did it!!!
Im more of a Linux/Apache/Php/Mysql user than that under windows - but I need it under windows for a project!
Thank you so very much.
Cheers
DR |
|
Back to top |
|
|
|
|
|
|