Jun
5
(2006)
I'm working on a project where I'll need to demonstrate the process of importing static websites into Drupal, so I'm toying with the import_html module. The only problem is, it doesn't work on the PHP that comes with MacOSX. It requires XSLT to do it's magic (chunking through the DOM of the static site pages).
I've tried installing the Entropy.ch PHP5 package , but that just borked Drupal on my test system. Is there a sane way to install a more fully-featured PHP version that will work with Drupal on MacOSX?
Update: MAMP works like hot damn! What a handy way to have a separate PHP/MySQL stack to play with on my desktop, without worrying about borking the OS-installed versions… Thanks to Matt for the tip!
Comments
2 Responses to “Alternate PHP on MacOSX?”

I've been using MAMP for about 6 months now and it works well for me. You can select either PHP4 or PHP5 and switch back and forth between them. I forget the exact version numbers included, but it runs Drupal 4.6 and 4.7 just fine.
Sweet. thanks for the link, Matt!