Fixed bug #35316 (Application exception trying to create COM object)

This commit is contained in:
Rob Richards 2005-11-27 12:19:04 +00:00
parent c37b13e0db
commit 934e19107d
4 changed files with 6 additions and 1 deletions

View file

@ -323,7 +323,7 @@ static HashTable *saproxy_properties_get(zval *object TSRMLS_DC)
return NULL;
}
static union _zend_function *saproxy_method_get(zval *object, char *name, int len TSRMLS_DC)
static union _zend_function *saproxy_method_get(zval **object, char *name, int len TSRMLS_DC)
{
/* no methods */
return NULL;