]> granicus.if.org Git - php/commitdiff
fix ZTS build
authorAntony Dovgal <tony2001@php.net>
Tue, 3 Oct 2006 13:44:14 +0000 (13:44 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 3 Oct 2006 13:44:14 +0000 (13:44 +0000)
ext/standard/string.c

index 48caf27e43883f3cc47a8e2c88e7439e114d1b35..75279e1a36bd482744cea13d9e7db89e5e3a0fda 100644 (file)
@@ -6379,7 +6379,7 @@ PHP_FUNCTION(count_chars)
        char retstr[256];
        int retlen=0;
 
-       if (zend_parse_parameters(ZEND_NUM_ARGS(), "t|l", &input, &input_len,
+       if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "t|l", &input, &input_len,
                                                          &type, &mode) == FAILURE) {
                return;
        }