Author Archives: guilhermeblanco

Standard way for local configuration file in Zend Framework

I’ve read people have talked about local configuration files in Zend Framework. As of Zend Framework 1.10, multiple configuration files is supported by Zend_Application. Here is the right (standardized) approach: $application = new Zend_Application( APPLICATION_ENV, array( ‘config’ => array( APPLICATION_PATH … Continue reading

Posted in php, Uncategorized | Leave a comment

Fixing Mysql sock issue when using PHP on Snow Leopard

If you followed my tutorial pages about installing Apache + PHP + missing extensions and installing PEAR previously, maybe you are interested to look at this fix. Installing MySQL is easy. Just go to MySQL Download page and grab the … Continue reading

Posted in Uncategorized | 1 Comment

Installing PEAR on built-in PHP of Snow Leopard

If you followed my last blog post, now you have your PHP environment with missing extensions compiled and loaded. But we still lack of PEAR support. This post has the intention to explain how to install PEAR on your default … Continue reading

Posted in pear, php | 2 Comments

Getting Snow Leopard built-in MAMP to work smoothly

Considering you are here, I can assume you are a desperate folk looking for a possible solution to make built-in MAMP work perfectly using the default packages that comes with clean Snow Leopard installation. Trust me, I was feeling like … Continue reading

Posted in apache, apc, development, imagemagick, memcache, php, snow leopard, xdebug | Tagged , , , , , , , | 4 Comments

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start blogging! Bookmark on Delicious Digg this post Share on dzone Recommend on Facebook Buzz it up share via Reddit Tweet about it Subscribe to the comments … Continue reading

Posted in Uncategorized | 1 Comment