FirebirdSQL / php-firebird

Firebird PHP driver
Other
66 stars 15 forks source link

PHP 8 #8

Closed faca5 closed 3 years ago

faca5 commented 3 years ago

Hello.

Is possible to get "php_interbase.dll" and "fbclient.dll,gds32.dll" for PHP 8.0.0?

Thank you.

MartinKoeditz commented 3 years ago

Hi,

I missed PHP 8 is out. I will try to provide binaries this weekend.

Regards Martin

faca5 commented 3 years ago

Hello.

Thank you very much!

MartinKoeditz commented 3 years ago

Firebird extension for PHP 8.0.0 is available for Linux x64. https://firebirdsql.org/en/php-driver/

Due to the lack of enough server space, the Windows build won't be available this weekend. But I'm sure I can build it tomorrow.

MartinKoeditz commented 3 years ago

Hi faca5,

I just added the PHP 8 extensions for Windows. Please have a look and give some feedback.

Thank you.

mrotteveel commented 3 years ago

@MartinKoeditz I'm curious, why publish the binaries on the Firebird host, and not on GitHub? Publishing on GitHub is what is done for the binaries of Firebird itself, and for example for Jaybird. The added benefit is that the download is backed by a CDN.

MartinKoeditz commented 3 years ago

@mrotteveel Well, I didn't know it's possible and that we're doing that already. I will change the release process.

faca5 commented 3 years ago

Hello.

Thank you very much!

Hello.

It works perfect! Tested. Thank you.

MartinKoeditz commented 3 years ago

Great. Thank you for feedback.