If you are a Linux command line lover you can run this and see what version of PHP you are running:
php -i
or you can alternatively run this to get strictly the version number Continue reading “How to check what PHP version I am running”
How To Check Version of any software
If you are a Linux command line lover you can run this and see what version of PHP you are running:
php -i
or you can alternatively run this to get strictly the version number Continue reading “How to check what PHP version I am running”
To check your Ubuntu system version using the command line you will have to open the terminal (you can use this shortcut: Ctrl+Alt+T) and enter the command lsb_release -a
Continue reading “How to check Ubuntu version and 32/64 bit OS”