From 6ee85cdc7759e326b53dcb969b60eb0d7da5dc35 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Thu, 15 Mar 2012 03:03:29 -0400 Subject: Remove PHP formula from homebrew. Refs #10673. Closes #10957. Signed-off-by: Max Howell --- Library/Formula/pcntl-php.rb | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 Library/Formula/pcntl-php.rb (limited to 'Library/Formula/pcntl-php.rb') diff --git a/Library/Formula/pcntl-php.rb b/Library/Formula/pcntl-php.rb deleted file mode 100644 index 782676413..000000000 --- a/Library/Formula/pcntl-php.rb +++ /dev/null @@ -1,26 +0,0 @@ -require 'formula' - -class PcntlPhp < Formula - homepage 'http://php.net/manual/en/book.pcntl.php' - url 'http://museum.php.net/php5/php-5.3.6.tar.gz' - md5 '88a2b00047bc53afbbbdf10ebe28a57e' - - def install - cd "ext/pcntl" do - system "phpize" - system "./configure", "--disable-dependency-tracking", - "--prefix=#{prefix}" - system "make" - prefix.install "modules/pcntl.so" - end - end - - def caveats; <<-EOS.undent - To finish pcntl-php installation, you need to add the - following line into php.ini: - extension="#{prefix}/pcntl.so" - Then, restart your webserver and check in phpinfo if - you're able to see something about pcntl. - EOS - end -end -- cgit v1.2.3