<?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 for Bisna Blog</title>
	<atom:link href="http://blog.bisna.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.bisna.com</link>
	<description>Blog of Guilherme Blanco</description>
	<lastBuildDate>Wed, 15 Feb 2012 01:58:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on Installing PEAR on built-in PHP of Snow Leopard by Enabling Oracle OCI8 PHP Extension on OS X Snow Leopard &#171; Enavigo</title>
		<link>http://blog.bisna.com/2011/04/installing-pear-on-builtin-php-of-snow-leopard/#comment-169</link>
		<dc:creator>Enabling Oracle OCI8 PHP Extension on OS X Snow Leopard &#171; Enavigo</dc:creator>
		<pubDate>Wed, 15 Feb 2012 01:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bisna.com/?p=15#comment-169</guid>
		<description>[...] [If you see an error here, you may not have Pecl or Pear (PHP package managers) installed. In that case look at these installation instructions] [...]</description>
		<content:encoded><![CDATA[<p>[...] [If you see an error here, you may not have Pecl or Pear (PHP package managers) installed. In that case look at these installation instructions] [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Snow Leopard built-in MAMP to work smoothly by Simon</title>
		<link>http://blog.bisna.com/2011/04/getting-snow-leopard-builtin-mamp-to-work-smoothly/#comment-101</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Fri, 01 Jul 2011 09:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bisna.com/?p=7#comment-101</guid>
		<description>Great tutorial, saved my life after trying to make ImageMagick work with a MAMP installation on Snow Leopard. Thanks!</description>
		<content:encoded><![CDATA[<p>Great tutorial, saved my life after trying to make ImageMagick work with a MAMP installation on Snow Leopard. Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Snow Leopard built-in MAMP to work smoothly by Eugene Kohlbecker</title>
		<link>http://blog.bisna.com/2011/04/getting-snow-leopard-builtin-mamp-to-work-smoothly/#comment-100</link>
		<dc:creator>Eugene Kohlbecker</dc:creator>
		<pubDate>Fri, 03 Jun 2011 13:02:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bisna.com/?p=7#comment-100</guid>
		<description>Hi.

I&#039;m having a problem following your instructions at
http://blog.bisna.com/2011/04/getting-snow-leopard-builtin-mamp-to-work-smoothly/

I get to the point where APC is installed and I&#039;ve inserted the extension line in
/private/etc/php.ini

I restart apache (sudo apachectl restart).  When I try loading 
http://localhost/~adrien/info.php

I get a server error.  Here&#039;s the apache console log entry:

[Fri Jun 03 08:58:16 2011] [error] [client ::1] PHP Fatal error:  Unknown: apc_fcntl_unlock failed: in Unknown on line 0

A similar entry appears when attempting to load an localhost .php file.  If I go back to the php.ini and comment out the extension (put a ; before the line) and restart apache
everything works again.

Please advise.

Thank you.</description>
		<content:encoded><![CDATA[<p>Hi.</p>
<p>I&#8217;m having a problem following your instructions at<br />
<a href="http://blog.bisna.com/2011/04/getting-snow-leopard-builtin-mamp-to-work-smoothly/" rel="nofollow">http://blog.bisna.com/2011/04/getting-snow-leopard-builtin-mamp-to-work-smoothly/</a></p>
<p>I get to the point where APC is installed and I&#8217;ve inserted the extension line in<br />
/private/etc/php.ini</p>
<p>I restart apache (sudo apachectl restart).  When I try loading<br />
<a href="http://localhost/~adrien/info.php" rel="nofollow">http://localhost/~adrien/info.php</a></p>
<p>I get a server error.  Here&#8217;s the apache console log entry:</p>
<p>[Fri Jun 03 08:58:16 2011] [error] [client ::1] PHP Fatal error:  Unknown: apc_fcntl_unlock failed: in Unknown on line 0</p>
<p>A similar entry appears when attempting to load an localhost .php file.  If I go back to the php.ini and comment out the extension (put a ; before the line) and restart apache<br />
everything works again.</p>
<p>Please advise.</p>
<p>Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Fixing Mysql sock issue when using PHP on Snow Leopard by Dmitry Belyakov</title>
		<link>http://blog.bisna.com/2011/04/fixing-mysql-sock-issue-when-using-php-on-snow-leopard/#comment-84</link>
		<dc:creator>Dmitry Belyakov</dc:creator>
		<pubDate>Sat, 30 Apr 2011 14:17:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bisna.com/?p=26#comment-84</guid>
		<description>Hi, Guilherme.

First of all I want to thank you for your Bisna ZendFramework+Doctrine integration library. Some time ago I&#039;ve struggled with the same issue with ZendServer storing mysql socket in it&#039;s own directory and did just the same as you suggest #ln -s ... 

But the problem was that I needed to do this each time I reboot (wich was getting a bit annoying), so a better approach may be to configure mysql to store the socket where it needs to be. This can be done in my.cnf with :

[mysqld]
socket= /tmp/mysql.sock  #(or whatever)

Hope that was to the point of your post.
Dmitry.</description>
		<content:encoded><![CDATA[<p>Hi, Guilherme.</p>
<p>First of all I want to thank you for your Bisna ZendFramework+Doctrine integration library. Some time ago I&#8217;ve struggled with the same issue with ZendServer storing mysql socket in it&#8217;s own directory and did just the same as you suggest #ln -s &#8230; </p>
<p>But the problem was that I needed to do this each time I reboot (wich was getting a bit annoying), so a better approach may be to configure mysql to store the socket where it needs to be. This can be done in my.cnf with :</p>
<p>[mysqld]<br />
socket= /tmp/mysql.sock  #(or whatever)</p>
<p>Hope that was to the point of your post.<br />
Dmitry.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Installing PEAR on built-in PHP of Snow Leopard by Marco Pivetta</title>
		<link>http://blog.bisna.com/2011/04/installing-pear-on-builtin-php-of-snow-leopard/#comment-58</link>
		<dc:creator>Marco Pivetta</dc:creator>
		<pubDate>Tue, 19 Apr 2011 15:52:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bisna.com/?p=15#comment-58</guid>
		<description>I just wanted to specify that Guilherme had /usr/local on MAC OS X 10.6 because he installed MySQL through the official provided DMG :)
Thanks to Guilherme for pointing me in the right direction :)</description>
		<content:encoded><![CDATA[<p>I just wanted to specify that Guilherme had /usr/local on MAC OS X 10.6 because he installed MySQL through the official provided DMG <img src='http://blog.bisna.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Thanks to Guilherme for pointing me in the right direction <img src='http://blog.bisna.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Snow Leopard built-in MAMP to work smoothly by Fixing Mysql sock issue when using PHP on Snow Leopard &#124; Bisna Blog</title>
		<link>http://blog.bisna.com/2011/04/getting-snow-leopard-builtin-mamp-to-work-smoothly/#comment-26</link>
		<dc:creator>Fixing Mysql sock issue when using PHP on Snow Leopard &#124; Bisna Blog</dc:creator>
		<pubDate>Wed, 13 Apr 2011 15:24:42 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bisna.com/?p=7#comment-26</guid>
		<description>[...] you followed my tutorial pages about installing Apache + PHP + missing extensions and installing PEAR previously, maybe you are interested to look at this [...]</description>
		<content:encoded><![CDATA[<p>[...] you followed my tutorial pages about installing Apache + PHP + missing extensions and installing PEAR previously, maybe you are interested to look at this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Getting Snow Leopard built-in MAMP to work smoothly by Installing PEAR on built-in PHP of Snow Leopard &#124; Bisna Blog</title>
		<link>http://blog.bisna.com/2011/04/getting-snow-leopard-builtin-mamp-to-work-smoothly/#comment-23</link>
		<dc:creator>Installing PEAR on built-in PHP of Snow Leopard &#124; Bisna Blog</dc:creator>
		<pubDate>Tue, 12 Apr 2011 02:37:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bisna.com/?p=7#comment-23</guid>
		<description>[...] Bisna Blog   Blog of Guilherme Blanco    Skip to content HomeSample Page        &#8592; Getting Snow Leopard built-in MAMP to work smoothly [...]</description>
		<content:encoded><![CDATA[<p>[...] Bisna Blog   Blog of Guilherme Blanco    Skip to content HomeSample Page        &larr; Getting Snow Leopard built-in MAMP to work smoothly [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Hello world! by Erik Arvidsson</title>
		<link>http://blog.bisna.com/2011/02/hello-world/#comment-22</link>
		<dc:creator>Erik Arvidsson</dc:creator>
		<pubDate>Mon, 28 Mar 2011 06:17:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.bisna.com/?p=1#comment-22</guid>
		<description>Seems to work =P</description>
		<content:encoded><![CDATA[<p>Seems to work =P</p>
]]></content:encoded>
	</item>
</channel>
</rss>

