| Port details on branch 2026Q2 |
- php84 PHP Scripting Language (8.4.X branch)
- 8.4.21 lang
=0 8.4.21Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2026-06-16 17:09:13
- Last Update: 2026-06-16 16:25:03
- Commit Hash: 75abef9
- Also Listed In: devel www
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
-
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/lang/php84/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/php84
- pkg install php84
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php84
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1778658376
SHA256 (php-8.4.21.tar.xz) = 7cf5d8ab12c3b2016875bcfaec71bef1ef0b07bed6148f2c447577074431f984
SIZE (php-8.4.21.tar.xz) = 13718684
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- Slave ports:
-
- archivers/php84-bz2
- archivers/php84-phar
- archivers/php84-zip
- archivers/php84-zlib
- converters/php84-iconv
- converters/php84-mbstring
- databases/php84-dba
- databases/php84-mysqli
- databases/php84-odbc
- databases/php84-pdo
- databases/php84-pdo_dblib
- databases/php84-pdo_firebird
- databases/php84-pdo_mysql
- databases/php84-pdo_odbc
- databases/php84-pdo_pgsql
- databases/php84-pdo_sqlite
- databases/php84-pgsql
- databases/php84-sqlite3
- devel/php84-ffi
- devel/php84-gettext
- devel/php84-intl
- devel/php84-pcntl
- devel/php84-readline
- devel/php84-shmop
- devel/php84-sysvmsg
- devel/php84-sysvsem
- devel/php84-sysvshm
- devel/php84-tokenizer
- ftp/php84-curl
- ftp/php84-ftp
- graphics/php84-exif
- graphics/php84-gd
- math/php84-bcmath
- math/php84-gmp
- misc/php84-calendar
- net/php84-ldap
- net/php84-soap
- net/php84-sockets
- net-mgmt/php84-snmp
- security/php84-filter
- security/php84-sodium
- sysutils/php84-fileinfo
- sysutils/php84-posix
- textproc/php84-ctype
- textproc/php84-dom
- textproc/php84-enchant
- textproc/php84-simplexml
- textproc/php84-xml
- textproc/php84-xmlreader
- textproc/php84-xmlwriter
- textproc/php84-xsl
- www/mod_php84
- www/php84-opcache
- www/php84-session
- www/php84-tidy
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- re2c>0 : devel/re2c
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.73 : devel/autoconf
- automake>=1.18.1 : devel/automake
- Library dependencies:
-
- libpcre2-8.so : devel/pcre2
- libxml2.so : textproc/libxml2
- This port is required by:
- for Build
-
- archivers/php84-bz2
- archivers/php84-phar
- archivers/php84-zip
- archivers/php84-zlib
- converters/php84-iconv
- converters/php84-mbstring
- databases/php84-dba
- for Run
-
- archivers/php84-bz2
- archivers/php84-phar
- archivers/php84-zip
- archivers/php84-zlib
- converters/php84-iconv
- converters/php84-mbstring
- databases/php84-dba
Configuration Options:
- ===> The following configuration options are available for php84-8.4.21:
CGI=on: Build CGI version
CLI=on: Build CLI version
DEBUG=off: Build with debugging support
DTRACE=on: Build with DTrace probes
EMBED=on: Build embedded library
FPM=on: Build FPM version
IPV6=on: IPv6 protocol support
LINKTHR=on: Link thread lib (for threaded extensions)
MYSQLND=on: Build with MySQL Native Driver
NOASLR=off: Disable ASLR support
PCRE=on: Use system pcre instead of bundled one
PHPDBG=off: Interactive PHP debugger
ZTS=off: Force Zend Thread Safety (ZTS) build
===> Use 'make config' to modify these settings
- Options name:
- lang_php84
- USES:
- compiler:c11 cpe gnome localbase pkgconfig tar:xz autoreconf:build ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
8.4.21 16 Jun 2026 16:25:03
    |
Bryan Drewery (bdrewery)  Author: Muhammad Moinur Rahman |
lang/php84: Update version 8.4.20=>8.4.21
- Optionize JIT. JIT for opcache has been disabled by default. Make it
and option to conditionally depend on capstone [1]
Changelog: https://www.php.net/ChangeLog-8.php#8.4.21
PR: 294233 [1]
Reported by: chris@chrullrich.net [1]
MFH: 2026Q2
(cherry picked from commit 4d065f8528ecb6b364dac20f2e4e68a5b1915d5b) |
8.4.20 16 Jun 2026 16:24:38
    |
Bryan Drewery (bdrewery)  Author: Muhammad Moinur Rahman |
lang/php84: Update version 8.4.19=>8.4.20
- Remove xsltCleanupGlobals call in ext/xsl MSHUTDOWN [1]
Changelog: https://www.php.net/ChangeLog-8.php#8.4.20
PR: 277888
Reported by: wolfgang@lyxys.ka.sub.org
(cherry picked from commit d2c33048b63e2be7534b46f38c7b1bd7fc09a376) |
Number of commits found: 2
|