Skip to content

Commit b388e95

Browse files
vobruba-martinGirgias
authored andcommitted
Fix build with Valgrind without I_REPLACE_SONAME_FNNAME_ZU symbol
Fixes #8453 Signed-off-by: George Peter Banyard <girgias@php.net>
1 parent a82ee8e commit b388e95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_string.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ ZEND_API void zend_interned_strings_switch_storage(bool request)
368368

369369
/* Even if we don't build with valgrind support, include the symbol so that valgrind available
370370
* only at runtime will not result in false positives. */
371-
#ifndef HAVE_VALGRIND
371+
#ifndef I_REPLACE_SONAME_FNNAME_ZU
372372
# define I_REPLACE_SONAME_FNNAME_ZU(soname, fnname) _vgr00000ZU_ ## soname ## _ ## fnname
373373
#endif
374374

0 commit comments

Comments
 (0)