RE: [PHP] Randomly unable to read set variable from class

2012-03-14 Thread Adrian Basalic
: Wednesday, March 14, 2012 1:42 AM To: Adrian Basalic Cc: php-general@lists.php.net Subject: Re: [PHP] Randomly unable to read set variable from class Sorry wasn't able to reproduce it on my test machine. Do you have any external modules loaded such as APC, memcached, xDebug maybe or other

[PHP] Randomly unable to read set variable from class

2012-03-13 Thread Adrian Basalic
I have an issue that occurs randomly on a machine. After a number of reloads of the page i can't read $this-_foo although it is set (var_dump shows it but the script cannot read it). The code works locally and on other machines i tested. Apache restart seems to fix it but only temporary.