mirror of
https://git.freebsd.org/ports.git
synced 2025-05-31 10:26:28 -04:00
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:
parent
10bed6ffcc
commit
07b3975f27
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446728
1 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
||||
*********************************************************************
|
||||
|
|
Loading…
Add table
Reference in a new issue