<?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: Why to use PEAR</title>
	<atom:link href="http://www.sematopia.com/2006/03/why-to-use-pear/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.sematopia.com/2006/03/why-to-use-pear/</link>
	<description></description>
	<lastBuildDate>Fri, 30 Jul 2010 00:10:34 -0400</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Evgeni</title>
		<link>http://www.sematopia.com/2006/03/why-to-use-pear/comment-page-1/#comment-205531</link>
		<dc:creator>Evgeni</dc:creator>
		<pubDate>Wed, 06 Jan 2010 15:27:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=64#comment-205531</guid>
		<description>Hello!
I need help like the guy up here. I installed PEAR, wrote this
require_once ‘DB.php’;
PEAR::setErrorHandling(PEAR_ERROR_DIE);

$db_host = ‘localhost’;
$db_user = ‘root’;
$db_pass = ‘password’;
$db_name = ‘dataBase_name’;
$dsn = “mysql://$db_user:$db_pass@unix+$db_host/$db_name”;

$db = DB::connect($dsn);
$db-&gt;setFetchMode(DB_FETCHMODE_OBJECT);

but browser tells me about Apache HTTP error. No connection to the DB either. 
DB.php is in PEAR dir. I don&#039;t know, what to do.</description>
		<content:encoded><![CDATA[<p>Hello!<br />
I need help like the guy up here. I installed PEAR, wrote this<br />
require_once ‘DB.php’;<br />
PEAR::setErrorHandling(PEAR_ERROR_DIE);</p>
<p>$db_host = ‘localhost’;<br />
$db_user = ‘root’;<br />
$db_pass = ‘password’;<br />
$db_name = ‘dataBase_name’;<br />
$dsn = “mysql://$db_user:$db_pass@unix+$db_host/$db_name”;</p>
<p>$db = DB::connect($dsn);<br />
$db-&gt;setFetchMode(DB_FETCHMODE_OBJECT);</p>
<p>but browser tells me about Apache HTTP error. No connection to the DB either.<br />
DB.php is in PEAR dir. I don&#8217;t know, what to do.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: George A. Papayiannis</title>
		<link>http://www.sematopia.com/2006/03/why-to-use-pear/comment-page-1/#comment-165887</link>
		<dc:creator>George A. Papayiannis</dc:creator>
		<pubDate>Fri, 30 Jan 2009 18:26:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=64#comment-165887</guid>
		<description>Hi Jim,

I&#039;ve never used that package.  Are you using it for Public/Private encryption?  You can look at this post I wrote about RSA: http://www.sematopia.com/?p=275

All the best,
George</description>
		<content:encoded><![CDATA[<p>Hi Jim,</p>
<p>I&#8217;ve never used that package.  Are you using it for Public/Private encryption?  You can look at this post I wrote about RSA: <a href="http://www.sematopia.com/?p=275" rel="nofollow">http://www.sematopia.com/?p=275</a></p>
<p>All the best,<br />
George</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jim Dunn</title>
		<link>http://www.sematopia.com/2006/03/why-to-use-pear/comment-page-1/#comment-165872</link>
		<dc:creator>Jim Dunn</dc:creator>
		<pubDate>Fri, 30 Jan 2009 16:40:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=64#comment-165872</guid>
		<description>Hey George,

Have you ever used the PEAR Package called &quot;Crypt_GPG&quot;?

I&#039;ve spend the last 36 hours trying to get it working... and finally realized I needed to enable the proc_open() and proc_close() functions... but now I&#039;m concerned that other users might be able to use those functions maliciously in PHP...

Do you have any suggestions?
Thx!  :)
Jim</description>
		<content:encoded><![CDATA[<p>Hey George,</p>
<p>Have you ever used the PEAR Package called &#8220;Crypt_GPG&#8221;?</p>
<p>I&#8217;ve spend the last 36 hours trying to get it working&#8230; and finally realized I needed to enable the proc_open() and proc_close() functions&#8230; but now I&#8217;m concerned that other users might be able to use those functions maliciously in PHP&#8230;</p>
<p>Do you have any suggestions?<br />
Thx!  :)<br />
Jim</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vishal</title>
		<link>http://www.sematopia.com/2006/03/why-to-use-pear/comment-page-1/#comment-73658</link>
		<dc:creator>Vishal</dc:creator>
		<pubDate>Wed, 19 Mar 2008 05:47:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=64#comment-73658</guid>
		<description>Hi Richard,
this might help you...
1. check whether the DB.php file exist in pear dir (current pear support mdb2.php better you upgrade your package)
2. use connection as you connect to mysql in windows case you might omit the &quot;unix&quot;

it worked for  me</description>
		<content:encoded><![CDATA[<p>Hi Richard,<br />
this might help you&#8230;<br />
1. check whether the DB.php file exist in pear dir (current pear support mdb2.php better you upgrade your package)<br />
2. use connection as you connect to mysql in windows case you might omit the &#8220;unix&#8221;</p>
<p>it worked for  me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: RITGRAD83</title>
		<link>http://www.sematopia.com/2006/03/why-to-use-pear/comment-page-1/#comment-35463</link>
		<dc:creator>RITGRAD83</dc:creator>
		<pubDate>Wed, 17 Oct 2007 19:51:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=64#comment-35463</guid>
		<description>I have installed Apache/2.2.6 (Win32) PHP/5.2.4  on WinXP 32 SP2 and MySQL 5.0.45 and got everything to work including MyPhpAdmin. No problem there.

Then when I tried to run the sample peartest.php code as shown below: 

require_once &#039;DB.php&#039;;
PEAR::setErrorHandling(PEAR_ERROR_DIE);

$db_host = &#039;localhost&#039;;
$db_user = &#039;root&#039;;
$db_pass = &#039;password&#039;;
$db_name = &#039;dataBase_name&#039;;
$dsn = &quot;mysql://$db_user:$db_pass@unix+$db_host/$db_name&quot;;

$db = DB::connect($dsn);
$db-&gt;setFetchMode(DB_FETCHMODE_OBJECT);

I get no response or a blank page. Notice that I copied the code without making any changes to the user, password, etc.  Also notice a reference to unix in the $dsn variable - not changed either. Ran the code and It didn&#039;t give me any error nothing. Yet when I ran another test code with phpinfo(); it produced a page showing the configuration information.

Any ideas?

Thanks

Richard</description>
		<content:encoded><![CDATA[<p>I have installed Apache/2.2.6 (Win32) PHP/5.2.4  on WinXP 32 SP2 and MySQL 5.0.45 and got everything to work including MyPhpAdmin. No problem there.</p>
<p>Then when I tried to run the sample peartest.php code as shown below: </p>
<p>require_once &#8216;DB.php&#8217;;<br />
PEAR::setErrorHandling(PEAR_ERROR_DIE);</p>
<p>$db_host = &#8216;localhost&#8217;;<br />
$db_user = &#8216;root&#8217;;<br />
$db_pass = &#8216;password&#8217;;<br />
$db_name = &#8216;dataBase_name&#8217;;<br />
$dsn = &#8220;mysql://$db_user:$db_pass@unix+$db_host/$db_name&#8221;;</p>
<p>$db = DB::connect($dsn);<br />
$db-&gt;setFetchMode(DB_FETCHMODE_OBJECT);</p>
<p>I get no response or a blank page. Notice that I copied the code without making any changes to the user, password, etc.  Also notice a reference to unix in the $dsn variable &#8211; not changed either. Ran the code and It didn&#8217;t give me any error nothing. Yet when I ran another test code with phpinfo(); it produced a page showing the configuration information.</p>
<p>Any ideas?</p>
<p>Thanks</p>
<p>Richard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lydia</title>
		<link>http://www.sematopia.com/2006/03/why-to-use-pear/comment-page-1/#comment-30138</link>
		<dc:creator>Lydia</dc:creator>
		<pubDate>Sun, 26 Aug 2007 07:31:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=64#comment-30138</guid>
		<description>I have problem displaying graph in internet explorer using go-pear anyone have the solution to that?</description>
		<content:encoded><![CDATA[<p>I have problem displaying graph in internet explorer using go-pear anyone have the solution to that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: NCBES</title>
		<link>http://www.sematopia.com/2006/03/why-to-use-pear/comment-page-1/#comment-1293</link>
		<dc:creator>NCBES</dc:creator>
		<pubDate>Wed, 24 May 2006 16:37:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=64#comment-1293</guid>
		<description>I am getting crazy looking around how to install pear extensions in Ubuntu system
I have PHP 5.0.5 and I would like to install doi library but it results impossible to find PECL extension for Linux. Which is the alternative?</description>
		<content:encoded><![CDATA[<p>I am getting crazy looking around how to install pear extensions in Ubuntu system<br />
I have PHP 5.0.5 and I would like to install doi library but it results impossible to find PECL extension for Linux. Which is the alternative?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.sematopia.com/2006/03/why-to-use-pear/comment-page-1/#comment-362</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Sat, 11 Mar 2006 23:48:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.sematopia.com/?p=64#comment-362</guid>
		<description>Sounds well worth taking a longer look at. Thanks for the info George :cD

&lt;i&gt;Matt</description>
		<content:encoded><![CDATA[<p>Sounds well worth taking a longer look at. Thanks for the info George :cD</p>
<p><i>Matt</i></p>
]]></content:encoded>
	</item>
</channel>
</rss>
