<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.2" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Installing PECL Modules</title>
	<link>http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/</link>
	<description>Web Development Blog</description>
	<pubDate>Fri, 05 Sep 2008 21:50:25 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.2</generator>

	<item>
		<title>by: Installing PECL Extensions &#124; Burlymike.com 3.2</title>
		<link>http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/#comment-27693</link>
		<pubDate>Wed, 26 Mar 2008 20:08:29 +0000</pubDate>
		<guid>http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/#comment-27693</guid>
					<description>[...] Great guide here. What is the difference then all the other guides out there? Most other guides fail to mention this portion of the installation process:  You will need to activate the extension by editting your php.ini and add: [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Great guide here. What is the difference then all the other guides out there? Most other guides fail to mention this portion of the installation process:  You will need to activate the extension by editting your php.ini and add: [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Lab 3: Meinen Kampf (mit Linux) &#171; The New Endeavors</title>
		<link>http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/#comment-19641</link>
		<pubDate>Sat, 03 Nov 2007 04:11:33 +0000</pubDate>
		<guid>http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/#comment-19641</guid>
					<description>[...] http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/ [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] <a href='http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/' rel='nofollow'>http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/</a> [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Fredy</title>
		<link>http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/#comment-19469</link>
		<pubDate>Wed, 31 Oct 2007 00:15:09 +0000</pubDate>
		<guid>http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/#comment-19469</guid>
					<description>I have instaled in Red Hat AS4 and all works great!

thank's for the how to</description>
		<content:encoded><![CDATA[<p>I have instaled in Red Hat AS4 and all works great!</p>
<p>thank&#039;s for the how to
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jeremiah</title>
		<link>http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/#comment-14254</link>
		<pubDate>Wed, 25 Jul 2007 05:29:43 +0000</pubDate>
		<guid>http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/#comment-14254</guid>
					<description>check in the php.ini
extension=php_mime_magic.dll
also
I suppose you download appropriate file for PHP? ;)
I use php 5.1.6 add php_fileinfo.dll 	
php-5.1.6 (5_1) 	60 	269 	Compile 	2007-07-24 15:12:59
fine. Even I use Windows ;)</description>
		<content:encoded><![CDATA[<p>check in the php.ini<br />
extension=php_mime_magic.dll<br />
also<br />
I suppose you download appropriate file for PHP? <img src='http://www.jellyandcustard.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
I use php 5.1.6 add php_fileinfo.dll<br />
php-5.1.6 (5_1) 	60 	269 	Compile 	2007-07-24 15:12:59<br />
fine. Even I use Windows <img src='http://www.jellyandcustard.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: amimusa</title>
		<link>http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/#comment-7288</link>
		<pubDate>Fri, 18 May 2007 14:40:42 +0000</pubDate>
		<guid>http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/#comment-7288</guid>
					<description>Solution, don't use Windows</description>
		<content:encoded><![CDATA[<p>Solution, don&#039;t use Windows
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Rien</title>
		<link>http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/#comment-6773</link>
		<pubDate>Thu, 10 May 2007 05:59:38 +0000</pubDate>
		<guid>http://www.jellyandcustard.com/2006/01/19/installing-pecl-modules/#comment-6773</guid>
					<description>What I can do possible wrong?

Installing on Windows of the PECL module fileinfo.dll
...simply place the dll in your extensions directory. Add the extension to the php.ini file as described above, restart your web server, and you are good to go! 

I did all of that...
1) added this line in my php.ini &lt;b&gt;extension=fileinfo.dll&lt;/b&gt;
2) copied the dll file into my php ext folder
3) restarted my apache webserver on localhost

Result:
&lt;b&gt;Fatal error: Call to undefined function mime_content_type() in D:\websites\2006-apeirons\tetst.php on line 2&lt;/b&gt;</description>
		<content:encoded><![CDATA[<p>What I can do possible wrong?</p>
<p>Installing on Windows of the PECL module fileinfo.dll<br />
&#8230;simply place the dll in your extensions directory. Add the extension to the php.ini file as described above, restart your web server, and you are good to go! </p>
<p>I did all of that&#8230;<br />
1) added this line in my php.ini <b>extension=fileinfo.dll</b><br />
2) copied the dll file into my php ext folder<br />
3) restarted my apache webserver on localhost</p>
<p>Result:<br />
<b>Fatal error: Call to undefined function mime_content_type() in D:websites2006-apeironstetst.php on line 2</b>
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
