mirror of
https://github.com/php/php-src.git
synced 2026-04-25 00:48:25 +02:00
Merge branch 'PHP-7.3'
* PHP-7.3: NEWS Fix: #77110 undefined symbol zend_string_equal_val in C++ build
This commit is contained in:
@@ -294,7 +294,9 @@ static zend_always_inline void zend_string_release_ex(zend_string *s, int persis
|
||||
}
|
||||
|
||||
#if defined(__GNUC__) && (defined(__i386__) || defined(__x86_64__))
|
||||
BEGIN_EXTERN_C()
|
||||
ZEND_API zend_bool ZEND_FASTCALL zend_string_equal_val(zend_string *s1, zend_string *s2);
|
||||
END_EXTERN_C()
|
||||
#else
|
||||
static zend_always_inline zend_bool zend_string_equal_val(zend_string *s1, zend_string *s2)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user