Bug#817769: [php-maint] Bug#817769: problem with include_path

2016-03-10 Thread Ivan Sergio Borgonovo
Downgrading fix the problem. Simply reinstalling new versions break stuff again. Before downgrading I have root@caronte:~/pkg# php5 -r 'echo(get_include_path());' .::/usr/share/pear after downgrading root@caronte:~/pkg# php5 -r 'echo(get_include_path());' .:/usr/share/php:/usr/share/pear So the

Bug#817769: [php-maint] Bug#817769: problem with include_path

2016-03-09 Thread Ondřej Surý
It seems that your include_path is wrong, as Horde resides in: /usr/share/php/Horde/Autoloader/Default.php Doesn't seem to be php5 fault as /usr/share/php is missing from your include_path and the default include_path is: include_path = ".:/usr/share/php" Cheers, -- Ondřej Surý