In my new application, i get this error:
Fatal error: Cannot redeclare class Zend_Session in /www/.../libs/Zend/Session.php on line 50
My application tried to redeclare a class ( Zend_Session ), but where was it previously declared?
Surely Zend Class was previously declared by default from php.ini.
I made a simple dump of ini setting include_path:
#var_dump ( get_include_path() );