mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
Please DO NOT use this version in production, it is an early test version. For upgrade notes please visit: https://github.com/php/php-src/blob/php-8.3.0alpha1/UPGRADING Changelog: https://github.com/php/php-src/blob/php-8.3.0alpha1/NEWS Sponsored by: Bounce Experts
19 lines
660 B
Modula-2
19 lines
660 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) or Synth with ZTS enabled,
|
|
add WITH_MPM=event to /etc/make.conf to prevent build failures.
|
|
|
|
******************************************************************************
|