summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSVN Migration <svn@php.net>2006-03-30 19:58:19 +0000
committerSVN Migration <svn@php.net>2006-03-30 19:58:19 +0000
commitafeb6899cd8b8b3fdcd957f6e9407615dda4b266 (patch)
tree6f0ea02305320f6e8d0c7f310dcd9e5d48baa2e6
parent0e07f0b1176234df0951ca84810d5e694209fa7d (diff)
downloadphp-git-afeb6899cd8b8b3fdcd957f6e9407615dda4b266.tar.gz
This commit was manufactured by cvs2svn to create tag 'php_5_1_3RC2'.php-5.1.3RC2
-rw-r--r--ext/standard/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c
index 840d357c8b..1d53d5596e 100644
--- a/ext/standard/info.c
+++ b/ext/standard/info.c
@@ -152,7 +152,7 @@ static void php_print_gpcse_array(char *name, uint name_length TSRMLS_DC)
if (Z_TYPE_PP(tmp) == IS_ARRAY) {
if (!sapi_module.phpinfo_as_text) {
PUTS("<pre>");
- zend_print_zval_ex((zend_write_func_t) php_info_write_wrapper, *tmp, 0 TSRMLS_CC);
+ zend_print_zval_ex((zend_write_func_t) php_info_write_wrapper, *tmp, 0);
PUTS("</pre>");
} else {
zend_print_zval_r(*tmp, 0 TSRMLS_CC);