Posted by Jean Pierre Daviau on 02/20/07 00:34
"Jean Pierre Daviau" <Once@WasEno.ugh> a ιcrit dans le message de
news: 5nqCh.43319$n14.552889@weber.videotron.net...
>
>
>
> "Colin McKinnon"
> <colin.thisisnotmysurname@ntlworld.deletemeunlessURaBot.com> a
> ιcrit dans le message de news:
> J%nCh.23795$Da4.17325@newsfe6-gui.ntli.net...
>> 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.
>
>
> I tried, it does not appear in the info ... ????
>
> I think I have renamed the php5 folder to php when
> installing.... because all my httpdocs etc refered to that
> folder.
>
php -a -c c:/windows
Interactive mode enabled
<?
echo get_include_path();
..;C:/PHP/pear;H:/classes;C:/PHP/includes
then in a new console
php -a
Interactive mode enabled
<?
echo get_include_path();
..;C:/PHP/pear;H:/classes;C:/PHP/includes
I will see tomorrow if it came back to normal
Navigation:
[Reply to this message]
|