Re: [PHP] Re: Strange PHP5 message

2005-03-17 Thread aka MacGuru
Hi, Jason, Thanks a lot for suggestion. Does it mean that I have tried to serialize some object (like adodb db object)? How I can eliminate this? I really cannot find where this object or whatever else is going to be serailized. The problematic line of code just serialized an array. On Mar

Re: [PHP] Re: Strange PHP5 message

2005-03-17 Thread Jason Barnett
Andrei Verovski wrote: Hi, Jason, Thanks a lot for suggestion. Does it mean that I have tried to serialize some object (like adodb db object)? How I can eliminate this? I really cannot find where this object or whatever else is going to be serailized. The problematic line of code just

[PHP] Re: Strange PHP5 message

2005-03-16 Thread Jason Barnett
Andrei Verovski wrote: ... Notice: serialize() [function.serialize]: __sleep should return an array only containing the names of instance-variables to serialize. in ANVphpApp.php on line 840 Anyone knows what is the problem? Exactly what the notice says ;) basically __sleep is used so that