Skip to content

Commit 05d5c2a

Browse files
authored
Merge branch 'dev' into patch-1
2 parents a9644ed + 22d0138 commit 05d5c2a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.0.0
1+
12.1.0

agent/php_observer.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,10 @@ static zend_observer_fcall_handlers nr_php_fcall_register_handlers(
8484
return handlers;
8585
}
8686

87+
if (0 == nr_php_recording()) {
88+
return handlers;
89+
}
90+
8791
if (nrunlikely(NR_PHP_PROCESS_GLOBALS(special_flags).show_executes)) {
8892
nr_php_show_exec("observe", execute_data, NULL);
8993
}

axiom/nr_version.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
/*
2424
* Current version naming scheme is gemstones
2525
*
26-
* jasmine 08Mar2023 (10.7)
2726
* kalmia 27Mar2023 (10.8)
2827
* lilac 05Apr2023 (10.9)
2928
* marigold 30May2023 (10.10)
@@ -50,8 +49,9 @@
5049
* hiddenite 21Apr2025 (11.8)
5150
* indicolite 13May2025 (11.9)
5251
* jade 25Jun2025 (11.10)
52+
* kernite 11Aug2025 (12.0)
5353
*/
54-
#define NR_CODENAME "kernite"
54+
#define NR_CODENAME "lizardite"
5555

5656
const char* nr_version(void) {
5757
return NR_STR2(NR_VERSION);

0 commit comments

Comments
 (0)