Re: [PHP] Reading class variable value always returns NULL

2012-08-15 Thread Reto Kaiser
our webserver received. When we're > just simulating random load on the web server it doesn't happen. So it > must have something to do with certain requests, and they must have > some strange byeffect on php, or mod_php or something related. > > Any input welcome! >

Re: [PHP] Reading class variable value always returns NULL

2012-08-14 Thread Reto Kaiser
ted. Any input welcome! Thanks, Reto On Tue, Aug 14, 2012 at 11:11 PM, Jim Lucas wrote: > On 08/12/2012 05:32 AM, Reto Kaiser wrote: >> >> Hi, >> >> So I have this strange situation where I assign a classvariable a >> value, but when I read the value it is NUL

Re: [PHP] Reading class variable value always returns NULL

2012-08-14 Thread Reto Kaiser
Hi, We have since deployed another webserver machine and observe the exact same behavior there. So it is not a hardware problem. We have also disabled various php modules, but this didn't help either. Any debug suggestions are welcome! :) Reto On Tue, Aug 14, 2012 at 10:40 AM, Reto K

Re: [PHP] Reading class variable value always returns NULL

2012-08-14 Thread Reto Kaiser
problem... Thanks, Reto On Mon, Aug 13, 2012 at 5:09 PM, Robert Cummings wrote: > On 12-08-12 08:32 AM, Reto Kaiser wrote: >> >> Hi, >> >> So I have this strange situation where I assign a classvariable a >> value, but when I read the value it is NULL. >>

[PHP] Reading class variable value always returns NULL

2012-08-12 Thread Reto Kaiser
Hi, So I have this strange situation where I assign a classvariable a value, but when I read the value it is NULL. The class has one variable declared: = class A { private $_cookies; } = In a method of this class I assign this classvariable plus an undeclared classvariabl