NYCPHP Meetup

NYPHP.org

[nycphp-talk] Querying the .ini file ...

pswebcode, nyc psaw at pswebcode.com
Thu May 29 10:33:06 EDT 2003


Have you looked at the info.php file for lots of setup details or try...

find / -name php.ini -print
find / -type f -print | grep php.ini

These commands are searching the whole box from the root up. 
You will get permission denied messages on dirs you do not have rights
on.
Execution can take awhile. But you'll dig it up.
Is that what you are asking about?
 


-----Original Message-----
From: Jon Baer [mailto:jonbaer at jonbaer.net] 
Sent: Thursday, May 29, 2003 10:14 AM
To: NYPHP Talk
Subject: [nycphp-talk] Querying the .ini file ...


I keep finding myself attempting something like ...

php -i | grep "^odbc."

Is there another way to find out your config?  Thanks.

- Jon


--- Unsubscribe at http://nyphp.org/list/ ---






More information about the talk mailing list