mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
ported ext/com_dotnet
This commit is contained in:
parent
919b996527
commit
074172061e
9 changed files with 55 additions and 47 deletions
|
@ -353,7 +353,7 @@ static int saproxy_object_cast(zval *readobj, zval *writeobj, int type TSRMLS_DC
|
|||
return FAILURE;
|
||||
}
|
||||
|
||||
static int saproxy_count_elements(zval *object, long *count TSRMLS_DC)
|
||||
static int saproxy_count_elements(zval *object, php_int_t *count TSRMLS_DC)
|
||||
{
|
||||
php_com_saproxy *proxy = SA_FETCH(object);
|
||||
LONG ubound, lbound;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue