Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PHP Build Date is wrong

Status
Not open for further replies.

pwpeterson

Programmer
Joined
Apr 9, 2003
Messages
8
Location
US
I am a new user to PHP. I installed Apache 2.0.45 and PHP 4.3.2rc1 last night on my RH8.0 server and tested it out by running a template containing phpinfo(). It worked as expected and returned a response reflecting the correct build date and configuration options.

This morning I re-configured PHP with additional options and ran './configure', 'make' and 'make install'. When I ran the phpinfo() script again it still shows the build date and configuration options from the day before.

I rm'd everything relating to php from the system to make sure none of the old files were around and then rebuilt PHP again. Again, I am still getting the same build date and list of configured options from the day before.

What gives? What am I doing wrong?

pwpeterson
 
Yes, I've restarted it several times as well as restarting linux
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top