1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.1'

* PHP-8.1:
  Fix build with Valgrind without I_REPLACE_SONAME_FNNAME_ZU symbol
This commit is contained in:
George Peter Banyard
2022-05-07 16:48:23 +01:00

View File

@@ -366,7 +366,7 @@ ZEND_API void zend_interned_strings_switch_storage(bool request)
/* Even if we don't build with valgrind support, include the symbol so that valgrind available
* only at runtime will not result in false positives. */
#ifndef HAVE_VALGRIND
#ifndef I_REPLACE_SONAME_FNNAME_ZU
# define I_REPLACE_SONAME_FNNAME_ZU(soname, fnname) _vgr00000ZU_ ## soname ## _ ## fnname
#endif