<?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>Control WebPanel Wiki &#187; MSSQL Freetds</title>
	<atom:link href="https://wiki.centos-webpanel.com/tag/mssql-freetds/feed" rel="self" type="application/rss+xml" />
	<link>https://wiki.centos-webpanel.com</link>
	<description>CentOS WebPanel Wiki</description>
	<lastBuildDate>Wed, 12 Feb 2025 20:38:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.1.1</generator>
	<item>
		<title>Install MSSQL Freetds extension with PHP 5.x.x</title>
		<link>https://wiki.centos-webpanel.com/install-mssql-freetds-extension-with-php-5-x-x</link>
		<comments>https://wiki.centos-webpanel.com/install-mssql-freetds-extension-with-php-5-x-x#comments</comments>
		<pubDate>Mon, 07 Sep 2020 19:33:06 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[MSSQL Freetds]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=1436</guid>
		<description><![CDATA[These PHP functions allow you to access MS SQL Server database by using freetds. This tutorial will work with php 5.3.29 - php 5.6.40 only. For php 7.x use sqlsrv which is already in php options. To build MSSQL with php 5.6/5.x.x just follow this steps : Run this commands one by one (this will [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>These PHP functions allow you to access MS SQL Server database by using freetds.</p>
<blockquote><p><strong>This tutorial will work with php 5.3.29 - php 5.6.40 only.<br />
For php 7.x use sqlsrv which is already in php options.</strong></p></blockquote>
<p>To build MSSQL with php 5.6/5.x.x just follow this steps :</p>
<p>Run this commands one by one (this will install freetds and its header files) :</p>
<pre>yum install -y freetds freetds-devel freetds-libs
ln -s /usr/lib64/libsybdb.so.5.1.0 /usr/lib/libsybdb.so
ln -s /usr/lib64/libsybdb.so.5.1.0 /usr/lib64/libsybdb.so</pre>
<p>Now go to <strong><span style="color: #008000;">php selector/php-fpm selector</span></strong> and hit "<strong>Reset options</strong>" under <strong>php 5.6 (or 5.x.x)</strong> and add this to "<strong>Manual options</strong>" config then save it :</p>
<pre>[mssql]
default=0
option="--with-mssql"
info-file=config-path.txt
</pre>
<p>Next step is to choose the mssql option with your desired php ext options from "<strong>Select Options</strong>" and hit save custom config go "<strong>Back</strong>" and click on "<strong>Start Compiler (build &amp; install)</strong>" wait for the php build and check php info.</p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/install-mssql-freetds-extension-with-php-5-x-x/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Install MSSQL Freetds extension with PHP 5.x</title>
		<link>https://wiki.centos-webpanel.com/install-mssql-freetds-extension-with-php-5-x</link>
		<comments>https://wiki.centos-webpanel.com/install-mssql-freetds-extension-with-php-5-x#comments</comments>
		<pubDate>Mon, 17 Aug 2020 07:55:38 +0000</pubDate>
		<dc:creator><![CDATA[publisher]]></dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[MSSQL Freetds]]></category>

		<guid isPermaLink="false">http://wiki.centos-webpanel.com/?p=1428</guid>
		<description><![CDATA[These PHP functions allow you to access MS SQL Server database by using freetds. This tutorial will work with php 5.3.29 - php 5.6.40 only for php 7.x use sqlsrv which is already in php options. To build MSSQL with php 5.6/5.x.x just follow this steps : Run this commands one by one (this will [&#8230;]]]></description>
				<content:encoded><![CDATA[<p>These PHP functions allow you to access MS SQL Server database by using freetds.</p>
<blockquote><p><strong>This tutorial will work with php 5.3.29 - php 5.6.40 only for php 7.x use sqlsrv which is already in php options.</strong></p></blockquote>
<p>To build MSSQL with php 5.6/5.x.x just follow this steps :</p>
<p>Run this commands one by one (this will install freetds and its header files) :</p>
<pre>yum install -y freetds freetds-devel freetds-libs
ln -s /usr/lib64/libsybdb.so.5.1.0 /usr/lib/libsybdb.so
ln -s /usr/lib64/libsybdb.so.5.1.0 /usr/lib64/libsybdb.so</pre>
<p>Now go to <strong><span style="color: #008000;">php selector/php-fpm selector</span></strong> and hit "<strong>Reset options</strong>" under <strong>php 5.6 (or 5.x.x)</strong> and add this to "<strong>Manual options</strong>" config then save it :</p>
<pre>[mssql]
default=0
option="--with-mssql"
info-file=config-path.txt
</pre>
<p>Next step is to choose the mssql option with your desired php ext options from "<strong>Select Options</strong>" and hit save custom config go "<strong>Back</strong>" and click on "<strong>Start Compiler (build &amp; install)</strong>" wait for the php build and check php info.</p>
]]></content:encoded>
			<wfw:commentRss>https://wiki.centos-webpanel.com/install-mssql-freetds-extension-with-php-5-x/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
