| Port details on branch 2022Q3 |
- php81 PHP Scripting Language (8.1.X branch)
- 8.1.9 lang
=0 8.1.9Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2022-08-31 15:09:06
- Last Update: 2022-08-31 15:10:41
- Commit Hash: 2c396de
- 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.
WWW: https://www.php.net/
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/lang/php81/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/php81
- pkg install php81
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php81
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1659813439
SHA256 (php-8.1.9.tar.xz) = 53477e73e6254dc942b68913a58d815ffdbf6946baf61a1f8ef854de524c27bf
SIZE (php-8.1.9.tar.xz) = 11787892
Packages (timestamps in pop-ups are UTC):
- 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
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : 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/php81-bz2
- archivers/php81-phar
- archivers/php81-zip
- archivers/php81-zlib
- converters/php81-iconv
- converters/php81-mbstring
- databases/php81-dba
- for Run
-
- archivers/php81-bz2
- archivers/php81-phar
- archivers/php81-zip
- archivers/php81-zlib
- converters/php81-iconv
- converters/php81-mbstring
- databases/php81-dba
Configuration Options:
- ===> The following configuration options are available for php81-8.1.9:
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
PHPDBG=off: Interactive PHP debugger
ZTS=off: Force Zend Thread Safety (ZTS) build
===> Use 'make config' to modify these settings
- Options name:
- lang_php81
- USES:
- compiler:c11 cpe gnome pkgconfig tar:xz autoreconf:build ssl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 3
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
8.1.9 31 Aug 2022 15:10:41
    |
Muhammad Moinur Rahman (bofh)  |
lang/php81: Update version 8.1.8=>8.1.9
CLI:
- Fixed potential overflow for the builtin server via the
PHP_CLI_SERVER_WORKERS environment variable.
- Fixed GH-8952 (Intentionally closing std handles no longer possible).
Core:
- Fixed bug GH-8923 (error_log on Windows can hold the file write lock).
- Fixed bug GH-8995 (WeakMap object reference offset causing TypeError).
Date:
- Fixed bug #80047 (DatePeriod doesn't warn with custom
DateTimeImmutable).
FPM:
- Fixed zlog message prepend, free on incorrect address.
- Fixed possible double free on configuration loading failure. (Heiko (Only the first 15 lines of the commit message are shown above ) |
8.1.8 31 Aug 2022 15:09:44
    |
Muhammad Moinur Rahman (bofh)  |
lang/php81: Fix conditional post-patch
Reported by: sunpoet
Fixes: 0f0109c Update version 8.1.7=>8.1.8
Sponsored by: Bounce Experts
(cherry picked from commit 6f77116de779ba65de5a7fedab5f7221daddf296) |
8.1.8 31 Aug 2022 15:07:01
    |
Muhammad Moinur Rahman (bofh)  |
lang/php81: Update version 8.1.7=>8.1.8
- Add STRIP_CMD for some binaries and libs [1]
Reported by: sunpoet [1]
Relnotes: https://www.php.net/ChangeLog-8.php#8.1.8
Sponsored by: Bounce Experts
(cherry picked from commit 0f0109c551ad0a25a952c92d3b0815c29a4f23cc) |
Number of commits found: 3
|