Bug#674476: php5: cannot set inlcude_path variable in php.ini or .htaccess files

2012-05-24 Thread Mat Cantin
It seems that this bug was reported to the PHP project a few of years ago, but there was no resolution. https://bugs.php.net/bug.php?id=41966 -- Mat -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian

Bug#674476: php5: cannot set inlcude_path variable in php.ini or .htaccess files

2012-05-24 Thread Mat Cantin
Package: php5 Version: 5.3.3-7+squeeze9 Severity: normal Setting the include_path variable in the php.ini file does not change the default path. So far the only method I have found to change the path is to add the following to the php code: set_include_path('/custom/path') This is not ideal, e