1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/lang/php71/pkg-message.mod
Torsten Zuehlsdorff 07b3975f27 lang/php71: add notice for poudriere builds with ZTS option
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>
2017-07-27 09:34:23 +00:00

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.
*********************************************************************