Port details on branch 2022Q2 |
- mod_php74 PHP Scripting Language
- 7.4.29_2 www
=0 7.4.28_2Version of this port present on the latest quarterly branch. DEPRECATED: Upstream Security Support ends on 2022-11-28
This port expired on: 2022-11-29
- Maintainer: tz@FreeBSD.org
 - Port Added: 2022-04-24 04:16:20
- Last Update: 2022-04-10 19:47:23
- Commit Hash: 035e778
- Also Listed In: devel
- License: PHP301
- WWW:
- https://www.php.net/
- Description:
- PHP, which stands for "PHP: Hypertext Preprocessor" is a widely-used Open
Source general-purpose scripting language that is especially suited for
Web development and can be embedded into HTML. Its syntax draws upon C,
Java, and Perl, and is easy to learn. The main goal of the language is to
allow web developers to write dynamically generated webpages quickly, but
you can do much more with PHP.
WWW: https://www.php.net/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- mod_php74>0:www/mod_php74
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/www/mod_php74/ && make install clean
- To add the package, run one of these commands:
- pkg install www/mod_php74
- pkg install mod_php74
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: mod_php74
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1650059168
SHA256 (php/php-7.4.29.tar.xz) = 7d0f07869f33311ff3fe1138dc0d6c0d673c37fcb737eaed2c6c10a949f1aed6
SIZE (php/php-7.4.29.tar.xz) = 10418908
Packages (timestamps in pop-ups are UTC):
- Master port: lang/php74
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- apxs : www/apache24
- autoconf>=2.69 : devel/autoconf
- automake>=1.16.1 : devel/automake
- Runtime dependencies:
-
- apxs : www/apache24
- Library dependencies:
-
- libpcre2-8.so : devel/pcre2
- libargon2.so : security/libargon2
- libxml2.so : textproc/libxml2
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for mod_php74-7.4.29_2:
AP2FILTER=off: Use Apache 2.x filter interface (experimental)
PHPDBG=off: Interactive PHP debugger
DEBUG=off: Build with debugging support
DTRACE=on: Build with DTrace probes
IPV6=on: IPv6 protocol support
MYSQLND=on: Build with MySQL Native Driver
LINKTHR=on: Link thread lib (for threaded extensions)
ZTS=off: Force Zend Thread Safety (ZTS) build
===> Use 'make config' to modify these settings
- Options name:
- www_mod_php74
- USES:
- compiler:c11 tar:xz cpe gnome pkgconfig autoreconf:build apache:2.2+
- pkg-message:
- ******************************************************************************
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.
******************************************************************************
- Master Sites:
|