Posted by Colin McKinnon on 02/19/07 20:45
Jean Pierre Daviau wrote:
>
> C:\Documents and Settings\Jean Pierre\Bureau>php -a
> Interactive mode enabled
>
> <?
> echo(get_include_path());
>
> .;C:\PHP\pear;H:/classes;C:/PHP/includes^C
>
> Ctrl + C
> ========== imp.php =========================
> <?php
> echo(get_include_path());
> ?>
> =============
> C:\Documents and Settings\Jean Pierre\Bureau>php -check-f imp.php
> .;C:\php5\pear
>
Check phpinfo() to see which ini file they are loading.
C.
Navigation:
[Reply to this message]
|