]> granicus.if.org Git - php/commitdiff
ZTS fix
authorDmitry Stogov <dmitry@php.net>
Fri, 19 Aug 2005 07:49:41 +0000 (07:49 +0000)
committerDmitry Stogov <dmitry@php.net>
Fri, 19 Aug 2005 07:49:41 +0000 (07:49 +0000)
ext/standard/array.c

index 9f2aef6d090238a072d8c5839a3dd3adb9ca6e7d..10a2f8955e372f1d0999e5137e7e311340f32b23 100644 (file)
@@ -1732,7 +1732,7 @@ PHP_FUNCTION(range)
        }       
 
        /* Unify types */
-       str_type = zend_get_unified_string_type(2, Z_TYPE_P(zlow), Z_TYPE_P(zhigh));
+       str_type = zend_get_unified_string_type(2 TSRMLS_CC, Z_TYPE_P(zlow), Z_TYPE_P(zhigh));
        if (str_type == (zend_uchar)-1) {
                zend_error(E_WARNING, "Cannot mix binary and Unicode parameters");
                return;