Releases: FirebirdSQL/php-firebird
Releases · FirebirdSQL/php-firebird
PHP Firebird 6.1.1-RC.0
Changes since v3.0.1
- Add IBASE_LOCK_TIMEOUT transaction option #52
- Add support for Firebird 4/5 types
INT128,DECFLOAT,TIME WITH TIMEZONE,TIMESTAMP WITH TIMEZONE#64 - Add new INI options: "ibase.default_trans_params" and "ibase.default_lock_timeout" #64 For example:
ini_set("ibase.default_trans_params", IBASE_READ | IBASE_NOWAIT)
ini_set("ibase.default_lock_timeout", "30"); // only used together with trans_param IBASE_LOCK_TIMEOUT - Add support for long metadata (table names, fields) #79
- Introduce new constant
IBASE_VER - Some optimizations #80 (more details #93)
- Fixes bugs #75, #84, #87
In order to use features from Firebird 4/5 make sure fbclient 4/5 dynamic library is available in PATH.
PHP Firebird 5.0.2
PHP Firebird 3.0.1
PHP Firebird 3.0.0
Merge pull request #30 from KoudelkaB/master Memory leaks fixed. Thanks to KoudelkaB.
PHP Firebird 1.1.2
Fixed problems with BLOBs on Windows and PHP 8.0
PHP Firebird 1.1.1
What's new?
- Fixed issue "Avoid hardly debugable PHP.exe crashes". Many thanks to KoudelkaB for his patch.
PHP Firebird 1.1.0
What's new?
- Boolean Support
- Support for PHP 8.0.0