i think the easiest way to see php setting is by running info.php script.
if it's not on your webserver, just create one php file with content like
this :
<? echo phpinfo() ?>;
-toto-
idban secandri writes:
> On Saturday 28 April 2001 01:23, you wrote:
> > It's /usr/local/lib/php.ini
>
>
> NEW: Unix install paths changed
> Please note that the PHP 4.0.5 release will have a new set of installation
> paths for any Unix-like operating systems.
> The default php.in path is now "/usr/local/etc" (previously "/usr/local/lib")
> PEAR will be placed in "/usr/local/share/php/pear" (previously
> "/usr/local/lib/php") shared extensions can be found in"/usr/local/lib/php"
>
> http://www.zend.com/zend/week/week34.php
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]