Announcement :stable version of Firebird driver for the PHP Codeigniter Framework
Carlos wrote on firebird-php group : I’ve developed a stable version of a Firebird driver for the PHP Codeigniter Framework . Good feedback has been received from the Codeigniter community so far, and hope this could be useful for more developers working with PHP and Firebird.The sources are available at bitbucket here and any issues can be reported here
or at my blog here and for the English readers …
Thanx, live long and prosper…
Carlos Garcรญa Trujillo
ps: seems that the driver is quite popular in such a small timeframe
I am happy that my driver for # firebird # codeigniter already are used by people from around the world in so little time:)
Now the benchmark results : seems that Firebird 2.5 compiled with clang++ is faster than g++
Now i have the clean build results and seems that clang++ is faster in one benchmark that i have tested Soon i will add more and test clang++ build with other benchmarks also some graphs will be added to the dry results ๐
If you want to follow the clang++ build saga here is the tag on my blog
Top 10 Firebird wishlist
Some people doesn’t know, but anyone registered in the Firebird Tracker (registration is open, quick and free) can ask for improvements, report bugs, or vote in some existing tickets to raise their “priority”.
It is true that a high ranked ticket may never be implemented/solved. It is also true that the FB developers are free to implement what they want, without following any specific order or wishes. In fact, a ticket can be left untouched for a long time, if none of the developers feel inclined to work on that issue. But it is also true that having the users community voting for items, may sign to the Core Team developers with a direction to follow.
Here is a list of the top 10 ranked tickets at the moment:
Note that the top 10 issues are not bugs (the FB Core Team is a very efficient bug killer ๐ ), but enhancements/improvements to Firebird.
It seems that 775 and 657 are expected to be solved in Firebird 3. Core 773 and 2530 are related to the Firebird wire protocol.
Sadly, the top voted item (2530) is still unassigned. If you ever tried to use Firebird over the Internet and felt it is too slow, this is the issue you need to vote ๐ This improvement requires a new wire protocol, and changes to the API that would break the currently third-party access components. So, not easy task, but I hope to see it implemented in the future.
Firebird 2.5 is compiling successfully with Clang++ and production tests
The good news is that tests are running ok and soon i will show the numbers vs the g++ ones
Here are the tips on howto compile it on Linux (Debian/Ubuntu…)
Firebird project is worth more than Half a Billion $
According to ohloh widget calculator the project is worth $ 671,246,615
“This calculator estimates how much it would cost to hire a team to write this project from scratch.”
You can help promoting firebird by using the widget to your site and clicking “I Use this” button
New #FlameRobin 0.9.3 snapshots for Windows
Michael Hieke wrote on flamerobin-devel list :
I have posted SVN revision 2048 (nice round number) snapshot files for
Windows 32 and 64 bits, both setup and ZIP files.
Enjoy, and please be sure to report any bugs, regressions or suggestions.
Firebird downloads will hit 1 Million Downloads for this year
From the download statistics we can observe that Firebird will hit 1 Million downloads for this year pretty soon (a few days)
python 3 db api for firebird rdbms is updated.
python 3 db api version 0.2.0 is released
FirebirdDB driver for Codeigniter 2.0 is released Finally!
Here is the announcement on Codeigniter Forums
I have developed a FirebirdDB driver for Codeigniter 2.0
you can get it at BitBucket here
Code Igniter seems to be a cool PHP framework
CodeIgniter is most often noted for its speed when compared to other PHP frameworks. In a critical take on PHP frameworks in general, PHP creator Rasmus Lerdorf spoke at frOSCon in August 2008, noting that he liked CodeIgniter “because it is faster, lighter and the least like a framework”.