Send a blank email to [email protected] to get a copy of this message
Pull Request: https://github.com/php/php-src/pull/20263
Author: Girgias
This is a bit all over the place, as I was trying to see if we could make the func
field of _zend_execute_data constant.
We cannot mainly due to trampolines, closures, and symbol table shenanigans due to
$http_response_header, but might as well merge the added const qualifiers
in line with some of my other PRs.
Happy to split this into multiple PRs if needed.