<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Linux Windows System Administrator Help &#187; firebird</title>
	<atom:link href="http://linuxwindowsmaster.com/tag/firebird/feed/" rel="self" type="application/rss+xml" />
	<link>http://linuxwindowsmaster.com</link>
	<description></description>
	<lastBuildDate>Mon, 30 Jan 2012 19:54:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Install &amp; compile Firebird InterBase database server with PHP on Linux Server ?</title>
		<link>http://linuxwindowsmaster.com/install-compile-firebird-interbase-database-server-with-php-on-linux-server/</link>
		<comments>http://linuxwindowsmaster.com/install-compile-firebird-interbase-database-server-with-php-on-linux-server/#comments</comments>
		<pubDate>Wed, 18 Mar 2009 22:42:39 +0000</pubDate>
		<dc:creator>Alex P</dc:creator>
				<category><![CDATA[Cpanel Server]]></category>
		<category><![CDATA[firebird]]></category>
		<category><![CDATA[php_interbase]]></category>
		<category><![CDATA[with-interbase]]></category>

		<guid isPermaLink="false">http://linuxwindowsmaster.com/?p=125</guid>
		<description><![CDATA[What is firebird Firebird is an open source relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, powerful language support for stored procedures and triggers. It has been used in many production systems within a large number of commercial companies [...]]]></description>
			<content:encoded><![CDATA[<div class="entry font-resize">
<p class="MsoNormal"><strong>What is firebird</strong></p>
<p class="MsoNormal">Firebird is an open source relational database offering many ANSI SQL-99 features that runs on Linux, Windows, and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, powerful language support for stored procedures and triggers. It has been used in many production systems within a large number of commercial companies since 1981.</p>
<p class="MsoNormal">Steps to compile compile firebird module with php</p>
<p><!--[if !supportLists]--></p>
<ul>
<li><strong>Download the firebird module </strong></li>
</ul>
<pre><strong> #cd /usr/src
 #wget <a href="http://nchc.dl.sourceforge.net/sourceforge/firebird/Firebird-2.0.3.12981-1.tar.bz2" target="_top">http://nchc.dl.sourceforge.net/sourceforge/</a><a href="http://nchc.dl.sourceforge.net/sourceforge/firebird/Firebird-2.0.3.12981-1.tar.bz2" target="_top">firebird/</a>
       <a href="http://nchc.dl.sourceforge.net/sourceforge/firebird/Firebird-2.0.3.12981-1.tar.bz2" target="_top">Firebird-2.0.3.12981-1.tar.bz2</a></strong></pre>
<p><!--[if !supportLists]--></p>
<ul>
<li><strong>Manually build and install the firebird module</strong></li>
</ul>
<pre><strong>#tar -jxf Firebird-2.0.3.12981-1.tar.bz2
#cd Firebird-2.0.3.12981-1
#mv Firebird-2.0.3.12981-1 firebird
#cd firebird
#./autogen.sh; make;make install

</strong></pre>
<ul>
<li><strong>Rebuild PHP along with the firebird</strong></li>
</ul>
<pre><!--[if !supportLists]-->
‘<strong>–with-interbase=/usr/src/firebird</strong>’ option.</pre>
<p>When installing is finished, open the php.ini configuration file (located in /usr/local/lib/), and check if these lines exist (uncomment/modify them if necessary):</p>
<pre><strong>magic_quotes_sybase = On ; Use Sybase-style magic quotes (escape ' with '' instead of ')
extension=php_interbase.so</strong></pre>
<p class="MsoNormal" style="margin-left: 0.25in;">
<pre><strong>magic_quotes_sybase = On;Use Sybase-style magic quotes (escape ' with '' instead of ')
extension=php_interbase.so</strong></pre>
<p class="MsoNormal"><span> </span>4) check php module using<strong> php -m</strong> command</p>
<p>Regards</p>
<p>Stacy</p>
<p>System Administrator.</p></div>
]]></content:encoded>
			<wfw:commentRss>http://linuxwindowsmaster.com/install-compile-firebird-interbase-database-server-with-php-on-linux-server/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

