Page 1 of 1

Can't change include path in php.ini

PostPosted: 25. February 2009 16:26
by jands
I have the same problem as the guy in this post. Except I'm actually using WAMP not XAMPP. Unfortunately, he gave up, so no solution was found.

This all came up when installing the Zend Framework. I changed my include path to include the Zend libraries, but gave me an error saying my include path is ".; c:\php5\pear". Which is not true. "pear" does not reside anywhere in my php.ini file. I ran phpinfo() and I am editing the correct file. Infact, I have been able to change other things and it reflect in phpinfo(), but no matter what I change the include_path to, it NEVER changes in phpinfo(). It always says ".;C:\php5\pear"

Any suggestions?

Running XP, BTW.

Re: Can't change include path in php.ini

PostPosted: 25. February 2009 16:56
by jands
Ok, I'm an idiot. I just noticed I forgot to remove the semicolon at the beginning of the line. I've spent 4 days looking over this stuff and 20 minutes after I post on a forum, I figure it out myself. Go figure. :roll: