FirebirdSQL / php-firebird

Firebird PHP driver
Other
66 stars 15 forks source link

interbase3.0.8.so php8.1 source #36

Closed remco-pc closed 1 year ago

remco-pc commented 1 year ago

where can i find the interbase3.0.8.so or how can i create it for php8.1 on the website i only see a php 7.4 version available

satwareAG-ironMike commented 1 year ago

If you need the Linux interbase.so file you can use this gist to build the module:

https://gist.github.com/satwareAG-ironMike/77ec10f912e3701966dc432913c56561

It uses docker and builts the artefacts for the 3.0.0 Version of the driver.

Currently I'm investigating 4 minor errors that make test casts but driver works well in my doctrine driver for firebird 3 (passes all tests there).

MartinKoeditz commented 1 year ago

You can find current linux versions in the release area https://github.com/FirebirdSQL/php-firebird/releases. Windows builds will follow next week.

remco-pc commented 1 year ago

i've compiled it myself