avp-novgorod
avp-novgorod
Which version of fbclient.dll do you use in php? I have test embebbed fbclient.dll 2.0.7 for Windows and get error: ` ibase_service_attach(): Unable to complete network request to host "AVP"....
> From this package and then renamed fbembed.dll to fbclient.dll? Yes, exactly. I test with php 8.2 The function fb_get_master_interface arises in 3.0 fbclient.dll
Is not clear which php module strongly requires function fb_get_master_interface at your php-config. By default php-firebird and php-pdo work fine with Firebird 2.0 client dll.
**Core** ``` PHP Version 8.2.3 ``` **interbase** ``` Firebird/InterBase Support dynamic Interbase extension version 3.0.1 Compile-time Client Library Version Firebird API version 30 Run-time Client Library Version WI-V6.3.7.13318 Firebird 2.0...
Local connection is not equal to embedded client. Pattern "%s:service_mgr" selects network access. However "service_mgr" select local connection to the server in same machine. It is not documented how isc_service_attach()...
> fb_get_master_interface() is comming from fbclient3 and onwards. Please clarify what module required new firebird interface ? Since which version?
Do you mean that by default FB3.0 is unsupported now?