PHP Firebird 6.1.1-RC.0
Pre-release
Pre-release
·
14 commits
to ibase_result
since this release
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, #89
In order to use features from Firebird 4/5 make sure fbclient 4/5 dynamic library is available in PATH.