Newer
Older
Import / code / .svn / pristine / c7 / c7772dbe030dd00f6f9531c775429a33767bd6f4.svn-base
@John John on 29 Dec 2020 352 bytes bulk import from macbookpro checkouts
NAME=PHP
SOURCE=http://museum.php.net/php5/php-5.2.4.tar.bz2
TARGET=bin/php
OPTIONS=--with-apxs2 --prefix /usr  # This worked for Tiger, but for Leopard need --with-apxs2
POST_INSTALL_COMMAND=sudo sh -c 'echo -e "`cat /etc/httpd/httpd.conf` \nAddType application/x-httpd-php .php" > /etc/httpd/httpd.conf' ; sudo apachectl restart

include Common.mak