We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5ee371 commit 0684bc6Copy full SHA for 0684bc6
INTERNALS.md
@@ -64,3 +64,6 @@ and ``zend_execute_internal`` functions. The former is called when the
64
engine executes a userland php function, and the later is called for internal
65
php functions.
66
67
+These are function pointers meant to be changed by extensions. However, when
68
+they are not changed, PHP might emit opcodes that don't use them. So we have
69
+to change them during request init, before any file is compiled.
0 commit comments