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>
This commit is contained in:
Torsten Zuehlsdorff 2017-07-27 09:34:23 +00:00
parent 10bed6ffcc
commit 07b3975f27
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446728

View file

@ -11,4 +11,9 @@ 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) with ZTS enabled,
add WITH_MPM=event to /etc/make.conf to prevent build failures.
*********************************************************************