php-firebird icon indicating copy to clipboard operation
php-firebird copied to clipboard

Firebird PHP driver

Results 51 php-firebird issues
Sort by recently updated
recently updated
newest added

Environment: Debian 12 PHP 8.3 Firebird 5.0 PHPize and ./configure work normally. In make it gives this error: root@alexandre:/opt/configuracoes/firebirdphp/php-firebird-master# make /bin/bash /opt/configuracoes/firebirdphp/php-firebird-master/libtool --mode=compile cc -I. -I/opt/configuracoes/firebirdphp/php-firebird-master -I/opt/configuracoes/firebirdphp/php-firebird-master/include -I/opt/configuracoes/firebirdphp/php-firebird-master/main -I/opt/configuracoes/firebirdphp/php-firebird-master -I/usr/include/php/20230831...

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...

help wanted

It'd be nice to add _somewhere_ that fbclient.dll and gds32.dll need to be added to the windows PATH for the library to work I (now) know this noted on https://www.php.net/manual/en/ibase.installation.php,...

documentation

Recenly, we updated PHP in our product to 8.3 and in the process of doing so, we recompiled interbase extension ourselves from this repository. After updating, we started experiencing rare...

bug

On my old, Intel-based MacBook (BigSur, PHP7.4, Firebird 3.0.10), I managed to compile the driver just fine using the following steps: 1. `git clone https://github.com/FirebirdSQL/php-firebird.git` 2. `cd php-firebird` 3. `phpize`...

Please, add to release builds for Windows x86.

It would be nice to have updated pre-compiled download versions for newer versions of PHP. Currently there is nothing for 8.1 on Windows, and nothing at all for 8.2 (I...

documentation
enhancement

mac m1 pro ventura 13.5.1 After running brew upgrade and changing the PHP (https://github.com/shivammathur/homebrew-php) version from **7.3.33_4** (Build Date Jan 21, 2023 07:29:21) to **7.3.33_7** (Build Date Sep 1, 2023...

Function ibase_service_attach always use the connection pattern "%s:service_mgr" which initiates TCP/IP connection. However for local connection it must be "service_mgr". Possible solution: to check if parameter $host is empty to...