Results of the XAMPP 2012 survey

Thanks for thouse who voted with firebird to be included in the one of the most known apache distributions

The XAMPP 2012 survey is now over. Thank you to all who participated and helped us to get answers to our questions. Exactly 2674 individuals participated in the survey and responded with 97938 single answers in total.

It will take some time for us to go through the results, but if you’re curious about the raw results, please feel free to look at the linked PDF. Thank you all again and hopefully you’ll find this data as interesting as we do.

 http://www.apachefriends.org/files/surveys/af-survey-2012-raw.pdf

Firebird Hosting on Windows & Linux

Having offered Firebird hosting on our Linux servers for over two years, InspiroHost is happy to announce that we now also offer Windows web hosting with full support for Firebird, PHP, MySQL, ASP and all the tools you need to get your website up and running. Cpanel/Plesk control panels are included, as is 24/7 technical support and server monitoring.

Please visit us at http://www.inspirohost.com/firebird-sql-hosting/

Survey for Jaybird users is on-line! Participate now.

The Jaybird team would like to invite developers and users of Jaybird to fill out a survey on your use of Jaybird (Firebird JDBC driver). You can find the survey at http://infopoll.net/live/surveys/s36021.htm. The results of the survey will be used to decide where to focus development of the upcoming Jaybird versions.

Mark Rotteveel

The survey will be online until 28-September. If you use Jaybird in your projects, don’t miss the chance to participate in this survey.

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

ANN: IB LogManager V2.12.0 released

Upscene Productions is proud to announce IB LogManager V2.12.0, the only specialized Change-Data-Capture (CDC) product for Firebird and InterBase on the market.

More information on the new release is available here:
http://www.upscene.com/displaynews.php?item=20120731

This release adds support for Unicode across the entire product family and several enhancements/bugfixes in the IBLMPump and IBLMRedo_cmd addons, which makes the database standby feature (uni-directional replication) even more powerful/reliable.

A screencast on how to setup a (hot)-standby database environment with the IB LogManager product family is available here:
http://www.iblogmanager.com/download/demos/iblm/iblm_hotstandby.htm

More information on the product is available in the IB LogManager section on our website:
http://www.upscene.com/go/?go=iblm

1 112 113 114 115 116 201