[wp-hackers] What would strip $_POST before 'init' runs?

Gavin Pearce Gavin.Pearce at 3seven9.com
Sun Jun 3 17:11:29 UTC 2012


> Is there any way to turn it off using ini_set() or .htaccess?

php_flag eaccelerator.enable 0
php_flag eaccelerator.optimizer 0
in a .htaccess should turn it off.

Have you tried creating a simple $_POST form outside of WP? Odds are it
would generate the same 403 error outside of WP if eAccelerator / server
config issues? At least you can discount WP then. 

G


More information about the wp-hackers mailing list