You should be able to see if the ini file is actually being loaded in
the phpinfo() by looking up at the top of the phpinfo(). It would say
something like these:
* Configuration File (php.ini) Path
* Loaded Configuration File
* (and sometimes) Scan this dir for addition
It sounds as if your ini file is not in the proper place, and ultimately
is not being used, thus- you are getting the default values that come
with the provided php.exe.
-ralph
Krazymins wrote:
Hello jarret,
I have exactly the same problem and really don't understand what happens.
I have modified my .ini files but phpInfo() still shows :
include_path=".;C:/php5/pear"
...
and nowhere in any file i had this string lol...
So, finally did you succeed to your issue ?
Thanks :)
Krazymins