Web Hosting Talk







View Full Version : Php


dutchie
03-19-2002, 02:45 PM
I installed the latest php release 4.1.2-2, but when i run info.php it says 4.0.4

So i uninstalled and installed again, with the same result.
:confused:

Does anyone have any ideas what could be wrong ??

Thanks !

cyrusTvirus
03-20-2002, 04:45 AM
Did you restart httpd or did you stop and then start it ?

If you restarted httpd then it doesn't work....

try something like

/etc/httpd stop
/etc/httpd start

or search the archives for more info.

dutchie
03-20-2002, 10:54 AM
I tried that with no luck.
When i do a search for php i will get 500 threads.

I have a few problems with my raqs at the moment, i wonder if they are in some way related.
Webalizer stopped working, when i manually remove the webalizer.current files, and run webalizer, it will generate a new page, but no new data is generated.
This started after the PHP update, wich obviously doesn't work for me.

Any ideas or suggestions are more then welcome !

jks
03-20-2002, 11:32 AM
Originally posted by dutchie
I installed the latest php release 4.1.2-2, but when i run info.php it says 4.0.4

So i uninstalled and installed again, with the same result.
:confused:

Does anyone have any ideas what could be wrong ??

Thanks !

Did you install from source or from PKG?

I recommend installing from source.

shortfork
03-22-2002, 07:10 AM
Originally posted by dutchie
I installed the latest php release 4.1.2-2, but when i run info.php it says 4.0.4What does it say when you type

php -v

at the command line?

Shortz