1
0
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:
Antony Dovgal
2005-10-13 12:58:22 +00:00
parent 27d2fe07ff
commit db520f01b1
+1 -1
View File
@@ -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;