Is the combination of PHP5, MySQL and Macbook Pro a LAMP stack? If not, what to do?
I mainly use Visual Studio, I love it, but it makes me feel a little claustrophobic lately. On my MacBook Pro, I've configured PHP5 and MySQL (natively). With an embedded server on a Mac, does the LAMP stack do it? Is Mac OSX considered a Linux environment? I have VMWare Fusion 3, do I have to configure my Linux OS practically in order to implement a LAMP stack? Should I be using CakePHP or Zend? Any guidance would be much appreciated.
a source to share
In fact, a very common service for configuring MySQL and Apache / PHP support on Mac is called MAMP
. So there you go. I think you are on MAMP.
But the OS really only matters if you plan on using it. I use and enjoy the CodeIgniter PHP framework which is OS agnostic so I really need a stack -AMP
.
a source to share