Forum Moderators: coopster
The biggest problem is that php doesn't seem to install the php.ini files where they're suppose to go. I managed to find where php 4.3.9's ini file goes by using phpinfo(), but when I do the same with php 5.0.2, it just seems to ignore certain directives in the php.ini file that is in the correct location.
I'm trying to get 5.0.2 to use the php.ini include_path value, but despite it being specified in the ini file, and despite restarting apache2 several times, it still is using only "./:" as the include_path. Has anyone else come across this bug with 5.0.2?