hello everybody. I have very strange problem and i'm sick with it:
On my hosting I can't get values from Zend_Registry.
Zend_Registry::set('a', 'b'); - ok
Zend_Registry::get('a') - exeption
Here is
php.ini
I thought that problem is with Suhosin, but I have installed it locally and had no problems.
Any thoughts? Thank you very much!