Hi,
Is there any way to check that pear already install using ssh command ?
Thanks.
Hi,
Is there any way to check that pear already install using ssh command ?
Thanks.
It's me ...... It's me ......
Login to the server via SSH and just write:
pear
if it is installed then it will show its available commands.
Sorry for mistype.
What i mean is how to check pear::db module already install ?
For pear, using pear -V will give me information about version of pear,php and zend.
Thanks
It's me ...... It's me ......
Just use "pear list" to see all the installed modules...
Mike