From: Johannes Schlüter Date: Wed, 29 Jun 2005 09:28:44 +0000 (+0000) Subject: - Fix TSRM build X-Git-Tag: php-5.1.0b3~272 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=44c021d851957fde6ed5e9b9681bebfb2436ba37;p=php - Fix TSRM build --- diff --git a/ext/standard/php_incomplete_class.h b/ext/standard/php_incomplete_class.h index bfcd6f6a32..408a04b6a7 100644 --- a/ext/standard/php_incomplete_class.h +++ b/ext/standard/php_incomplete_class.h @@ -34,7 +34,7 @@ free_class_name = 1; \ incomplete_class = 1; \ } else { \ - free_class_name = !zend_get_object_classname(struc, &class_name, &name_len);\ + free_class_name = !zend_get_object_classname(struc, &class_name, &name_len TSRMLS_CC);\ } #define PHP_CLEANUP_CLASS_ATTRIBUTES() \