Improved Firebird engine RLE for record compression
Contributed R&D from Elekt Labs – Improved Firebird engine RLE for record compression
News via ibphoenix
Contributed R&D from Elekt Labs – Improved Firebird engine RLE for record compression
News via ibphoenix
This is a fork of the Firebird FDB module It has been modified to bundle a copy of the fb embedded server libraries so it can be used stanalone without a separate installation of firebird database.
The PHP development team announces the immediate availability of PHP 7.0.0 Alpha 2. This is the second pre-release of the new PHP 7 major series. All users of PHP are encouraged to test this version carefully, and report any bugs and incompatibilities in the bug tracking system.
New release for node-firebird fixes minor issue #70 :
Fix date parameter overflow :The used formula can result in negative time value (e.g.1938-12-29T17:00:00.000Z gives negative time) . In this case we need toadjust both date and time.
LINBIT, the leading provider of Linux based storage replication and disaster recovery, has announced the general availability release of its DRBD9 software. Developed to provide end-users, OEMs and ISVs a powerful tool to build redundant, highly scalable and flexible storage architectures, LINBIT’s new DRBD9 is the first replication design capable of connecting 30 nodes in real time to ensure data availability from multiple locations – even when disaster strikes.
New release for node-firebird fixes minor issue #69 :
Don’t try to read from an empty buffer
In some cases getSegment can get an empty (undefined) buffer which result to InternalError: "Cannot call method 'readUInt16LE' of undefined".
If you want to test apache with php 7 on windows here are the links
https://www.apachelounge.com/viewtopic.php?p=30718#30718
The firebird extensions are there, as you can see in
https://phpdev.toolsforresearch.com/php-7.0.0alpha1-nts-Win32-VC14-x64.htm
The first alpha for 7.0.0 was just released and can be downloaded from:
https://downloads.php.net/~ab/
The Windows binaries are available at
This is the start of a new PHP era! Thanks everyone who made and helped
to make this happen. From now on we are looking straight forward to get
the final in time.
Please test it carefully, and report any bugs in the bug system.
Alpha 2 will be tagged on Tuesday 23th and released on Thursday 25th.
Regards,
Kalle Sommer Nielsen, Anatol Belski and Ferenc Kovacs
Maximiliano Robain announced on django-firebird devel group :
Hi everyone,
I did just a little update on stable/1.6.x branch and a new release django-firebird v1.6.3. It includes a really minor fix on how catch and reraise exceptions and includes support for PEP 440 necessary to support PyPI updates.
The plan right now is to resume django 1.7 support (develop branch) and then continue with support for django 1.8 .
The idea is fix and close all open issues before merge it with master branch (now master branch == stable/1.6.x branch)
Any feedback is wellcome.