--- Imre Neuwirth <[EMAIL PROTECTED]> wrote: > I have both Apache 2.2.8 with PHP 5.2.6 installed in their respective > C:\Program Files\ folders. When I look at the phpinfo() configuration of the > PHP core, the "include_path" points to ".;C:\php5\pear". I checked both the > httpd.conf and php.ini and this parameter does not exist in either file and > \PEAR is a sub folder of "C:\Program Files\PHP". Can anyone tell me where is > this parameter specified so that I can correct it?
There may be multiple values in phpinfo() output which are not explicitly set in a php.ini file. If not set, the default values are given. If they are set in the php.ini file in use, that value should "win." James
