mirror of
https://github.com/php/php-src.git
synced 2026-04-28 18:53:33 +02:00
fix #34855 (ibase_service_attach() segfault on AMD64)
This commit is contained in:
@@ -210,7 +210,7 @@ PHP_FUNCTION(ibase_delete_user)
|
||||
Connect to the service manager */
|
||||
PHP_FUNCTION(ibase_service_attach)
|
||||
{
|
||||
long hlen, ulen, plen, spb_len;
|
||||
int hlen, ulen, plen, spb_len;
|
||||
ibase_service *svm;
|
||||
char buf[128], *host, *user, *pass, *loc;
|
||||
isc_svc_handle handle = NULL;
|
||||
|
||||
Reference in New Issue
Block a user