logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

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.
Post new topic   Forum Index -> Other Software View previous topic :: View next topic
Reply to topic   Topic: Apache 2.0.x & php 4 - Stops processing php when php.ini
Author
digitalrat



Joined: 11 Dec 2006
Posts: 2

PostPosted: Mon 11 Dec '06 0:30    Post subject: Apache 2.0.x & php 4 - Stops processing php when php.ini Reply with quote

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: 7298
Location: Germany, Next to Hamburg

PostPosted: Mon 11 Dec '06 11:47    Post subject: Reply with quote

in php.ini check

short_open_tag = On
Back to top
digitalrat



Joined: 11 Dec 2006
Posts: 2

PostPosted: Sat 16 Dec '06 20:10    Post subject: Reply with quote

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


Reply to topic   Topic: Apache 2.0.x & php 4 - Stops processing php when php.ini View previous topic :: View next topic
Post new topic   Forum Index -> Other Software