mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fixed bug #35316 (Application exception trying to create COM object)
This commit is contained in:
parent
c37b13e0db
commit
934e19107d
4 changed files with 6 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue