Hi: Anyone knows where the php.ini file is located,supoussedly it´s under c.\windows but when I make some changes to this file it just doesn´t show up the changes.I´m using ver 4.0.6. Thanks.
check c:/php or c:/apache/php
Also, if you're not running it in CGI mode, you'll need to restart your web server for changes to take effect.
if you are using win95/98/me it might be under c:\windows\system if you are using NT/2000 it might be under c:\WINNT\system32
karla
if you run a script containing
<? echo phpinfo(); ?>
it should tell you.
the entry 'Configuration File (php.ini) Path'
will tell you which version is being used.
hope this helps.
vince