3a5533b48d
Notable changes: - Switch from PCRE to PCRE2 - Many modules now require PCRE2 for building - graphics/php73-gd: X11 option is no longer default Changes to Mk/Uses/php.mk approved by ale
19 lines
618 B
Modula-2
19 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.
|
|
|
|
*********************************************************************
|