<?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: AMP for development on Mac OS X: MAMP</title>
	<atom:link href="http://www.estadieu.com/blog/2007/02/06/amp-for-development-on-mac-os-x-mamp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.estadieu.com/blog/2007/02/06/amp-for-development-on-mac-os-x-mamp/</link>
	<description>notes on whatever and more...</description>
	<lastBuildDate>Thu, 18 Mar 2010 13:08:14 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Jonathan Arnold</title>
		<link>http://www.estadieu.com/blog/2007/02/06/amp-for-development-on-mac-os-x-mamp/comment-page-1/#comment-5005</link>
		<dc:creator>Jonathan Arnold</dc:creator>
		<pubDate>Thu, 29 Mar 2007 00:06:45 +0000</pubDate>
		<guid isPermaLink="false">http://gestadieu.free.fr/blog/?p=80#comment-5005</guid>
		<description>Vilo:

1. $PATH refers to an environment variable enumerating the directories in your path...which are set for bash(the bourne again shell, the shell that is included with OSX) in a file called .profile located in a users(you hve a user account on your mac) home directory which you can get to in the terminal by typing cd ~

your home folder would be somewhere like /Users/username

2. OSX comes preinstalled with php 4...and pear...the are sitting in /usr/bin....which incidentally is in your path when you start a new shell ...so instead of typing /usr/bin/php which is long and tedious...if something is in your path you could just at the bash prompt type php...now...if we are gonna add the php bin directory...where the new php executable is to our path...then we are going to be confused..which php is which...we thus rename the php executable in /usr/bin to php-old or something ...and likewise for pear....add the mamp bin directory to our path...voila now we can run php jsut by typing php from the command line and guess what...its the new php5 executable included with mamp that we are running</description>
		<content:encoded><![CDATA[<p>Vilo:</p>
<p>1. $PATH refers to an environment variable enumerating the directories in your path&#8230;which are set for bash(the bourne again shell, the shell that is included with OSX) in a file called .profile located in a users(you hve a user account on your mac) home directory which you can get to in the terminal by typing cd ~</p>
<p>your home folder would be somewhere like /Users/username</p>
<p>2. OSX comes preinstalled with php 4&#8230;and pear&#8230;the are sitting in /usr/bin&#8230;.which incidentally is in your path when you start a new shell &#8230;so instead of typing /usr/bin/php which is long and tedious&#8230;if something is in your path you could just at the bash prompt type php&#8230;now&#8230;if we are gonna add the php bin directory&#8230;where the new php executable is to our path&#8230;then we are going to be confused..which php is which&#8230;we thus rename the php executable in /usr/bin to php-old or something &#8230;and likewise for pear&#8230;.add the mamp bin directory to our path&#8230;voila now we can run php jsut by typing php from the command line and guess what&#8230;its the new php5 executable included with mamp that we are running</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vilo</title>
		<link>http://www.estadieu.com/blog/2007/02/06/amp-for-development-on-mac-os-x-mamp/comment-page-1/#comment-4849</link>
		<dc:creator>Vilo</dc:creator>
		<pubDate>Sun, 25 Mar 2007 18:09:16 +0000</pubDate>
		<guid isPermaLink="false">http://gestadieu.free.fr/blog/?p=80#comment-4849</guid>
		<description>also...
in step 1 you say ... &quot;(in our case we want php5)&quot; and then in step 2 you are moving php4 and pear4

it is confusing.</description>
		<content:encoded><![CDATA[<p>also&#8230;<br />
in step 1 you say &#8230; &#8220;(in our case we want php5)&#8221; and then in step 2 you are moving php4 and pear4</p>
<p>it is confusing.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vilo</title>
		<link>http://www.estadieu.com/blog/2007/02/06/amp-for-development-on-mac-os-x-mamp/comment-page-1/#comment-4847</link>
		<dc:creator>Vilo</dc:creator>
		<pubDate>Sun, 25 Mar 2007 17:56:10 +0000</pubDate>
		<guid isPermaLink="false">http://gestadieu.free.fr/blog/?p=80#comment-4847</guid>
		<description>Thanks for the effort but your instructions are not clear to me. Little more description would be much appraciated.

I do not understand following:

&quot;1. We will add one line in your PATH&quot; ... what path? path in what? where? path in PHP? path in MAMP? path in Apache?

&quot;Add in your home folder a .profile file&quot; ... what is home folder? htdocs? bin? php5?

thanks for your help</description>
		<content:encoded><![CDATA[<p>Thanks for the effort but your instructions are not clear to me. Little more description would be much appraciated.</p>
<p>I do not understand following:</p>
<p>&#8220;1. We will add one line in your PATH&#8221; &#8230; what path? path in what? where? path in PHP? path in MAMP? path in Apache?</p>
<p>&#8220;Add in your home folder a .profile file&#8221; &#8230; what is home folder? htdocs? bin? php5?</p>
<p>thanks for your help</p>
]]></content:encoded>
	</item>
</channel>
</rss>
