]> granicus.if.org Git - php/commitdiff
fix ZTS build
authorMarcus Boerger <helly@php.net>
Fri, 25 Oct 2002 11:50:35 +0000 (11:50 +0000)
committerMarcus Boerger <helly@php.net>
Fri, 25 Oct 2002 11:50:35 +0000 (11:50 +0000)
ext/iconv/iconv.c

index 9175eb49c7aacbe178e0cc709e5837e4b5252bc3..f65c512ed27e1c4e0630726c5a0a37db223ee306 100644 (file)
@@ -146,8 +146,8 @@ PHP_MINFO_FUNCTION(miconv)
 {
        zval iconv_impl, iconv_ver;
 
-       zend_get_constant("ICONV_IMPL", sizeof("ICONV_IMPL")-1, &iconv_impl);
-       zend_get_constant("ICONV_VERSION", sizeof("ICONV_VERSION")-1, &iconv_ver);
+       zend_get_constant("ICONV_IMPL", sizeof("ICONV_IMPL")-1, &iconv_impl TSRMLS_CC);
+       zend_get_constant("ICONV_VERSION", sizeof("ICONV_VERSION")-1, &iconv_ver TSRMLS_CC);
 
        php_info_print_table_start();
        php_info_print_table_row(2, "iconv support", "enabled");