From: Edin Kadribasic Date: Sun, 5 Jan 2003 13:02:02 +0000 (+0000) Subject: Fixed ZTS build. X-Git-Tag: PHP_4_3_before_13561_fix~124 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=063c192a12760153f930b09a1533507f43b13005;p=php Fixed ZTS build. --- diff --git a/ext/standard/php_incomplete_class.h b/ext/standard/php_incomplete_class.h index 76c6e4b750..6cf7f5eb99 100644 --- a/ext/standard/php_incomplete_class.h +++ b/ext/standard/php_incomplete_class.h @@ -29,7 +29,7 @@ #define PHP_SET_CLASS_ATTRIBUTES(struc) \ /* OBJECTS_FIXME: Fix for new object model */ \ if (Z_OBJCE_P(struc) == BG(incomplete_class)) { \ - class_name = php_lookup_class_name(struc, &name_len, 1); \ + class_name = php_lookup_class_name(struc, &name_len, 1 TSRMLS_CC); \ free_class_name = 1; \ } else { \ class_name = Z_OBJCE_P(struc)->name; \