Re: [PHP] Stopping objects from auto-serializing



On 31 Oct 2007, at 13:50, Larry Garfield wrote:

Try:

php_value register_globals Off

Same Apache misconfiguration error. Even though the host actually requires me to enable PHP processing via an "AddHandler" .htaccess directive, php_flag/value directives are throwing an error. Weird.

...but turning register globals off anyway is a good thing.

Indeed.
.