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 d2680ad commit 083bf39Copy full SHA for 083bf39
agent/php_minit.c
@@ -722,11 +722,7 @@ PHP_MINIT_FUNCTION(newrelic) {
722
nrl_debug(NRL_INIT, "MINIT processing done");
723
#if ZEND_MODULE_API_NO >= ZEND_8_0_X_API_NO /* PHP 8.0+ */
724
NR_PHP_PROCESS_GLOBALS(zend_offset) = zend_get_resource_handle(dummy);
725
-#if ZEND_MODULE_API_NO >= ZEND_8_4_X_API_NO /* PHP 8.4+ */
726
- NR_PHP_PROCESS_GLOBALS(op_array_extension_handle) = zend_get_internal_function_extension_handle("newrelic");
727
-#else
728
NR_PHP_PROCESS_GLOBALS(op_array_extension_handle) = zend_get_op_array_extension_handle("newrelic");
729
-#endif
730
#else
731
NR_PHP_PROCESS_GLOBALS(zend_offset) = zend_get_resource_handle(&dummy);
732
#endif
0 commit comments