From 13525328ede9db6f8235b4e7f91f7bce80235880 Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Fri, 24 Jul 2015 17:17:09 +0200 Subject: Cleanup shutdown, enable proper memory leak displaying phpdbg should not memory leak... --- main/php_variables.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_variables.c') 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; -- cgit v1.2.1