[php-src] PR #22297: zend_object_handlers: Replace function-like macros by (inline) functions

From: Date: Sat, 13 Jun 2026 15:15:07 +0000
Subject: [php-src] PR #22297: zend_object_handlers: Replace function-like macros by (inline) functions
Groups: php.git-pulls 
Request: Send a blank email to git-pulls+get-36390@lists.php.net to get a copy of this message
Pull Request: https://github.com/php/php-src/pull/22297
Author: TimWolla

zend_free_trampoline() requires access to the globals and thus cannot easily be made an
inline function without moving it to a different (less-appropriate) header. Since trampolines should
be comparatively rare, having an extra function call here should be okay.


Thread (1 message)

  • TimWolla
« previous php.git-pulls (#36390) next »