Re: [PHP] Re: Stopping objects from auto-serializing



On 31 Oct 2007, at 17:23, hochprior wrote:

I got the following in my main .htaccess (and it works just fine...):
php_flag register_globals 0

Well apparently I'm not allowed to override register_globals.

Looking at the problem a little closer, it also doesn't seem like register_globals is the culprit. Browsing through the PHP bug reports a bit brought my attention to --enable-track-vars, which is enabled in my case. It sounds a little more like it has something to do with my problem, but I can't seem to find any documentation on this flag...
.



Relevant Pages