BashBin #3: Version ermitteln
Problem
PHP-Version ermitteln
Lösung
php -v
Output
[root@cf]# php -v
PHP 5.1.6 (cli) (built: Jul 16 2008 19:53:00)
Copyright (c) 1997-2006 The PHP Group
Hinweis
Geht übrigens auch mit “httpd -v”, “ssh -v” usw.
Problem
PHP-Version ermitteln
Lösung
php -v
Output
[root@cf]# php -v
PHP 5.1.6 (cli) (built: Jul 16 2008 19:53:00)
Copyright (c) 1997-2006 The PHP Group
Hinweis
Geht übrigens auch mit “httpd -v”, “ssh -v” usw.