On Sun, 5 Apr 2009, Frank He wrote:

> php -i will give a huge display in my putty, and I can not find out where is
> PDO, there should be a command find or something, by which I can find more
> specifically for the PDO, can anyone tell me how to do to that?

Learning some Unix comes in handy here.

Maybe piping php -i into more or grep will help:

php -i | more

Or grep for pdo:

php -i | grep PDO
php -i | grep pdo




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to