View Single Post
  #1 (permalink)  
Old 04-28-2008, 04:58 PM
sp1r1t sp1r1t is offline
Junior Member
 
Join Date: Apr 2008
Posts: 2
Default Zend_Registry problem

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!
Reply With Quote