Tuesday, August 31, 2010

MAMP & MAMP PRO 1.9.1 released

Yesterdy we released MAMP & MAMP PRO Version 1.9.1 (download page). We've fixed a bug in the Japanese localization that the Hosts pane didn't show up.

This update is already available on our download page, don't hesitate to report any other bug you may find to our bugbase so we can fix it as quickly as possible.

Share/Save/Bookmark

Wednesday, August 11, 2010

How to enable PECL uploadprogress extention in MAMP

We found this great howto on smbjorklund.no
"This howto will show you how to get those pesky PECL modules to compile in MAMP like uploadprogress or Xdebug. First a little Drupal background information. FileField and ImageField 3.0 for Drupal 6 released as one of many new features enables us to use the PHP extension uploadprogress that especially come in handy giving the user feedback of progress when uploading large files. Many OS X users are using MAMP to sandbox their development environment but compiling a PECL/PEAR module is not quite that easy in MAMP."
Read the the whole article right here at http://smbjorklund.no

Share/Save/Bookmark

Thursday, June 10, 2010

There is a great screencast by Chris Coyier on "First Moments with MAMP". Check it out!

Share/Save/Bookmark

Tuesday, May 25, 2010

HowTo: Create a local environment using MAMP

The team of drupal.org wrote a great step by step tutorial "Create a local environment using MAMP". Many thanks! Check it out!

Share/Save/Bookmark

Thursday, May 20, 2010

New Online Documentation for MAMP & MAMP PRO

We have just finished the transition of the MAMP PRO PDF-based documentation into an online version. Some entries have been updated others have been added. We also started to add a documentation for the free MAMP, but it is very basic yet.

The new online documentation is available as a wiki. So everyone has the possibility to join and improve it. We hope to solve problems and answer your questions much faster this way.

The new online documentation can be found at: http://documentation.mamp.info

Share/Save/Bookmark

Friday, April 30, 2010

MAMP and IPv6

We are getting lots of questions regarding MAMP / MAMP PRO and IPv6.
Does it work? Yes it does!

Mac OS X supports IPv6 since 10.2, based on KAME. Since 10.3 it is possible to configure IPv6 using the GUI.

Some examples:

MAMP start page with Internet Protocol Version 4
(Apache Port 8888)
http://127.0.0.1:8888/MAMP/index.php?language=English

MAMP start page with Internet Protocol Version 6
(Apache Port 8888 / complete spelling)
http://[0:0:0:0:0:0:0:1]:8888/MAMP/?language=English

MAMP start page with Internet Protocol Version 6
(Apache Port 8888 / short spelling)
http://[::1]:8888/MAMP/?language=English

MAMP start page with Internet Protocol Version 4
(Apache Port 80)
http://127.0.0.1/MAMP/index.php?language=English

MAMP start page with Internet Protocol Version 6
(Apache Port 80 / complete spelling)
http://[0:0:0:0:0:0:0:1]/MAMP/?language=English

MAMP start page with Internet Protocol Version 6
(Apache Port 80 / short spelling)
http://[::1]/MAMP/?language=English

It is important to write the IP Number within squared brackets in order to separate it from the port number.

More Information

Share/Save/Bookmark

Friday, April 16, 2010

MAMP & MAMP PRO 1.9 released (with PHP 5.3)

Today we released MAMP & MAMP PRO Version 1.9 (download page). We have updated the following components:
  • MySQL 5.1.44
  • PHP 5.2.13 & 5.3.2
  • APC 3.1.3
  • eAccelerator 0.9.6
  • XCache 1.2.2 & 1.3.0
  • phpMyAdmin 3.2.5
  • SQLiteManager 1.2.4
  • curl 7.20.0
  • jpeg 8
  • libpng-1.2.42
  • libxml 2.7.6
  • libxslt 1.1.26
  • mcrypt 2.6.8
  • YAZ 4.0.1
This update is already available on our download page, don't hesitate to report any other bug you may find to our bugbase so we can fix it as quickly as possible.

Share/Save/Bookmark