PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
I have changed the include path in my php.ini file and then in my php script, I put echo get_include_path() and it is not reflecting my changes. I restarted apache... nothing. The only thing I can think of is that I'm changing the wrong php.ini file (one that doesn't go to anything). Could it be something else?
It thinks the include path is .;C:\php5\pear but that's not what the php.ini file says. is this a default set by pear or something?