<?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: PHP 5.3 on OSX</title>
	<atom:link href="http://annafilina.com/blog/php-5-3-on-osx/feed/" rel="self" type="application/rss+xml" />
	<link>http://annafilina.com/blog/php-5-3-on-osx/</link>
	<description>I fix stuff</description>
	<lastBuildDate>Wed, 11 Jan 2012 23:36:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Anna</title>
		<link>http://annafilina.com/blog/php-5-3-on-osx/comment-page-1/#comment-2217</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Wed, 03 Mar 2010 20:25:12 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/?p=442#comment-2217</guid>
		<description>MacPorts it is! I actually went ahead and installed multiple versions of PHP on my machine.</description>
		<content:encoded><![CDATA[<p>MacPorts it is! I actually went ahead and installed multiple versions of PHP on my machine.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek fong</title>
		<link>http://annafilina.com/blog/php-5-3-on-osx/comment-page-1/#comment-2209</link>
		<dc:creator>derek fong</dc:creator>
		<pubDate>Wed, 03 Mar 2010 12:41:40 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/?p=442#comment-2209</guid>
		<description>While Snow Leopard does come with PHP 5.3, Apple does not update it regularly and I don&#039;t know of a way to easily install PHP extensions when you need them. Updating to new releases of PHP, maintaining two versions (5.2 + 5.3, if you need them both), and installing new extensions are all made much easier with MacPorts.</description>
		<content:encoded><![CDATA[<p>While Snow Leopard does come with PHP 5.3, Apple does not update it regularly and I don&#8217;t know of a way to easily install PHP extensions when you need them. Updating to new releases of PHP, maintaining two versions (5.2 + 5.3, if you need them both), and installing new extensions are all made much easier with MacPorts.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: shaun</title>
		<link>http://annafilina.com/blog/php-5-3-on-osx/comment-page-1/#comment-2197</link>
		<dc:creator>shaun</dc:creator>
		<pubDate>Tue, 02 Mar 2010 04:16:26 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/?p=442#comment-2197</guid>
		<description>I am currently running 10.6.2

blahblah:~ shaunb$ php -v
PHP 5.3.0 (cli) (built: Jul 19 2009 00:34:29) 
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies
blahblah:~ shaunb$ 


If I am not mistaken the 10.6.X php install is a 64 bit compilation.</description>
		<content:encoded><![CDATA[<p>I am currently running 10.6.2</p>
<p>blahblah:~ shaunb$ php -v<br />
PHP 5.3.0 (cli) (built: Jul 19 2009 00:34:29)<br />
Copyright (c) 1997-2009 The PHP Group<br />
Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies<br />
blahblah:~ shaunb$ </p>
<p>If I am not mistaken the 10.6.X php install is a 64 bit compilation.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anna</title>
		<link>http://annafilina.com/blog/php-5-3-on-osx/comment-page-1/#comment-2155</link>
		<dc:creator>Anna</dc:creator>
		<pubDate>Wed, 24 Feb 2010 12:34:08 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/?p=442#comment-2155</guid>
		<description>&lt;a href=&quot;#comment-2149&quot; rel=&quot;nofollow&quot;&gt;@Ted &lt;/a&gt; 
I got Snow Leopard, but php -v gives me 5.2.11.

MacPorts was indeed a good solution to upgrade my PHP.</description>
		<content:encoded><![CDATA[<p><a href="#comment-2149" rel="nofollow">@Ted </a><br />
I got Snow Leopard, but php -v gives me 5.2.11.</p>
<p>MacPorts was indeed a good solution to upgrade my PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Urkman</title>
		<link>http://annafilina.com/blog/php-5-3-on-osx/comment-page-1/#comment-2151</link>
		<dc:creator>Urkman</dc:creator>
		<pubDate>Wed, 24 Feb 2010 07:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/?p=442#comment-2151</guid>
		<description>Here is my Development Enviroment on my MacBook( 10.6 )
 - ZendServer CE( installs almost everything you need like, Apache, php 5.3, mysql )
 - PostgreSQL ( this is my main DB )
 - Netbeans ( best IDE for php )
 - SmartSVN

And with that everything is setup on my MacBook.

One thing I did on installation of OSX: I choose a casesensitive filesystem, because I deploy to a linux maschine...

I&#039;m very happy with all this stuff and development is just fun :-)

Urkman</description>
		<content:encoded><![CDATA[<p>Here is my Development Enviroment on my MacBook( 10.6 )<br />
 &#8211; ZendServer CE( installs almost everything you need like, Apache, php 5.3, mysql )<br />
 &#8211; PostgreSQL ( this is my main DB )<br />
 &#8211; Netbeans ( best IDE for php )<br />
 &#8211; SmartSVN</p>
<p>And with that everything is setup on my MacBook.</p>
<p>One thing I did on installation of OSX: I choose a casesensitive filesystem, because I deploy to a linux maschine&#8230;</p>
<p>I&#8217;m very happy with all this stuff and development is just fun <img src='http://annafilina.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Urkman</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pj</title>
		<link>http://annafilina.com/blog/php-5-3-on-osx/comment-page-1/#comment-2150</link>
		<dc:creator>pj</dc:creator>
		<pubDate>Wed, 24 Feb 2010 06:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/?p=442#comment-2150</guid>
		<description>why not just use MacPorts? It is very easy to install and upgrade to the latest and greatest versions as well as add extensions etc, plus its more more consistent.</description>
		<content:encoded><![CDATA[<p>why not just use MacPorts? It is very easy to install and upgrade to the latest and greatest versions as well as add extensions etc, plus its more more consistent.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ted</title>
		<link>http://annafilina.com/blog/php-5-3-on-osx/comment-page-1/#comment-2149</link>
		<dc:creator>Ted</dc:creator>
		<pubDate>Wed, 24 Feb 2010 00:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/?p=442#comment-2149</guid>
		<description>Is upgrading to Snow Leopard an option? You get PHP 5.3 out of the box, along with newer versions of other stuff like Ruby, Rails, etc.</description>
		<content:encoded><![CDATA[<p>Is upgrading to Snow Leopard an option? You get PHP 5.3 out of the box, along with newer versions of other stuff like Ruby, Rails, etc.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mamsaac</title>
		<link>http://annafilina.com/blog/php-5-3-on-osx/comment-page-1/#comment-2147</link>
		<dc:creator>Mamsaac</dc:creator>
		<pubDate>Tue, 23 Feb 2010 21:29:23 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/?p=442#comment-2147</guid>
		<description>Considering that XAMPP has PHP 5.3.1 packages for Windows, I would expect such version to be available for Mac OS pretty soon.</description>
		<content:encoded><![CDATA[<p>Considering that XAMPP has PHP 5.3.1 packages for Windows, I would expect such version to be available for Mac OS pretty soon.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: derek fong</title>
		<link>http://annafilina.com/blog/php-5-3-on-osx/comment-page-1/#comment-2142</link>
		<dc:creator>derek fong</dc:creator>
		<pubDate>Tue, 23 Feb 2010 15:55:25 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/?p=442#comment-2142</guid>
		<description>&lt;a href=&quot;#comment-2124&quot; rel=&quot;nofollow&quot;&gt;@Anna &lt;/a&gt; I used these instructions to get set up with a complete PHP/MySQL dev environment on my MacBook Pro last year - http://2tbsp.com/content/install_apache_2_and_php_5_macports. It looks like a lot to jump through but in reality, it took me less than an hour to get everything working just as I wanted it. And yes, the biggest benefit is that installing new modules or updating PHP is really simple since dependencies are managed by MacPorts. Porticus is a nice GUI wrapper for the ports command line tool if you prefer port management that way. (BTW, FWIW, I don&#039;t use the MySQL server from MacPorts — I use the Community edition from mysql.com, but that&#039;s mainly because I already had a working MySQL DB prior to installing MacPorts.)

Good luck! =)</description>
		<content:encoded><![CDATA[<p><a href="#comment-2124" rel="nofollow">@Anna </a> I used these instructions to get set up with a complete PHP/MySQL dev environment on my MacBook Pro last year &#8211; <a href="http://2tbsp.com/content/install_apache_2_and_php_5_macports" rel="nofollow">http://2tbsp.com/content/install_apache_2_and_php_5_macports</a>. It looks like a lot to jump through but in reality, it took me less than an hour to get everything working just as I wanted it. And yes, the biggest benefit is that installing new modules or updating PHP is really simple since dependencies are managed by MacPorts. Porticus is a nice GUI wrapper for the ports command line tool if you prefer port management that way. (BTW, FWIW, I don&#8217;t use the MySQL server from MacPorts — I use the Community edition from mysql.com, but that&#8217;s mainly because I already had a working MySQL DB prior to installing MacPorts.)</p>
<p>Good luck! =)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Artur Ejsmont</title>
		<link>http://annafilina.com/blog/php-5-3-on-osx/comment-page-1/#comment-2139</link>
		<dc:creator>Artur Ejsmont</dc:creator>
		<pubDate>Tue, 23 Feb 2010 09:29:01 +0000</pubDate>
		<guid isPermaLink="false">http://annafilina.com/blog/?p=442#comment-2139</guid>
		<description>im currently forced to develop on mac and i hate it to be honest : ) it has been a year and im not into it at all! if it werent for macports it would be a 100% useless os made for simpletons ; )

throwing that to a side i would suggest ports indeed. i also heard new version of macos ships with php5.3 but i dont know details as i have not used it.

Why would companies insist on developing on totally differnet arch then deploy to? these tiny version numbers or missing extensions or os specyfic errors are serious pain. I used to work on windows for 2 years as well  and seriously it was same pain. Develop on ubuntu, delpoy to debian : ) that would be my dream now : )</description>
		<content:encoded><![CDATA[<p>im currently forced to develop on mac and i hate it to be honest : ) it has been a year and im not into it at all! if it werent for macports it would be a 100% useless os made for simpletons ; )</p>
<p>throwing that to a side i would suggest ports indeed. i also heard new version of macos ships with php5.3 but i dont know details as i have not used it.</p>
<p>Why would companies insist on developing on totally differnet arch then deploy to? these tiny version numbers or missing extensions or os specyfic errors are serious pain. I used to work on windows for 2 years as well  and seriously it was same pain. Develop on ubuntu, delpoy to debian : ) that would be my dream now : )</p>
]]></content:encoded>
	</item>
</channel>
</rss>

