[php-src] PR #20263: Zend: add const qualifiers for _zend_execute_data.func related uses

From: Date: Wed, 22 Oct 2025 22:24:45 +0000
Subject: [php-src] PR #20263: Zend: add const qualifiers for _zend_execute_data.func related uses
Groups: php.git-pulls 
Request: 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.


Thread (1 message)

  • Girgias
« previous php.git-pulls (#33769) next »