Differences
This shows you the differences between two versions of the page.
pear_modules_in_mamp [2011/06/21 17:19] – created - external edit 127.0.0.1 | pear_modules_in_mamp [2025/07/21 09:38] (current) – removed steve | ||
---|---|---|---|
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! |