Re: [PHP-GTK] Install on Mac
[email protected] (Anant Narayanan)
| Newsgroups | php.gtk.general |
|---|---|
| Message-ID | <[email protected]> |
Instruct ICC wrote: > If I try the php5-gtk (x11/php5-gtk 2.0.0beta PHP-GTK: Gtk+ bindings for PHP 5), do you know how I can use PHP5 from MAMP with this php5-gtk 2.0.0beta? Basically will this mess up my built-in from Apple PHP4? ... > So I guess I can try Macports PHP5 instead of MAMP. > I wonder if php5-gtk will get PHP5 for me. Setting the +apache2 and +mysql5 variants for www/php5 will automatically pull in the www/apache2 and databases/mysql5 packages, which will form your MAMP-like stack. Installing x11/php5-gtk will also pull in x11/gtk2 and www/php5 as a dependency. Macports installs all of its software under the /opt prefix, so there won't be any clashes. RTFM for more details :) -- Anant