Re: [PHP] Re: Stopping objects from auto-serializing
- From: deceze@xxxxxxxxx (David Christopher Zentgraf)
- Date: Wed, 31 Oct 2007 17:37:24 +0900
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...
.
- References:
- Stopping objects from auto-serializing
- From: David Christopher Zentgraf
- Re: Stopping objects from auto-serializing
- From: "hochprior"
- Stopping objects from auto-serializing
- Prev by Date: Re: Stopping objects from auto-serializing
- Next by Date: Re: [PHP] Best way to automatically get mySQL database.
- Previous by thread: Re: Stopping objects from auto-serializing
- Index(es):
Relevant Pages
|