Port details |
- php84 PHP Scripting Language (8.4.X branch)
- 8.4.3 lang =6 8.4.2Version of this port present on the latest quarterly branch.
- Maintainer: bofh@FreeBSD.org
- Port Added: 2024-07-28 13:20:58
- Last Update: 2025-01-21 01:22:31
- Commit Hash: 69debc1
- People watching this port, also watch:: dovecot, postgresql17-server, openvpn, roundcube-php82, pinentry
- 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:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - 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 = 1737402586
SHA256 (php-8.4.3.tar.xz) = 5c42173cbde7d0add8249c2e8a0c19ae271f41d8c47d67d72bdf91a88dcc7e4b
SIZE (php-8.4.3.tar.xz) = 13569728
Packages (timestamps in pop-ups are UTC):
- 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.72 : devel/autoconf
- automake>=1.17 : devel/automake
- Library dependencies:
-
- libargon2.so : security/libargon2
- 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.3:
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.4.3 21 Jan 2025 01:22:31 |
Muhammad Moinur Rahman (bofh) |
lang/php84: Update version 8.4.2=>8.4.3
Changelog: https://www.php.net/ChangeLog-8.php#8.4.3 |
8.4.2 21 Dec 2024 01:08:24 |
Muhammad Moinur Rahman (bofh) |
lang/php84: Update version 8.4.1=>8.4.2
Changelog: https://www.php.net/ChangeLog-8.php#8.4.2 |
8.4.1 11 Dec 2024 17:28:56 |
Piotr Kubaj (pkubaj) |
www/php84-opcache: fix build on non-amd64 / non-i386
post-configure step unconditionally tried to use JIT source, even when JIT was
disabled in ports (on aarch64) or in the source (powerpc*, riscv*, armv7),
which caused build breakage.
This commit checks whether JIT is supported (currently it is only on aarch64,
amd64 and i386) and only then uses JIT sources.
It also enables JIT on aarch64, which was disabled previously. |
8.4.1 23 Nov 2024 14:26:56 |
Muhammad Moinur Rahman (bofh) |
lang/php84: Update version 8.4.0RC4=>8.4.1
Changelog: https://www.php.net/ChangeLog-8.php#8.4.1 |
8.4.0.r4 08 Nov 2024 08:32:31 |
Muhammad Moinur Rahman (bofh) |
lang/php84: Update version 8.4.0RC3=>8.4.0RC4
Please DO NOT use this version in production, it is an early test
version.
Changelog: https://github.com/php/php-src/blob/php-8.4.0RC4/NEWS |
8.4.0.r3 25 Oct 2024 15:54:52 |
Muhammad Moinur Rahman (bofh) |
lang/php84: Update version 8.4.0RC2=>8.4.0RC3
Please DO NOT use this version in production, it is an early test
version.
Changelog: https://github.com/php/php-src/blob/php-8.4.0RC3/NEWS |
8.4.0.r2 11 Oct 2024 05:55:52 |
Muhammad Moinur Rahman (bofh) |
lang/php84: Update version 8.4.0RC1=>8.4.0RC2
Please DO NOT use this version in production, it is an early test
version.
Changelog: https://github.com/php/php-src/blob/php-8.4.0RC2/NEWS |
8.4.0.r1 28 Sep 2024 21:32:29 |
Muhammad Moinur Rahman (bofh) |
lang/php84: Update version 8.4.0beta5=>8.4.0RC1
Please DO NOT use this version in production, it is an early test version.
Changelog: https://github.com/php/php-src/blob/php-8.4.0RC1/NEWS |
8.4.0.b5 13 Sep 2024 14:46:19 |
Muhammad Moinur Rahman (bofh) |
lang/php84: Update version 8.4.0beta4 => 8.4.0beta5
Please DO NOT use this version in production, it is an early test version.
Changelog: https://github.com/php/php-src/blob/php-8.4.0beta5/NEWS |
8.4.0.b4 30 Aug 2024 08:13:21 |
Muhammad Moinur Rahman (bofh) |
lang/php84: Update version 8.4.0beta3=>8.4.0beta4
Please DO NOT use this version in production, it is an early test
version.
Changelog: https://github.com/php/php-src/blob/php-8.4.0beta4/NEWS |
8.4.0.b3 21 Aug 2024 07:56:00 |
Muhammad Moinur Rahman (bofh) |
lang/php84: Update version 8.4.0beta2=>8.4.0beta3
Changelog: https://github.com/php/php-src/blob/php-8.4.0beta3/NEWS |
8.4.0.b2 18 Aug 2024 07:45:17 |
Muhammad Moinur Rahman (bofh) |
lang/php84: Update version 8.4.0beta1=>8.4.0beta2
- Fix build of archivers/php84-phar
Changelog: https://github.com/php/php-src/blob/php-8.4.0beta2/NEWS |
8.4.0.b1 17 Aug 2024 00:39:53 |
Muhammad Moinur Rahman (bofh) |
lang/php84: Update version 8.4.0alpha4=>8.4.0beta1
Changelog: https://github.com/php/php-src/blob/php-8.4.0beta1/NEWS |
8.4.0.a4 02 Aug 2024 21:47:45 |
Muhammad Moinur Rahman (bofh) |
www/php84-opcache: Unbreak |
8.4.0.a4 02 Aug 2024 19:36:56 |
Muhammad Moinur Rahman (bofh) |
lang/php84: Update version 8.4.0alpha3=>8.4.0alpha4
Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha4/NEWS
Please DO NOT use this version in production, it is an early test version. |
8.4.0.a3 01 Aug 2024 19:35:54 |
Muhammad Moinur Rahman (bofh) |
lang/php84: Update version 8.4.0alpha2=>8.4.0alpha3
Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha3/NEWS
Please DO NOT use this version in production, it is an early test version. |
8.4.0.a2 28 Jul 2024 16:30:06 |
Muhammad Moinur Rahman (bofh) |
lang/php84: Update version 8.4.0.alpha1=>8.4.0alpha2
Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha2/NEWS |
8.4.0.a1 28 Jul 2024 13:15:17 |
Muhammad Moinur Rahman (bofh) |
*/*php84*: Sunrise
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.4.0alpha1/UPGRADING
Changelog: https://github.com/php/php-src/blob/php-8.4.0alpha1/NEWS |