<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss"
	xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#"
	
	>
<channel>
	<title>
	Comments on: PHP with FreeTDS on macOS Sierra	</title>
	<atom:link href="https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/feed/" rel="self" type="application/rss+xml" />
	<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/</link>
	<description>just a nerd with &#34;mild OCD tendencies&#34;</description>
	<lastBuildDate>Fri, 29 Dec 2017 12:55:49 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=5.6.12</generator>
	<item>
		<title>
		By: Yoga Ari Tofan		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-135873</link>

		<dc:creator><![CDATA[Yoga Ari Tofan]]></dc:creator>
		<pubDate>Fri, 29 Dec 2017 12:55:49 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-135873</guid>

					<description><![CDATA[Hi, I&#039;m on 10.13.2 with PHP 5.6.32. I follow your post with homebrew installation, but I stuck on &quot;make&quot; step. I always get error:

fatal error: too many errors emitted, stopping now [-ferror-limit=]
9 warnings and 20 errors generated.
make: *** [php_mssql.lo] Error 1

Could you tell me how to solved this?
Thanks..]]></description>
			<content:encoded><![CDATA[<p>Hi, I&#8217;m on 10.13.2 with PHP 5.6.32. I follow your post with homebrew installation, but I stuck on &#8220;make&#8221; step. I always get error:</p>
<p>fatal error: too many errors emitted, stopping now [-ferror-limit=]<br />
9 warnings and 20 errors generated.<br />
make: *** [php_mssql.lo] Error 1</p>
<p>Could you tell me how to solved this?<br />
Thanks..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luke		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-135871</link>

		<dc:creator><![CDATA[Luke]]></dc:creator>
		<pubDate>Fri, 18 Aug 2017 01:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-135871</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-135870&quot;&gt;Eric&lt;/a&gt;.

I&#039;m on 10.12.6, with PHP 5.6.30, so I&#039;ve updated the post with that. Should be interoperable with 5.6.24, but YMMV.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-135870">Eric</a>.</p>
<p>I&#8217;m on 10.12.6, with PHP 5.6.30, so I&#8217;ve updated the post with that. Should be interoperable with 5.6.24, but YMMV.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Eric		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-135870</link>

		<dc:creator><![CDATA[Eric]]></dc:creator>
		<pubDate>Thu, 17 Aug 2017 23:55:59 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-135870</guid>

					<description><![CDATA[May I beg for a compiled mssql.so for php 5.6.24 on Sierra 10.12.5?]]></description>
			<content:encoded><![CDATA[<p>May I beg for a compiled mssql.so for php 5.6.24 on Sierra 10.12.5?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: someone		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-135859</link>

		<dc:creator><![CDATA[someone]]></dc:creator>
		<pubDate>Tue, 16 Aug 2016 02:48:16 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-135859</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-82521&quot;&gt;dpetzer&lt;/a&gt;.

For: wrong architecture in Unknown on line 0 - this solved my issue:

Recompile freetds using (brew uninstall if necessary)

$ tar zxf freetds-stable.tgz
$ cd freetds-0.91
$ ./configure LDFLAGS=&quot;-arch i386&quot; CFLAGS=&quot;-arch i386&quot;
$ make
$ sudo make install

Compile mssql extension with

./configure LDFLAGS=&quot;-arch i386&quot; CFLAGS=&quot;-arch i386&quot; --with-php-config=/usr/bin/php-config --with-mssql=/usr/local/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-82521">dpetzer</a>.</p>
<p>For: wrong architecture in Unknown on line 0 &#8211; this solved my issue:</p>
<p>Recompile freetds using (brew uninstall if necessary)</p>
<p>$ tar zxf freetds-stable.tgz<br />
$ cd freetds-0.91<br />
$ ./configure LDFLAGS=&#8221;-arch i386&#8243; CFLAGS=&#8221;-arch i386&#8243;<br />
$ make<br />
$ sudo make install</p>
<p>Compile mssql extension with</p>
<p>./configure LDFLAGS=&#8221;-arch i386&#8243; CFLAGS=&#8221;-arch i386&#8243; &#8211;with-php-config=/usr/bin/php-config &#8211;with-mssql=/usr/local/</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Peter Hanley		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-125163</link>

		<dc:creator><![CDATA[Peter Hanley]]></dc:creator>
		<pubDate>Thu, 17 Mar 2016 20:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-125163</guid>

					<description><![CDATA[Just pointing out that if you are following these directions for php installed  via homebrew, the config command needs to be:

    ./configure --with-php-config=/usr/local/bin/php-config --with-mssql=/usr/local/]]></description>
			<content:encoded><![CDATA[<p>Just pointing out that if you are following these directions for php installed  via homebrew, the config command needs to be:</p>
<p>    ./configure &#8211;with-php-config=/usr/local/bin/php-config &#8211;with-mssql=/usr/local/</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: detanto		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-123642</link>

		<dc:creator><![CDATA[detanto]]></dc:creator>
		<pubDate>Mon, 14 Dec 2015 02:56:04 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-123642</guid>

					<description><![CDATA[my god, you really save me. just install el capitan yesterday and got stuck on xampp to connect to mssql. btw i use this web as reference but i use bahasa to explain your article, thx a bunch man!]]></description>
			<content:encoded><![CDATA[<p>my god, you really save me. just install el capitan yesterday and got stuck on xampp to connect to mssql. btw i use this web as reference but i use bahasa to explain your article, thx a bunch man!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Marcelo Coelho		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-123604</link>

		<dc:creator><![CDATA[Marcelo Coelho]]></dc:creator>
		<pubDate>Fri, 11 Dec 2015 20:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-123604</guid>

					<description><![CDATA[Hi,
I followed the tutorial, installed autoconf and freetds. Now I&#039;m not sure about the &quot;Build and install mssql.so&quot; Section. Where it says:

tar zxf php-5.4.17.tar.gz

I don&#039;t have that file. What am I missing?

Thanks for your help. I&#039;m on OS X El Captain]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
I followed the tutorial, installed autoconf and freetds. Now I&#8217;m not sure about the &#8220;Build and install mssql.so&#8221; Section. Where it says:</p>
<p>tar zxf php-5.4.17.tar.gz</p>
<p>I don&#8217;t have that file. What am I missing?</p>
<p>Thanks for your help. I&#8217;m on OS X El Captain</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Taniro Jang		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-123515</link>

		<dc:creator><![CDATA[Taniro Jang]]></dc:creator>
		<pubDate>Mon, 07 Dec 2015 08:03:02 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-123515</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-123456&quot;&gt;Will&lt;/a&gt;.

try /usr/local/freetds]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-123456">Will</a>.</p>
<p>try /usr/local/freetds</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Will		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-123456</link>

		<dc:creator><![CDATA[Will]]></dc:creator>
		<pubDate>Wed, 02 Dec 2015 15:26:03 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-123456</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-123427&quot;&gt;Oscar Gonzalez&lt;/a&gt;.

Getting the following error on El Capitain (PHP 5.6.11)

configure: error: Directory /usr/local is not a FreeTDS installation directory

Any help is appreciated!]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-123427">Oscar Gonzalez</a>.</p>
<p>Getting the following error on El Capitain (PHP 5.6.11)</p>
<p>configure: error: Directory /usr/local is not a FreeTDS installation directory</p>
<p>Any help is appreciated!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Oscar Gonzalez		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-123427</link>

		<dc:creator><![CDATA[Oscar Gonzalez]]></dc:creator>
		<pubDate>Tue, 01 Dec 2015 18:41:58 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-123427</guid>

					<description><![CDATA[Hi everyone!

If you&#039;re having problems copying &#039;mssql.so&#039; in  OSX El Capitan (10.11.x), specifically with this line:
$ sudo cp modules/mssql.so /usr/lib/php/extensions/no-debug-non-zts-20100525/
Most likely you&#039;ll get an &#039;Operation not permitted&#039; error, because El Capitan has a &#039;Rootless&#039; safety feature enabled by default.
You can disable it, copy the driver and enable it again.
1. Restart your Mac.
2. Before the Apple logo appears, press Cmd-R to access Recovery Mode.
3. When in Recovery Mode, click &#039;Utilities&#039; then &#039;Terminal&#039;
4. In Terminal, run &#039;csrutil disable&#039;
5. Restart your Mac
6. Copy your driver file
7. Repeat steps 1-3, and run &#039;csrutil enable&#039;
8. Restart one last time. You&#039;ll have &#039;Rootless&#039; protection again.

Cheers]]></description>
			<content:encoded><![CDATA[<p>Hi everyone!</p>
<p>If you&#8217;re having problems copying &#8216;mssql.so&#8217; in  OSX El Capitan (10.11.x), specifically with this line:<br />
$ sudo cp modules/mssql.so /usr/lib/php/extensions/no-debug-non-zts-20100525/<br />
Most likely you&#8217;ll get an &#8216;Operation not permitted&#8217; error, because El Capitan has a &#8216;Rootless&#8217; safety feature enabled by default.<br />
You can disable it, copy the driver and enable it again.<br />
1. Restart your Mac.<br />
2. Before the Apple logo appears, press Cmd-R to access Recovery Mode.<br />
3. When in Recovery Mode, click &#8216;Utilities&#8217; then &#8216;Terminal&#8217;<br />
4. In Terminal, run &#8216;csrutil disable&#8217;<br />
5. Restart your Mac<br />
6. Copy your driver file<br />
7. Repeat steps 1-3, and run &#8216;csrutil enable&#8217;<br />
8. Restart one last time. You&#8217;ll have &#8216;Rootless&#8217; protection again.</p>
<p>Cheers</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: John		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-123040</link>

		<dc:creator><![CDATA[John]]></dc:creator>
		<pubDate>Mon, 16 Nov 2015 14:18:02 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-123040</guid>

					<description><![CDATA[Hi Luke, 

Thank you for the article
do you have a compilied mssql.so for php5.6 OS X EL Captain ?]]></description>
			<content:encoded><![CDATA[<p>Hi Luke, </p>
<p>Thank you for the article<br />
do you have a compilied mssql.so for php5.6 OS X EL Captain ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andy Towler		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-122085</link>

		<dc:creator><![CDATA[Andy Towler]]></dc:creator>
		<pubDate>Thu, 05 Nov 2015 11:41:28 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-122085</guid>

					<description><![CDATA[I&#039;ve followed your instructions (using your precompiled mssql.so) and I think I have the mssql extension now working on MAMP with PHP5.5.14. I&#039;m still waiting to get the database password from a colleague but the error I&#039;m getting when calling mssql_connect only refers to the bad password, so I think the extension itself is fine.
However it would be really good to have the PDO MSSQL working as well, and I believe that is a separate extension module (pdo_mssql.so). Do you happen to have a precompiled file suitable for PHP 5.5.14 hanging around that you could send me?]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve followed your instructions (using your precompiled mssql.so) and I think I have the mssql extension now working on MAMP with PHP5.5.14. I&#8217;m still waiting to get the database password from a colleague but the error I&#8217;m getting when calling mssql_connect only refers to the bad password, so I think the extension itself is fine.<br />
However it would be really good to have the PDO MSSQL working as well, and I believe that is a separate extension module (pdo_mssql.so). Do you happen to have a precompiled file suitable for PHP 5.5.14 hanging around that you could send me?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: G Bravo		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-121342</link>

		<dc:creator><![CDATA[G Bravo]]></dc:creator>
		<pubDate>Fri, 23 Oct 2015 21:32:06 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-121342</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-121341&quot;&gt;G Bravo&lt;/a&gt;.

oh, i think its the same :)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-121341">G Bravo</a>.</p>
<p>oh, i think its the same :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: G Bravo		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-121341</link>

		<dc:creator><![CDATA[G Bravo]]></dc:creator>
		<pubDate>Fri, 23 Oct 2015 19:41:04 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-121341</guid>

					<description><![CDATA[what about El capitan :(]]></description>
			<content:encoded><![CDATA[<p>what about El capitan :(</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lars Henning		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-105226</link>

		<dc:creator><![CDATA[Lars Henning]]></dc:creator>
		<pubDate>Thu, 05 Feb 2015 16:21:24 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-105226</guid>

					<description><![CDATA[Thanks so much! I almost lost my gumption to look into this, but after following your instructions I was up an running in minutes!]]></description>
			<content:encoded><![CDATA[<p>Thanks so much! I almost lost my gumption to look into this, but after following your instructions I was up an running in minutes!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: dpetzer		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-82521</link>

		<dc:creator><![CDATA[dpetzer]]></dc:creator>
		<pubDate>Sat, 25 Oct 2014 11:54:56 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-82521</guid>

					<description><![CDATA[Good post, many thanks.

Managed to create a mssql.so, added reference to php.ini, restarted apache (AMPPS) I found this error in the apache logs.

&quot;PHP Warning:  PHP Startup: Unable to load dynamic library &#039;/Applications/AMPPS/php-5.5/lib/extensions/ext/mssql.so&#039; - dlopen(/Applications/AMPPS/php-5.5/lib/extensions/ext/mssql.so, 9): no suitable image found.  Did find:\n\t/Applications/AMPPS/php-5.5/lib/extensions/ext/mssql.so: mach-o, but wrong architecture in Unknown on line 0&quot;

Same with the two mssql.so files taht you linked for download.

How do I select which architecture to compile it for. I have a 64 bit system.

Thanks again, this post got me further down the road, if not all the way. :)]]></description>
			<content:encoded><![CDATA[<p>Good post, many thanks.</p>
<p>Managed to create a mssql.so, added reference to php.ini, restarted apache (AMPPS) I found this error in the apache logs.</p>
<p>&#8220;PHP Warning:  PHP Startup: Unable to load dynamic library &#8216;/Applications/AMPPS/php-5.5/lib/extensions/ext/mssql.so&#8217; &#8211; dlopen(/Applications/AMPPS/php-5.5/lib/extensions/ext/mssql.so, 9): no suitable image found.  Did find:\n\t/Applications/AMPPS/php-5.5/lib/extensions/ext/mssql.so: mach-o, but wrong architecture in Unknown on line 0&#8221;</p>
<p>Same with the two mssql.so files taht you linked for download.</p>
<p>How do I select which architecture to compile it for. I have a 64 bit system.</p>
<p>Thanks again, this post got me further down the road, if not all the way. :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sidney		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-42111</link>

		<dc:creator><![CDATA[Sidney]]></dc:creator>
		<pubDate>Tue, 20 May 2014 17:01:36 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-42111</guid>

					<description><![CDATA[How is the connection string?]]></description>
			<content:encoded><![CDATA[<p>How is the connection string?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Andres		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-2211</link>

		<dc:creator><![CDATA[Andres]]></dc:creator>
		<pubDate>Mon, 21 Apr 2014 14:50:24 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-2211</guid>

					<description><![CDATA[I had the same problems as Gabriel, but I installed the xcode command lines tools as Lars posted, and now it worked. Thanks for the post]]></description>
			<content:encoded><![CDATA[<p>I had the same problems as Gabriel, but I installed the xcode command lines tools as Lars posted, and now it worked. Thanks for the post</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lars Klassen		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-2207</link>

		<dc:creator><![CDATA[Lars Klassen]]></dc:creator>
		<pubDate>Wed, 09 Apr 2014 21:42:53 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-2207</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-1649&quot;&gt;Gabriel Piccin&lt;/a&gt;.

xcode-select --install]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-1649">Gabriel Piccin</a>.</p>
<p>xcode-select &#8211;install</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Diego Agudelo		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-2152</link>

		<dc:creator><![CDATA[Diego Agudelo]]></dc:creator>
		<pubDate>Fri, 21 Feb 2014 21:48:10 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-2152</guid>

					<description><![CDATA[Thank you. It works :)]]></description>
			<content:encoded><![CDATA[<p>Thank you. It works :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Luke		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-1681</link>

		<dc:creator><![CDATA[Luke]]></dc:creator>
		<pubDate>Sat, 23 Nov 2013 23:30:58 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-1681</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-1649&quot;&gt;Gabriel Piccin&lt;/a&gt;.

Without knowing exactly how you&#039;ve extracted the source, it&#039;s a bit hard to help you troubleshoot this one! I do hope you&#039;ve been able to solve it since you posted.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-1649">Gabriel Piccin</a>.</p>
<p>Without knowing exactly how you&#8217;ve extracted the source, it&#8217;s a bit hard to help you troubleshoot this one! I do hope you&#8217;ve been able to solve it since you posted.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel Piccin		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-1649</link>

		<dc:creator><![CDATA[Gabriel Piccin]]></dc:creator>
		<pubDate>Thu, 21 Nov 2013 13:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-1649</guid>

					<description><![CDATA[Hi Luke, great post, but I have an issue:

In $ make I have the folowing error:

/php-5.4.17/ext/mssql/php_mssql.c:29:10: fatal error: &#039;php.h&#039; file not found
#include &quot;php.h&quot;

Can you help me to solve this?

Thanks
Nice work!]]></description>
			<content:encoded><![CDATA[<p>Hi Luke, great post, but I have an issue:</p>
<p>In $ make I have the folowing error:</p>
<p>/php-5.4.17/ext/mssql/php_mssql.c:29:10: fatal error: &#8216;php.h&#8217; file not found<br />
#include &#8220;php.h&#8221;</p>
<p>Can you help me to solve this?</p>
<p>Thanks<br />
Nice work!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gabriel Piccin		</title>
		<link>https://tech.lkrms.org/php-with-freetds-on-os-x-mavericks/#comment-1648</link>

		<dc:creator><![CDATA[Gabriel Piccin]]></dc:creator>
		<pubDate>Thu, 21 Nov 2013 13:52:25 +0000</pubDate>
		<guid isPermaLink="false">http://lkrms.org/?p=1060#comment-1648</guid>

					<description><![CDATA[Hi Luke, great post, but I have an issue:

When run the $ phpize, I see this:

grep: /usr/include/php/main/php.h: No such file or directory
grep: /usr/include/php/Zend/zend_modules.h: No such file or directory
grep: /usr/include/php/Zend/zend_extensions.h: No such file or directory
Configuring for:
PHP Api Version:        
Zend Module Api No:     
Zend Extension Api No: 

And in $ make I have the folowing error:

/php-5.4.17/ext/mssql/php_mssql.c:29:10: fatal error: &#039;php.h&#039; file not found
#include &quot;php.h&quot;

Can you help me to solve this?

Thanks
Nice work!]]></description>
			<content:encoded><![CDATA[<p>Hi Luke, great post, but I have an issue:</p>
<p>When run the $ phpize, I see this:</p>
<p>grep: /usr/include/php/main/php.h: No such file or directory<br />
grep: /usr/include/php/Zend/zend_modules.h: No such file or directory<br />
grep: /usr/include/php/Zend/zend_extensions.h: No such file or directory<br />
Configuring for:<br />
PHP Api Version:<br />
Zend Module Api No:<br />
Zend Extension Api No: </p>
<p>And in $ make I have the folowing error:</p>
<p>/php-5.4.17/ext/mssql/php_mssql.c:29:10: fatal error: &#8216;php.h&#8217; file not found<br />
#include &#8220;php.h&#8221;</p>
<p>Can you help me to solve this?</p>
<p>Thanks<br />
Nice work!</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
