php-firebird
php-firebird copied to clipboard
Firebird PHP driver
Not a single test covering `ibase_field_info()`
I think next release should be 5.0.4. What do you think? When can we release it?
It would be nice to prepare docker or virtual machine(s) for automatic building and testing. At the end collect results and generate nice report. It's quit a a job to...
Let's keep landing page a bit more clean? I suggest: - Moving build instructions to Wiki or to separate file, say BUILDING.md - Add some quick information: - What is...
It’d be nice to come up with some benchmarks to measure the performance of different parts of the extension — excluding database operations and other side effects.
Maybe it's time to move to FBIRD params. Interbase isn't relevant anymore. We can keep old IBASE params for compatibility. But at first glance we should use FBIRD. What do...
| **New / Extended Type** | **Description / Key Features** | | -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | **INT128** | A 128-bit integer type supporting up to 38 decimal digits of...
There are some `#if abies_0` in the code. It seems someone tried to implement ibase_num_rows() which will not work as intended and I do not see this would change in...
Shouldn't ibase_service_attach() respect INI settings ibase.default_user / ibase.default_password?
^ title
None of parameters are required for embedded. New signature: ```php /** * Connect to the service manager * @link https://php.net/manual/en/function.ibase-service-attach.php * @param string $host [optional] * @param string $dba_username [optional]...