|
|
@ -210,7 +210,7 @@ PHP_FUNCTION(ibase_delete_user) |
|
|
Connect to the service manager */ |
|
|
Connect to the service manager */ |
|
|
PHP_FUNCTION(ibase_service_attach) |
|
|
PHP_FUNCTION(ibase_service_attach) |
|
|
{ |
|
|
{ |
|
|
long hlen, ulen, plen, spb_len; |
|
|
|
|
|
|
|
|
int hlen, ulen, plen, spb_len; |
|
|
ibase_service *svm; |
|
|
ibase_service *svm; |
|
|
char buf[128], *host, *user, *pass, *loc; |
|
|
char buf[128], *host, *user, *pass, *loc; |
|
|
isc_svc_handle handle = NULL; |
|
|
isc_svc_handle handle = NULL; |
|
|
|