From c43806f4152c3ff908c7ead039daf5e163700f0e Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 30 Jul 2001 08:24:42 +0000 Subject: Zend compatibility patch --- ext/com/COM.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/com/COM.c') diff --git a/ext/com/COM.c b/ext/com/COM.c index ddd3a4a7ae..a9d18cec9f 100644 --- a/ext/com/COM.c +++ b/ext/com/COM.c @@ -1628,7 +1628,7 @@ static int php_COM_load_typelib(ITypeLib *TypeLib, int mode) SysFreeString(bstr_ids); c.name_len = strlen(ids)+1; c.name = ids; - if (zend_get_constant(c.name, c.name_len-1, &exists)) + if (zend_get_constant(c.name, c.name_len-1, &exists TSRMLS_CC)) { /* Oops, it already exists. No problem if it is defined as the same value */ /* Check to see if they are the same */ -- cgit v1.2.1