as title,
Iam thinking of upgrade it, but as least I need to know its version.
thanks,
How to know the version of PHP that was installed with Linux
Moderator: General Moderators
Code: Select all
<?php
phpinfo();
?>Or
It's one of the predefined constants:
http://www.php.net/manual/en/reserved.c ... s.core.php
Code: Select all
<?php
echo PHP_VERSION;
?>http://www.php.net/manual/en/reserved.c ... s.core.php