no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | pear_modules_in_mamp [2011/06/21 17:19] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ===== Setting up PEAR Modules in MAMP ===== | ||
+ | Here's an example code for installing Mail and Mail_mime in MAMP | ||
+ | update ''/ | ||
+ | |||
+ | < | ||
+ | include_path = " | ||
+ | </ | ||
+ | |||
+ | |||
+ | Then execute the following commands | ||
+ | <code bash> | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | Now, restart the MAMP servers and you're in! |