diff options
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/pkg-message.mod | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lang/php73/pkg-message.mod b/lang/php73/pkg-message.mod index a0c2c87889a7..b936fbfd2e2d 100644 --- a/lang/php73/pkg-message.mod +++ b/lang/php73/pkg-message.mod @@ -1,5 +1,6 @@ -****************************************************************************** - +[ +{ type: install + message: <<EOM Make sure index.php is part of your DirectoryIndex. You should add the following to your Apache configuration file: @@ -11,9 +12,8 @@ You should add the following to your Apache configuration file: SetHandler application/x-httpd-php-source </FilesMatch> -****************************************************************************** - If you are building PHP-based ports in poudriere(8) or Synth with ZTS enabled, add WITH_MPM=event to /etc/make.conf to prevent build failures. - -****************************************************************************** +EOM +} +] |