new-webmaser
11-20-2001, 08:39 PM
hello,
i'm testing now a redhat server ...
how i know:
1. perl version
2. MySQL version
3. PHP version
4. C++
please help urgently ...
Lawrence
11-20-2001, 09:04 PM
On the command line, it's normally just a -v after the executable of the program, so:
perl -v
mysql -v
g++ -v (not sure about this one, I assume you mean the C++ compiler version? Try gcc -v as well, for C)
php -v (guessing)
new-webmaser
11-20-2001, 09:07 PM
thank you very very much .. and how i know if zend optmizer is installed
(SH)Saeed
11-20-2001, 10:02 PM
To check the MySQL version information, it is mysql -V (with capital V, -v is verbose)