Firebird 2.5.3 from EPEL 7 stable repository

EPEL 7 left the beta stage so you can install Firebird 2.5.3 packages for Centos/RHEL 7 from stable repository

sudo yum install http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-1.noarch.rpm

yum –enablerepo=epel install firebird-superclassic

and since EPEL 7 use Systemd, you can use Systemd to enable the service
and stop or start it
read the README provided :
http://pkgs.fedoraproject.org/cgit/firebird.git/tree/README.Fedora?h=epel7

you also have classic and superserver
http://dl.fedoraproject.org/pub/epel/7/x86_64/repoview/firebird.html
http://dl.fedoraproject.org/pub/epel/7/x86_64/repoview/firebird-classic.html
http://dl.fedoraproject.org/pub/epel/7/x86_64/repoview/firebird-superserver.html

Firebird Language basic Reference progress for DML chapter

Paul Vinkenoog wrote about the Language Reference Progress (Select section 80% complete in DML chapter)
The latest sources are in CVS (manual/src/docs/refdocs/langref/langref25/)

The SELECT section is now about 80% ready. The only subsections that still need to be completed are ORDER BY, FOR UPDATE and WITH LOCK.
The other DML sections should be complete and correct.

ps: this progress status is related to DML chapter status not the other chapters

If you want to translate you can contact firebird-docs

The Russian Misson Control Center uses Firebird Database

The Russian Misson Control Center uses Firebird.

I quote Alex Peshkoff on the Firebird Development list

FYI – our colleagues from the Mission Control Center tested format of
VMT in the following environment
Intel(R) Itanium(R) Processor 9310
HP-UX B.11.31
HP C/aC++ Version A.06.26

and it differs from what we have on windows/linux. I do not have access
to that box myself, so I can’t report what is actually that format. But
an attempt to access it as we do on windows/linux cause an error.

I have asked Alex and is confirmed

Q: Can you confirm this news ? , I have saw it on ibphoenix and then
Adriano asked if is true
Alex:
I never use twitter (and same sites), but looking at subj I can say – yes, they do.
And they use it on rather specific HW, including itanium with HPUX.

Firebird driver support in #PHP 7

PHPNG (next generation) is the branch for the next php release (PHP 7). There are a few steps for firebird extension (ibase) in order to work with the new engine : You can clone the repository and test php master branch from git.
The extension changelog is here.
(There are a few patches already submitted by Dmitry Stogov)

ps: pdo_firebird seems already supported and is in the list of extensions already converted
Update: phpng is merged into php master branch

1 92 93 94 95 96 200