Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

log debug message if $_POST not populated #11

Open
cadorn opened this issue Jan 2, 2013 · 1 comment
Open

log debug message if $_POST not populated #11

cadorn opened this issue Jan 2, 2013 · 1 comment

Comments

@cadorn
Copy link
Member

cadorn commented Jan 2, 2013

See: https://github.com/firephp/firephp/blob/master/lib/Insight/Server.php#L106

See: https://groups.google.com/d/topic/devcomp/R1BGJ3iUwTU/discussion

@cadorn
Copy link
Member Author

cadorn commented Jan 3, 2013

PHP has some config options to populate the $_POST variable. See: track_vars at http://php.net/manual/en/ini.core.php which must be on. Maybe this is turned off on your zend server install. Also see variables_order config option which should contain P and enable_post_data_reading must be on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant