Skip to content

Releases: FirebirdSQL/php-firebird

PHP Firebird 6.1.1-RC.0

05 Nov 12:47

Choose a tag to compare

Pre-release

⚠️ Release candidate. Please test thoroughly and report any issues.

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

24 Apr 14:51

Choose a tag to compare

PHP Firebird 5.0.2 Pre-release
Pre-release
  • Implemented INT128. PHP doesn't support INT128. So it's converted to string. #58
  • Removed whitespaces on CHAR data types #25
  • Added infos about installation requirements for Windows #56

PHP Firebird 3.0.1

31 Dec 20:04
ba8e63b

Choose a tag to compare

Merged pull request #39 - Add CI and fix/disable broken tests.

Thanks to Jon4t4n.

What's Changed

  • Add CI and fix/disable broken tests by @Jon4t4n in #39

New Contributors

Full Changelog: v3.0.0...v3.0.1

PHP Firebird 3.0.0

06 Sep 08:41
b6c2883

Choose a tag to compare

Merge pull request #30 from KoudelkaB/master

Memory leaks fixed. Thanks to KoudelkaB.

PHP Firebird 1.1.2

15 May 18:41
215eac9

Choose a tag to compare

PHP Firebird 1.1.2 Pre-release
Pre-release

Fixed problems with BLOBs on Windows and PHP 8.0

PHP Firebird 1.1.1

30 Jan 13:35
9b6a8e8

Choose a tag to compare

What's new?

  • Fixed issue "Avoid hardly debugable PHP.exe crashes". Many thanks to KoudelkaB for his patch.

PHP Firebird 1.1.0

09 Jan 17:10
23e2928

Choose a tag to compare

What's new?

  • Boolean Support
  • Support for PHP 8.0.0