pwpeterson
Programmer
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
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