mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +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:
commit
dbef28ea8f
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue