Firebird 2.5.2 Release Candidate is available
The Firebird Project team is happy to announce that the v2.5.2 release
candidate kits for Linux, Windows and Mac OS X platforms are ready for
testing.
Please read the Release Notes for details.
Download page:
http://www.firebirdsql.org/en/firebird-2-5-2-rc1/
Enjoy the testing and please don’t hesitate to report the found
regressions (if any) to firebird-devel mailing list or in the bug tracker.
Regards,
Dmitry
Last week of XAMPP 2012 survey
This is the last week for XAMPP 2012 survey
Please take part and let us know how you use XAMPP with Firebird and what you expect in the future (eg: Firebird to be included in the default install options)
Xampp and Firebird on Windows7
Install xampp to c:\xampp
I had to change the Apache Port to 8080 as windows 7 has its own http.sys listening on Port 80.
Then I followed mainly this article
As I already had a working Firebird 2.5 version, I simply copied fbclient.dll from my existing Firebird/bin folder to c:\xampp\apache\bin
modified php.ini as mentioned in above blog post
I had to modify status.php and FirebirdTest.php a bit because of my existing Firebird installation and the different Apache port:
status.php:
…
line($TEXT[‘status-ssi’], $ssi);
if (file_exists(“$partwampp\\htdocs\\xampp\\FirebirdTest.php”)) {
$a = @file(“http://{$hostauth}{$host}:8080/xampp/FirebirdTest.php”);
$fbi = $a[0];
line(“Firebird”, $fbi);
}
…
<?php
if(@ibase_connect(‘localhost:C:\Program Files (x86)\Firebird\Firebird_2_5\examples\empbuild\employee.fdb’, ‘sysdba’,’myfirebirdpassword’)) {
echo “OK”;
} else {
echo “NOK”;
}
?>
http://localhost:8080/xampp/FirebirdTest.php then should return ‘OK’
From Frank <frank at schlottmann-goedde.de>
—
“Fascinating creatures, phoenixes, they can carry immensely heavy loads,
their tears have healing powers and they make highly faithful pets.”
– J.K. Rowling
DDEX provider 2.0.6 with Visual Studio 2012 support is released
I’m proud to introduce you brand new shiny release of DDEX provider
for Visual Studio. Now with Visual Studio 2012 (RTM) support. Grab it
while it’s hot.
#Jaybird #JDBC cleanup – deprecated org.firebirdsql.pool.sun classes api is removed
More than 1000 lines of deprecated sun api were removed from JDBC driver
The nice side efect is faster tests for JDBC driver
And the best thing is: removing these classes and their tests reduced the execution time of the (pure-java) tests by 20%
Do you want Firebird database to be part of XAMPP?
Please vote on this survey if you agree to Firebird to become more popular in Php/Python world and to be added to the XAMPP package
http://www.apachefriends.org/en/survey-2012.html
Web2Py 2.0.3 is out with support for new #python driver : fdb
New stable version is out and it includes support for the new Firebird driver fdb
Here is how the patch was done also a simple DAL example is attached
Web2Py 2.0.2 is out – #Python frameword with Firebird support out of the box
Here is the release announcement with many DAL improvements
Lazarus Free Pascal RAD IDE 1.0 is released
The Lazarus team is glad to announce the release of:
Lazarus 1.0
At this important stage the current team would like to thank all the past and current people who were involved in getting us here.
* Thanks also go to the FPC team for providing the compiler that makes it all possible.
* Special thanks go to the founders of the project who started Lazarus more than a decade ago in 1999: Cliff Baeseman, Shane Miller and Michael A. Hess.
* A history of developers involved can be found in wiki History page . And a list of the many contributors comes with the distribution.
The release is available for download at the SourceForge download page:
Choose your CPU, OS, distro and then the “Lazarus 1.0” directory.



(3 votes, average: 3.67 out of 5)