ext-php-rs
ext-php-rs copied to clipboard
fix(globals): correctly fetch `$_REQUEST` super global
Fixes the http_request_vars(&self) method as suggested in https://github.com/php/php-src/issues/16541#issuecomment-2427599561.
Refs: #331