]> granicus.if.org Git - php/commitdiff
fix build: there is no TSRMLS_CC in this function
authorAntony Dovgal <tony2001@php.net>
Thu, 30 Mar 2006 19:58:18 +0000 (19:58 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 30 Mar 2006 19:58:18 +0000 (19:58 +0000)
ext/standard/info.c

index 840d357c8ba132d8ef3547201f15fd072c8e87d4..1d53d5596e3b866a2c7a9e74d38d59588c9e668d 100644 (file)
@@ -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);