Currently PHP services use `$Hook['params']` scope for merged get and post variables. It would be somewhat less surprising for PHP users if we also populated PHP's `$_GET` and `$_POST` scopes with incoming service parameters.
Currently PHP services use
$Hook['params']scope for merged get and post variables.It would be somewhat less surprising for PHP users if we also populated PHP's
$_GETand$_POSTscopes with incoming service parameters.