| Port details |
- php86 PHP Scripting Language (8.6.X branch)
- 8.6.0.a1_1 lang
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2026-07-04 18:35:24
- Last Update: 2026-07-06 15:57:32
- Commit Hash: 5f9d389
- 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/php86/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/php86
- pkg install php86
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php86
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1783111738
SHA256 (php-8.6.0alpha1.tar.xz) = 2d4cba8e5511b026b0c786c69b3272fe53dc8643f086cd10fc0e902c20a1757c
SIZE (php-8.6.0alpha1.tar.xz) = 14572124
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- archivers/php86-bz2
- archivers/php86-phar
- archivers/php86-zip
- archivers/php86-zlib
- converters/php86-iconv
- converters/php86-mbstring
- databases/php86-dba
- databases/php86-mysqli
- databases/php86-odbc
- databases/php86-pdo
- databases/php86-pdo_dblib
- databases/php86-pdo_firebird
- databases/php86-pdo_mysql
- databases/php86-pdo_odbc
- databases/php86-pdo_pgsql
- databases/php86-pdo_sqlite
- databases/php86-pgsql
- databases/php86-sqlite3
- devel/php86-ffi
- devel/php86-gettext
- devel/php86-intl
- devel/php86-pcntl
- devel/php86-readline
- devel/php86-shmop
- devel/php86-sysvmsg
- devel/php86-sysvsem
- devel/php86-sysvshm
- devel/php86-tokenizer
- ftp/php86-curl
- ftp/php86-ftp
- graphics/php86-exif
- graphics/php86-gd
- math/php86-bcmath
- math/php86-gmp
- misc/php86-calendar
- net/php86-ldap
- net/php86-soap
- net/php86-sockets
- net-mgmt/php86-snmp
- security/php86-filter
- security/php86-sodium
- sysutils/php86-fileinfo
- sysutils/php86-posix
- textproc/php86-ctype
- textproc/php86-dom
- textproc/php86-enchant
- textproc/php86-simplexml
- textproc/php86-xml
- textproc/php86-xmlreader
- textproc/php86-xmlwriter
- textproc/php86-xsl
- www/mod_php86
- www/php86-session
- www/php86-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
- bison : devel/bison
- 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/php86-bz2
- archivers/php86-phar
- archivers/php86-zip
- archivers/php86-zlib
- converters/php86-iconv
- converters/php86-mbstring
- databases/php86-dba
- for Run
-
- archivers/php86-bz2
- archivers/php86-phar
- archivers/php86-zip
- archivers/php86-zlib
- converters/php86-iconv
- converters/php86-mbstring
- databases/php86-dba
Configuration Options:
- ===> The following configuration options are available for php86-8.6.0.a1_1:
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
JIT=off: Enable JIT support for opcache
===> Use 'make config' to modify these settings
- Options name:
- lang_php86
- USES:
- compiler:c11 cpe gnome localbase pkgconfig tar:xz autoreconf:build bison 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.6.0.a1_1 06 Jul 2026 15:57:32
    |
Xin LI (delphij)  |
databases/lmdb0: Add port for LMDB 0.9.x legacy ABI
LMDB 1.0 introduced an incompatible on-disk format change and subtle
API breakage: applications that compiled cleanly against 1.0 headers
could fail silently at run time. Known affected ports include dns/knot3,
mail/bogofilter, and mail/postfix; the postfix issue has been confirmed
upstream. Linux distributions such as Arch Linux have observed the same
breakage. Samba can also be affected in certain configurations.
Because the regression is not detectable in an -exp build run -- the
postfix failure only manifests at run time, and bogofilter was caught
only because post-build self-tests happen to exercise this path -- we
cannot rely on package builds to validate the 1.0 upgrade.
This commit introduces databases/lmdb0 as a holding port for the 0.9.35 (Only the first 15 lines of the commit message are shown above ) |
8.6.0.a1 04 Jul 2026 18:17:34
    |
Muhammad Moinur Rahman (bofh)  |
*/*php86*: 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.6.0alpha1/UPGRADING
Changelog: https://github.com/php/php-src/blob/php-8.6.0alpha1/NEWS |
Number of commits found: 2
|