0
Does anyone know how to check the php version without using the return method? I looked at php.ini and there isn’t much useful there either. The closest I got was the version of php.exe and php-cgi.exe which is 5.2.7.7.
I can rely on executable information or this is not the real version that is installed?
Publication IIS(6 )... Is there any way to know? Googlei but I didn’t find anything useful...
php -v
in the terminal– Beterraba