FirebirdSQL / php-firebird

Firebird PHP driver
Other
66 stars 15 forks source link

Implementing INT128 (FB 4.0 feature) #58

Open MartinKoeditz opened 3 months ago

MartinKoeditz commented 3 months ago

I struggle with the new INT128 datatype. PHP supports 64 bit. For the INT128 I wanted to use (output) it as a string. But currently I'm unable to use the correct Firebird API / ISC.

Any help is welcome.

AlexPeshkoff commented 3 months ago

On 3/26/24 19:05, Martin Köditz wrote:

I struggle with the new INT128 datatype. PHP supports 64 bit. For the INT128 I wanted to use (output) it as a string. But currently I'm unable to use the correct Firebird API / ISC.

Any help is welcome.

There are 2 ways to solve a problem: