<?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/"
		>
<channel>
	<title>Comments on: PHP Windows install: Unable to load dynamic library php_mssql.dll, php_pspell.dll etc</title>
	<atom:link href="http://www.undermyhat.org/blog/2009/07/php-windows-install-unable-to-load-dynamic-library-php_mssql-dll-php_pspell-dll-etc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.undermyhat.org/blog/2009/07/php-windows-install-unable-to-load-dynamic-library-php_mssql-dll-php_pspell-dll-etc/</link>
	<description>secrets and mysteries from the realms of the technocrats and other such ramblings</description>
	<lastBuildDate>Mon, 06 Sep 2010 20:21:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Kenan Gökbak</title>
		<link>http://www.undermyhat.org/blog/2009/07/php-windows-install-unable-to-load-dynamic-library-php_mssql-dll-php_pspell-dll-etc/comment-page-1/#comment-8049</link>
		<dc:creator>Kenan Gökbak</dc:creator>
		<pubDate>Tue, 22 Jun 2010 21:57:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=224#comment-8049</guid>
		<description>Thank you.Finally i have solved problem.</description>
		<content:encoded><![CDATA[<p>Thank you.Finally i have solved problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gustavo</title>
		<link>http://www.undermyhat.org/blog/2009/07/php-windows-install-unable-to-load-dynamic-library-php_mssql-dll-php_pspell-dll-etc/comment-page-1/#comment-7965</link>
		<dc:creator>Gustavo</dc:creator>
		<pubDate>Fri, 18 Jun 2010 18:47:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=224#comment-7965</guid>
		<description>Thank you! it helped a lot on a deployment I had to do. It was very confusing the fact of seeing the &quot;unable to load dynamic library php_mssql.dll&quot; error, having the file placed on the right dir. I didn&#039;t know that what it really means is that the file &quot;ntwdblib.dll&quot; is what is missing.


Thanks again!</description>
		<content:encoded><![CDATA[<p>Thank you! it helped a lot on a deployment I had to do. It was very confusing the fact of seeing the &#8220;unable to load dynamic library php_mssql.dll&#8221; error, having the file placed on the right dir. I didn&#8217;t know that what it really means is that the file &#8220;ntwdblib.dll&#8221; is what is missing.</p>
<p>Thanks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roy</title>
		<link>http://www.undermyhat.org/blog/2009/07/php-windows-install-unable-to-load-dynamic-library-php_mssql-dll-php_pspell-dll-etc/comment-page-1/#comment-7026</link>
		<dc:creator>roy</dc:creator>
		<pubDate>Thu, 06 May 2010 11:15:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=224#comment-7026</guid>
		<description>I have an odd problem. Before, I couldn&#039;t even get my code to &quot;run as php script&quot; (when right mouse button clicking and then selecting &quot;run as php script&quot;, NOTHING happened. And I didn&#039;t even get an error). BUT running as php web page DOES work.
NOW, (suddenly, I don&#039;t know what happened), I can manage to run code as php script, but, the &quot;debug output&quot; is weird: the HTML tags texts appear as they are: , etc...
AND the &quot;console&quot; gives me there errors (which I didn&#039;t understand how to resolve):

PHP Warning:  PHP Startup: Unable to load dynamic library &#039;C:\Users\Roy Peled\Desktop\eclipse\plugins\org.zend.php.debug.debugger.win32.x86_5.2.15.v20081217\resources\php5\ext\php_msql.dll&#039; - The specified module could not be found.
 in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library &#039;C:\Users\Roy Peled\Desktop\eclipse\plugins\org.zend.php.debug.debugger.win32.x86_5.2.15.v20081217\resources\php5\ext\php_mssql.dll&#039; - The specified module could not be found.
 in Unknown on line 0
PHP Warning:  PHP Startup: Unable to load dynamic library &#039;C:\Users\Roy Peled\Desktop\eclipse\plugins\org.zend.php.debug.debugger.win32.x86_5.2.15.v20081217\resources\php5\ext\php_pdo_mssql.dll&#039; - The specified module could not be found.
 in Unknown on line 0</description>
		<content:encoded><![CDATA[<p>I have an odd problem. Before, I couldn&#8217;t even get my code to &#8220;run as php script&#8221; (when right mouse button clicking and then selecting &#8220;run as php script&#8221;, NOTHING happened. And I didn&#8217;t even get an error). BUT running as php web page DOES work.<br />
NOW, (suddenly, I don&#8217;t know what happened), I can manage to run code as php script, but, the &#8220;debug output&#8221; is weird: the HTML tags texts appear as they are: , etc&#8230;<br />
AND the &#8220;console&#8221; gives me there errors (which I didn&#8217;t understand how to resolve):</p>
<p>PHP Warning:  PHP Startup: Unable to load dynamic library &#8216;C:\Users\Roy Peled\Desktop\eclipse\plugins\org.zend.php.debug.debugger.win32.x86_5.2.15.v20081217\resources\php5\ext\php_msql.dll&#8217; &#8211; The specified module could not be found.<br />
 in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library &#8216;C:\Users\Roy Peled\Desktop\eclipse\plugins\org.zend.php.debug.debugger.win32.x86_5.2.15.v20081217\resources\php5\ext\php_mssql.dll&#8217; &#8211; The specified module could not be found.<br />
 in Unknown on line 0<br />
PHP Warning:  PHP Startup: Unable to load dynamic library &#8216;C:\Users\Roy Peled\Desktop\eclipse\plugins\org.zend.php.debug.debugger.win32.x86_5.2.15.v20081217\resources\php5\ext\php_pdo_mssql.dll&#8217; &#8211; The specified module could not be found.<br />
 in Unknown on line 0</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abel Braaksma</title>
		<link>http://www.undermyhat.org/blog/2009/07/php-windows-install-unable-to-load-dynamic-library-php_mssql-dll-php_pspell-dll-etc/comment-page-1/#comment-6366</link>
		<dc:creator>Abel Braaksma</dc:creator>
		<pubDate>Sun, 11 Apr 2010 17:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=224#comment-6366</guid>
		<description>Glad it helped you, Sascha, I share your feelings about how a nuisance this is if you&#039;re left with clueless errors.</description>
		<content:encoded><![CDATA[<p>Glad it helped you, Sascha, I share your feelings about how a nuisance this is if you&#8217;re left with clueless errors.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sascha</title>
		<link>http://www.undermyhat.org/blog/2009/07/php-windows-install-unable-to-load-dynamic-library-php_mssql-dll-php_pspell-dll-etc/comment-page-1/#comment-6363</link>
		<dc:creator>Sascha</dc:creator>
		<pubDate>Sun, 11 Apr 2010 15:25:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=224#comment-6363</guid>
		<description>You made my day :-) After two weekends of headache when trying to make Apache 2 / PHP 5.2.13 talk to my MSSQL server, copying ntwdblib.dll to Apache&#039;s bin directory finally fixed the error!
Thanks a lot, your work is greatly appreciated!!

Regards, Sascha</description>
		<content:encoded><![CDATA[<p>You made my day <img src='http://www.undermyhat.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  After two weekends of headache when trying to make Apache 2 / PHP 5.2.13 talk to my MSSQL server, copying ntwdblib.dll to Apache&#8217;s bin directory finally fixed the error!<br />
Thanks a lot, your work is greatly appreciated!!</p>
<p>Regards, Sascha</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Illarion</title>
		<link>http://www.undermyhat.org/blog/2009/07/php-windows-install-unable-to-load-dynamic-library-php_mssql-dll-php_pspell-dll-etc/comment-page-1/#comment-5513</link>
		<dc:creator>Illarion</dc:creator>
		<pubDate>Thu, 04 Mar 2010 06:02:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=224#comment-5513</guid>
		<description>It`s vary good post! I find it this post my solution. Then, I change my php.ini! Thank you!
P.S. Sorry for my terrible English, because I`m from Russia.</description>
		<content:encoded><![CDATA[<p>It`s vary good post! I find it this post my solution. Then, I change my php.ini! Thank you!<br />
P.S. Sorry for my terrible English, because I`m from Russia.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abel Braaksma</title>
		<link>http://www.undermyhat.org/blog/2009/07/php-windows-install-unable-to-load-dynamic-library-php_mssql-dll-php_pspell-dll-etc/comment-page-1/#comment-6365</link>
		<dc:creator>Abel Braaksma</dc:creator>
		<pubDate>Wed, 24 Feb 2010 06:36:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=224#comment-6365</guid>
		<description>Glad to be someone&#039;s hero at last! ;-)

Indeed, the installer version is terribly thin and incomplete compared to the ZIP version. And there really is no reason that I can think of that it has to be this way.</description>
		<content:encoded><![CDATA[<p>Glad to be someone&#8217;s hero at last! <img src='http://www.undermyhat.org/blog/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Indeed, the installer version is terribly thin and incomplete compared to the ZIP version. And there really is no reason that I can think of that it has to be this way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Gernon</title>
		<link>http://www.undermyhat.org/blog/2009/07/php-windows-install-unable-to-load-dynamic-library-php_mssql-dll-php_pspell-dll-etc/comment-page-1/#comment-5334</link>
		<dc:creator>Chris Gernon</dc:creator>
		<pubDate>Mon, 22 Feb 2010 17:21:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=224#comment-5334</guid>
		<description>YOU ARE MY NEW HERO!

Was losing my mind trying to get the MS SQL driver working with PHP. Gradually starting to realize why everyone says to use the zip version and avoid the installer version.</description>
		<content:encoded><![CDATA[<p>YOU ARE MY NEW HERO!</p>
<p>Was losing my mind trying to get the MS SQL driver working with PHP. Gradually starting to realize why everyone says to use the zip version and avoid the installer version.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: chartmann</title>
		<link>http://www.undermyhat.org/blog/2009/07/php-windows-install-unable-to-load-dynamic-library-php_mssql-dll-php_pspell-dll-etc/comment-page-1/#comment-1518</link>
		<dc:creator>chartmann</dc:creator>
		<pubDate>Mon, 19 Oct 2009 23:17:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=224#comment-1518</guid>
		<description>I spent almost two hours trying to figure this out.  

Thank you for the thorough explanation.</description>
		<content:encoded><![CDATA[<p>I spent almost two hours trying to figure this out.  </p>
<p>Thank you for the thorough explanation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Abel Braaksma</title>
		<link>http://www.undermyhat.org/blog/2009/07/php-windows-install-unable-to-load-dynamic-library-php_mssql-dll-php_pspell-dll-etc/comment-page-1/#comment-6364</link>
		<dc:creator>Abel Braaksma</dc:creator>
		<pubDate>Mon, 05 Oct 2009 16:35:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.undermyhat.org/blog/?p=224#comment-6364</guid>
		<description>Agreed, but only do so if you do not need the PostGre SQL driver. Otherwise, see my instructions above to fix it to get it working.</description>
		<content:encoded><![CDATA[<p>Agreed, but only do so if you do not need the PostGre SQL driver. Otherwise, see my instructions above to fix it to get it working.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced) (user agent is rejected)

Served from: www.undermyhat.org @ 2010-09-06 23:27:22 -->