MAMP is self contained -- nothing you do to OSX will change it's
settings.

That said -- when you create projects in Symfony the symfony
executable in your webapp under /vendor/data/bin/symfony will look
for:
 /usr/bin/env php

which is NOT MAMPs copy of PHP found at /Applications/MAMP/bin/php5/
bin/php  ( i edit my symfony shebang executable at this path to point
to MAMPs)

SImilarly in /Application/MAMP/conf/php5/php.ini

mysql by default is set to look at MAMPs mysql socket file (not the 1
provided by OSX natively):

; Default socket name for local MySQL connects.  If empty, uses the
built-in
; MySQL defaults.
mysql.default_socket = /Applications/MAMP/tmp/mysql/mysql.sock

if you've mucked with these settings you've probably broken MAMP
someone. You should be able to take your webapp in MAMPs htdocs
directory and copy it all out ... delete and reinstall MAMP and drop
your app back in and it should work fine ....

-- 
If you want to report a vulnerability issue on symfony, please send it to 
security at symfony-project.com

You received this message because you are subscribed to the Google
Groups "symfony users" group.
To post to this group, send email to symfony-users@googlegroups.com
To unsubscribe from this group, send email to
symfony-users+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/symfony-users?hl=en

Reply via email to