10.7 Mountain Lion

Apple has kept OS X 10.7 Lion and OS X 10.8 Mountain Lion available for customers who have machines limited to the older software, but until recently, Apple was charging $19.99 to get download. A Windows Explorer window will pop up; from there, select the OS X 10.8 Mountain Lion bootable DVD. Click back into the Hackboot screen, and press the 'F5' key on your keyboard. This will refresh Hackboot. The CD icon in the middle of the Hackboot screen will now say 'OS X Install DVD'. Apple also offered another marginal update on the Mac OS X Mountain Lion download called the Mountain Lion version 10.8.1. Aug 23, 2019 Mac OS X Lion 10.7 is the eighth major release of Mac OS X is a completely different version from the for windows because it is a version that is totally based on the productivity suite for mac os x.

Mountain10.7 Mountain Lion10.7 Mountain Lion

Like Lion (OS X 10.7) before it, Mountain Lion (OS X 10.8) doesn’t ship on a disc—it’s available only as an installer app downloadable from the Mac App Store, and that installer doesn’t.

OSX Yosemite comes with PHP 5.5. OSX Mountain Lion comes with PHP 5.3. What if you wanted to run PHP 5.4 on both? Well, you can, with a dead simple installation;

Shell commandcurl -s http://php-osx.liip.ch/install.sh | bash -s 5.4
will install PHP 5.4.

Thanks to The coolest guide on the planet.

10.7

[EDIT: nov 6 2017: fixed dead link, added troubleshooting steps below]

Still not seeing the new version?

  1. The command above should install the old PHP 5 in /usr/local/php5 (which should be user-writable) and also write a new config file in /etc/apache2/other/+php-osx.conf, so please check and see if both exist.
    If you installed PHP 7.x, the folder is /usr/local/php7, of course.
  2. Run apachectl -t -D DUMP_INCLUDES and check if the new config file is loaded (should be /etc/apache2/other/+php-osx.conf)
  3. Try apachectl configtest and see if any errors occurred

10.7 Mountain Lion For Sale

If you can’t get it to work, try alternate methods, like using the even older series of posts on How to set-up and maintain a development environment on osx, OR (even better!) use Local by Flywheel.