mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01:00
Added missed PHPAPI
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user