Changes between Version 65 and Version 66 of howto/MAMP
- Timestamp:
- Apr 22, 2013, 5:07:41 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
howto/MAMP
v65 v66 270 270 As of the php54 port, installing PHP to work in Apache is a separate port rather than a variant of the php5 port and so should be installed with: 271 271 {{{ 272 sudo port install php54 php54-apache2handler273 sudo port install php5 -mysql272 sudo port install php54-apache2handler 273 sudo port install php54-mysql 274 274 }}} 275 275