<?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: How to install a PHP extension if I do not have access to the extension directory on the server?</title>
	<atom:link href="http://www.bugfindr.com/848/how-to-install-a-php-extension-if-i-do-not-have-access-to-the-extension-directory-on-the-server.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.bugfindr.com/848/how-to-install-a-php-extension-if-i-do-not-have-access-to-the-extension-directory-on-the-server.html</link>
	<description>Smashing resource for tech people</description>
	<lastBuildDate>Wed, 09 Jun 2010 18:59:23 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6-beta1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Sean C</title>
		<link>http://www.bugfindr.com/848/how-to-install-a-php-extension-if-i-do-not-have-access-to-the-extension-directory-on-the-server.html/comment-page-1#comment-659</link>
		<dc:creator>Sean C</dc:creator>
		<pubDate>Sat, 06 Mar 2010 19:36:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.bugfindr.com/848/how-to-install-a-php-extension-if-i-do-not-have-access-to-the-extension-directory-on-the-server.html#comment-659</guid>
		<description>Hello,

  You must contact their support team and have them install it for you, since you are most likely on a shared server. 

Good Luck!
Sean Colicchio
Server Engineer
Host My Site
http://www.hostmysite.com/?utm_source=bb</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>  You must contact their support team and have them install it for you, since you are most likely on a shared server. </p>
<p>Good Luck!<br />
Sean Colicchio<br />
Server Engineer<br />
Host My Site<br />
<a href="http://www.hostmysite.com/?utm_source=bb">http://www.hostmysite.com/?utm_source=bb</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: voltar86</title>
		<link>http://www.bugfindr.com/848/how-to-install-a-php-extension-if-i-do-not-have-access-to-the-extension-directory-on-the-server.html/comment-page-1#comment-658</link>
		<dc:creator>voltar86</dc:creator>
		<pubDate>Sat, 06 Mar 2010 18:44:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.bugfindr.com/848/how-to-install-a-php-extension-if-i-do-not-have-access-to-the-extension-directory-on-the-server.html#comment-658</guid>
		<description>I can tell you as a host that most reputable hosts are going to have PHP locked down to where you&#039;re not allowed to load extensions. It is a huge security issue if you let your users load extensions, as you may have a nefarious user that attempts to load a malicious extension. 

Aside from that, if your host didn&#039;t secure PHP, you could try use dl() to load your extension. http://us3.php.net/manual/en/function.dl.php

If you get a message saying that dl() has been disabled for security reasons, or something along those lines, you may just have to ask your host if they will allow you to use dl() or if they will load the extension for you for a time period.</description>
		<content:encoded><![CDATA[<p>I can tell you as a host that most reputable hosts are going to have PHP locked down to where you&#8217;re not allowed to load extensions. It is a huge security issue if you let your users load extensions, as you may have a nefarious user that attempts to load a malicious extension. </p>
<p>Aside from that, if your host didn&#8217;t secure PHP, you could try use dl() to load your extension. <a href="http://us3.php.net/manual/en/function.dl.php">http://us3.php.net/manual/en/function.dl.php</a></p>
<p>If you get a message saying that dl() has been disabled for security reasons, or something along those lines, you may just have to ask your host if they will allow you to use dl() or if they will load the extension for you for a time period.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
