Page 1 of 1

How to figure which PHP version is actually used?

Posted: Fri Dec 01, 2006 11:40 am
by zitrone
Hi,

I use CMSMS 1.0.2 Maui, upgraded from 0.13. How can I figure, which php version is actually used?


Do I have to ask my ISP or can I run some simple php script?

In the requirements for installation of Maui 1.0.2 it says 4.3+ . So, does it maybe take automatically the highest possible? Or did it possibly stay with the old version used for 0.13?

Thanks!  :)

Re: How to figure which PHP version is actually used?

Posted: Fri Dec 01, 2006 11:50 am
by cyberman
zitrone wrote: or can I run some simple php script?
Very simple - put phpinfo() inside this script  ;) ...

Re: How to figure which PHP version is actually used?

Posted: Fri Dec 01, 2006 10:33 pm
by Dee
You could even put it in a UDT as described here.
BTW: phpinfo outputs lots of PHP information. phpversion() will give you only the PHP version number.

Re: How to figure which PHP version is actually used?

Posted: Sun Dec 03, 2006 2:21 pm
by zitrone
Hi dee and cyberman,

thank you very much! That was indeed very easy. :)