<?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"
	>
<channel>
	<title>Comments on: Apache/PHP Help in Loading a Module</title>
	<atom:link href="http://nslog.com/2006/11/09/apachephp_help_in_loading_a_module/feed" rel="self" type="application/rss+xml" />
	<link>http://nslog.com/2006/11/09/apachephp_help_in_loading_a_module</link>
	<description>The Weblog of Erik J. Barzeski</description>
	<pubDate>Sat, 30 Aug 2008 14:41:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Frode Danielsen</title>
		<link>http://nslog.com/2006/11/09/apachephp_help_in_loading_a_module#comment-22112</link>
		<dc:creator>Frode Danielsen</dc:creator>
		<pubDate>Thu, 09 Nov 2006 17:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/11/09/apachephp_help_in_loading_a_module/#comment-22112</guid>
		<description>Well, PHP might be set up with the dl() function enabled, and although it is specified to only load modules in the PHP extension directory there is a script in the comments on the manual page for dl() which seems to be for loading a locally installed module:
http://php.net/manual/en/function.dl.php#59424

You might also be able to find a configuration directive for PHP which loads a module and which can be set through htaccess.

This is under the assumption that this is a module for PHP, and not for Apache.</description>
		<content:encoded><![CDATA[<p>Well, PHP might be set up with the dl() function enabled, and although it is specified to only load modules in the PHP extension directory there is a script in the comments on the manual page for dl() which seems to be for loading a locally installed module:<br />
<a href="http://php.net/manual/en/function.dl.php#59424" >http://php.net/manual/en/function.dl.php#59424</a></p>
<p>You might also be able to find a configuration directive for PHP which loads a module and which can be set through htaccess.</p>
<p>This is under the assumption that this is a module for PHP, and not for Apache.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Daniel</title>
		<link>http://nslog.com/2006/11/09/apachephp_help_in_loading_a_module#comment-22094</link>
		<dc:creator>Daniel</dc:creator>
		<pubDate>Thu, 09 Nov 2006 16:33:48 +0000</pubDate>
		<guid isPermaLink="false">http://nslog.com/2006/11/09/apachephp_help_in_loading_a_module/#comment-22094</guid>
		<description>Your friend may be out of luck if she doesn't have access to httpd.conf: as far as I know, that's the only way to load Apache plugins.</description>
		<content:encoded><![CDATA[<p>Your friend may be out of luck if she doesn't have access to httpd.conf: as far as I know, that's the only way to load Apache plugins.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
