You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
See: https://github.com/firephp/firephp/blob/master/lib/Insight/Server.php#L106
See: https://groups.google.com/d/topic/devcomp/R1BGJ3iUwTU/discussion
The text was updated successfully, but these errors were encountered: