On Monday 23 December 2002 17:30, John Nichel wrote:
> How did you install php?  RPM, from source?  Check in /etc, or do a...
>
> find / -name php.ini

Or run a script

<?php
  phpinfo();
?>

and look what "Configuration File (php.ini) Path" tells you. On the output ob 
this comamnd you can see the settin of register_globals, too.

johannes

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to