From: Zeev Suraski Date: Sun, 4 Mar 2001 22:03:23 +0000 (+0000) Subject: I don't know German, but I imagine that was the problem :) X-Git-Tag: php-4.0.5RC1~87 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b38207410fa9f62cabc89111958c2cf2bbcacb0;p=php I don't know German, but I imagine that was the problem :) --- diff --git a/ext/standard/info.c b/ext/standard/info.c index 97e13d4b49..055ff9aedb 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -89,7 +89,7 @@ static void php_print_gpcse_array(char *name, uint name_length ELS_DC) tmp2 = **tmp; zval_copy_ctor(&tmp2); convert_to_string(&tmp2); - PUTS(&tmp2.value.str.val); + PUTS(tmp2.value.str.val); zval_dtor(&tmp2); } else { PUTS((*tmp)->value.str.val);