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.

All MAMP PRO updates in the current major version (1.x) are free of charge. If you want to update MAMP PRO from e.g. 1.7.2 to 1.9 just use the serial number you already got.

Share/Save/Bookmark