From 063c192a12760153f930b09a1533507f43b13005 Mon Sep 17 00:00:00 2001 From: Edin Kadribasic Date: Sun, 5 Jan 2003 13:02:02 +0000 Subject: [PATCH] Fixed ZTS build. --- ext/standard/php_incomplete_class.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; \ -- 2.40.0