Port details on branch 2022Q4 |
- php81 PHP Scripting Language (8.1.X branch)
- 8.1.12 lang
=0 8.1.12Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2022-10-01 23:42:07
- Last Update: 2022-10-29 20:05:14
- Commit Hash: 37456f5
- 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 - 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 = 1667037780
SHA256 (php-8.1.12.tar.xz) = 08243359e2204d842082269eedc15f08d2eca726d0e65b93fb11f4bfc51bbbab
SIZE (php-8.1.12.tar.xz) = 11747176
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- archivers/php81-bz2
- archivers/php81-phar
- archivers/php81-zip
- archivers/php81-zlib
- converters/php81-iconv
- converters/php81-mbstring
- databases/php81-dba
- databases/php81-mysqli
- databases/php81-odbc
- databases/php81-pdo
- databases/php81-pdo_dblib
- databases/php81-pdo_firebird
- databases/php81-pdo_mysql
- databases/php81-pdo_odbc
- databases/php81-pdo_pgsql
- databases/php81-pdo_sqlite
- databases/php81-pgsql
- databases/php81-sqlite3
- devel/php81-ffi
- devel/php81-gettext
- devel/php81-intl
- devel/php81-pcntl
- devel/php81-readline
- devel/php81-shmop
- devel/php81-sysvmsg
- devel/php81-sysvsem
- devel/php81-sysvshm
- devel/php81-tokenizer
- ftp/php81-curl
- ftp/php81-ftp
- graphics/php81-exif
- graphics/php81-gd
- mail/php81-imap
- math/php81-bcmath
- math/php81-gmp
- misc/php81-calendar
- net/php81-ldap
- net/php81-soap
- net/php81-sockets
- net-mgmt/php81-snmp
- security/php81-filter
- security/php81-sodium
- sysutils/php81-fileinfo
- sysutils/php81-posix
- textproc/php81-ctype
- textproc/php81-dom
- textproc/php81-enchant
- textproc/php81-pspell
- textproc/php81-simplexml
- textproc/php81-xml
- textproc/php81-xmlreader
- textproc/php81-xmlwriter
- textproc/php81-xsl
- www/mod_php81
- www/php81-opcache
- www/php81-session
- www/php81-tidy
- 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.12:
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: 2
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
8.1.12 29 Oct 2022 20:05:14
    |
Muhammad Moinur Rahman (bofh)  |
lang/php81: Update version 8.1.11=>8.1.12
* Core:
- Fixes segfault with Fiber on FreeBSD i386 architecture.
* Fileinfo:
- Fixed bug GH-8805 (finfo returns wrong mime type for woff/woff2
files).
* GD:
- Fixed bug #81739: OOB read due to insufficient input validation in
imageloadfont(). (CVE-2022-31630)
* Hash:
- Fixed bug #81738: buffer overflow in hash_update() on long parameter
(CVE-2022-37454)
* MBString:
- Fixed bug GH-9683 (Problem when ISO-2022-JP-MS is specified in (Only the first 15 lines of the commit message are shown above ) |
8.1.11 01 Oct 2022 23:39:47
    |
Muhammad Moinur Rahman (bofh)  |
lang/php81: Update version 8.1.10=>8.1.11
* Core:
- Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
(CVE-2022-31628)
- Fixed bug #81727: Don't mangle HTTP variable names that clash with
ones that have a specific semantic meaning. (CVE-2022-31629)
- Fixed bug GH-9323 (Crash in ZEND_RETURN/GC/zend_call_function) (Tim
Starling)
- Fixed bug GH-9361 (Segmentation fault on script exit #9379).
- Fixed bug GH-9447 (Invalid class FQN emitted by AST dump for new and
class constants in constant expressions).
* DOM:
- Fixed bug #79451 (DOMDocument->replaceChild on doctype causes double
free). (Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 2
|