Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131135
Collapse All | Expand All

(-)info.c~ (-1 / +1 lines)
Lines 155-161 Link Here
155
					zend_print_zval_ex((zend_write_func_t) php_info_write_wrapper, *tmp, 0);
155
					zend_print_zval_ex((zend_write_func_t) php_info_write_wrapper, *tmp, 0);
156
					PUTS("</pre>");
156
					PUTS("</pre>");
157
				} else {
157
				} else {
158
					zend_print_zval_r(*tmp, 0 TSRMLS_CC);				
158
					zend_print_zval_r(*tmp, 0);				
159
				}
159
				}
160
			} else if (Z_TYPE_PP(tmp) != IS_STRING) {
160
			} else if (Z_TYPE_PP(tmp) != IS_STRING) {
161
				tmp2 = **tmp;
161
				tmp2 = **tmp;

Return to bug 131135