File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
- 12.0 .0
1
+ 12.1 .0
Original file line number Diff line number Diff line change @@ -84,6 +84,10 @@ static zend_observer_fcall_handlers nr_php_fcall_register_handlers(
84
84
return handlers ;
85
85
}
86
86
87
+ if (0 == nr_php_recording ()) {
88
+ return handlers ;
89
+ }
90
+
87
91
if (nrunlikely (NR_PHP_PROCESS_GLOBALS (special_flags ).show_executes )) {
88
92
nr_php_show_exec ("observe" , execute_data , NULL );
89
93
}
Original file line number Diff line number Diff line change 23
23
/*
24
24
* Current version naming scheme is gemstones
25
25
*
26
- * jasmine 08Mar2023 (10.7)
27
26
* kalmia 27Mar2023 (10.8)
28
27
* lilac 05Apr2023 (10.9)
29
28
* marigold 30May2023 (10.10)
50
49
* hiddenite 21Apr2025 (11.8)
51
50
* indicolite 13May2025 (11.9)
52
51
* jade 25Jun2025 (11.10)
52
+ * kernite 11Aug2025 (12.0)
53
53
*/
54
- #define NR_CODENAME "kernite "
54
+ #define NR_CODENAME "lizardite "
55
55
56
56
const char * nr_version (void ) {
57
57
return NR_STR2 (NR_VERSION );
You can’t perform that action at this time.
0 commit comments