From e00746fec855bf1976a263110a6dbdfd9dbb590c Mon Sep 17 00:00:00 2001
From: Derick Rethans
+brew install php{$version} +
+To enable PHP in Apache add the following to httpd.conf and restart Apache: +
++LoadModule php_module \$HOMEBREW_PREFIX/opt/php/lib/httpd/modules/libphp.so + +<FilesMatch \.php$> +SetHandler application/x-httpd-php +</FilesMatch> +
+Finally, check DirectoryIndex includes index.php +
++DirectoryIndex index.php index.html +
+The php.ini and php-fpm.ini file can be found in: +
++\$HOMEBREW_PREFIX/etc/php/{$versionDir}/ +
+sudo apt-get update +sudo apt-get install php +
+sudo apt -y install software-properties-common +sudo add-apt-repository ppa:ondrej/php +sudo apt update +sudo apt install php{$version} +
+There are no instructions yet. +
+ + diff --git a/downloads.php b/downloads.php index 5468da840f..ad5a1a118e 100644 --- a/downloads.php +++ b/downloads.php @@ -7,8 +7,6 @@ // Try to make this page non-cached header_nocache(); -$SHOW_COUNT = 4; - $SIDEBAR_DATA = '- Note: - -
- -+ Note: + +
+ +