php.ini under windows

hello
I removed all include_path variables from my php.ini file.
but when I use echo get_include_path(); from within IIS I get still get .;C:\php\pear .

where is this coming from? no php.ini under c:\windows ( I checked).

thanks

That’s because the file is not in the windows folder. If you run phpinfo it will tell you exactly where it is.

per the phpinfo
Configuration File (php.ini) Path C:\Windows
Loaded Configuration File C:\php\PHP.ini
I did a complete search on the system for php.ini, the only location that comes back in the c:\php directory…

I also removed the include_path from the php.ini and phpinfo still has .;C:\php\pear in the include_path :’(

Sponsor our Newsletter | Privacy Policy | Terms of Service