mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix SAPI_POST_* exports
This commit is contained in:
parent
db33d810f3
commit
0dab84d065
7 changed files with 12 additions and 12 deletions
|
@ -191,7 +191,7 @@ PHPAPI void php_register_variable_ex(char *var, zval *val, pval *track_vars_arra
|
|||
}
|
||||
|
||||
|
||||
SAPI_POST_HANDLER_FUNC(php_std_post_handler)
|
||||
SAPI_API SAPI_POST_HANDLER_FUNC(php_std_post_handler)
|
||||
{
|
||||
char *var, *val;
|
||||
char *strtok_buf = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue