mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
07b3975f27
The message should point to a common mistake, when building lang/php71 with ZTS option enabled using poudriere. There is already the same message in lang/php70. Reported by: Jim Trigg <jktrigg@gmail.com>
20 lines
618 B
Modula-2
20 lines
618 B
Modula-2
***************************************************************
|
|
|
|
Make sure index.php is part of your DirectoryIndex.
|
|
|
|
You should add the following to your Apache configuration file:
|
|
|
|
<FilesMatch "\.php$">
|
|
SetHandler application/x-httpd-php
|
|
</FilesMatch>
|
|
<FilesMatch "\.phps$">
|
|
SetHandler application/x-httpd-php-source
|
|
</FilesMatch>
|
|
|
|
*********************************************************************
|
|
|
|
If you are building PHP-based ports in poudriere(8) with ZTS enabled,
|
|
add WITH_MPM=event to /etc/make.conf to prevent build failures.
|
|
|
|
*********************************************************************
|