mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed build (extern php_stripslashes)
This commit is contained in:
parent
f1d5168a74
commit
c1882ef004
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ PHPAPI zend_string *php_string_tolower(zend_string *s);
|
|||
PHPAPI char *php_strtr(char *str, size_t len, const char *str_from, const char *str_to, size_t trlen);
|
||||
#if ZEND_INTRIN_SSE4_2_FUNC_PTR
|
||||
PHPAPI extern zend_string *(*php_addslashes)(zend_string *str, int should_free);
|
||||
PHPAPI void (*php_stripslashes)(zend_string *str);
|
||||
PHPAPI extern void (*php_stripslashes)(zend_string *str);
|
||||
#else
|
||||
PHPAPI zend_string *php_addslashes(zend_string *str, int should_free);
|
||||
PHPAPI void php_stripslashes(zend_string *str);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue