From: Xinchen Hui Date: Mon, 15 Jan 2018 13:39:25 +0000 (+0800) Subject: Added missed PHPAPI X-Git-Tag: php-7.3.0alpha1~630 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0b7a96810942f1fa53b048af2e73bfdf5c62feca;p=php Added missed PHPAPI --- diff --git a/ext/standard/string.c b/ext/standard/string.c index 0c491dde0c..2abd2c796a 100644 --- a/ext/standard/string.c +++ b/ext/standard/string.c @@ -4074,7 +4074,7 @@ do_escape: */ zend_string *php_addslashes_default(zend_string *str, int should_free) #else -zend_string *php_addslashes(zend_string *str, int should_free) +PHPAPI zend_string *php_addslashes(zend_string *str, int should_free) #endif { /* maximum string length, worst case situation */