diff options
Diffstat (limited to 'main/php_variables.c')
-rw-r--r-- | main/php_variables.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_variables.c b/main/php_variables.c index bcc5997faa..ebc060bb1b 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -524,7 +524,7 @@ zend_bool php_std_auto_global_callback(char *name, uint name_len) /* {{{ php_build_argv */ -static void php_build_argv(char *s, zval *track_vars_array) +PHPAPI void php_build_argv(char *s, zval *track_vars_array) { zval arr, argc, tmp; int count = 0; |