Port details on branch 2022Q2 |
- php81 PHP Scripting Language (8.1.X branch)
- 8.1.5 lang
=1 8.1.5Version of this port present on the latest quarterly branch. - Maintainer: bofh@FreeBSD.org
 - Port Added: 2022-04-24 04:16:20
- Last Update: 2022-04-15 22:32:51
- Commit Hash: bbf813b
- People watching this port, also watch:: mariadb105-client, mariadb106-server, php82
- 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:
-
- 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 = 1650059198
SHA256 (php-8.1.5.tar.xz) = 7647734b4dcecd56b7e4bd0bc55e54322fa3518299abcdc68eb557a7464a2e8a
SIZE (php-8.1.5.tar.xz) = 11752684
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.69 : devel/autoconf
- automake>=1.16.1 : 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.5:
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.5 15 Apr 2022 22:32:51
    |
Torsten Zuehlsdorff (tz)  |
lang/php81: Upgrade from 8.1.4 to 8.1.5
Changelog:
Core:
Fixed bug #8176 (Enum values in property initializers leak).
Fixed freeing of internal attribute arguments.
Fixed bug #8070 (memory leak of internal function attribute hash).
Fixed bug #8160 (ZTS support on Alpine is broken).
Filter:
Fixed signedness confusion in php_filter_validate_domain().
Intl:
Fixed bug #8115 (Can't catch arg type deprecation when instantiating
Intl classes).
Fixed bug #8142 (Compilation error on cygwin).
Fixed bug #7734 (Fix IntlPartsIterator key off-by-one error and first
key). (Only the first 15 lines of the commit message are shown above ) |
8.1.4_3 10 Apr 2022 19:47:23
    |
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate and direct commit to quarterly as PORTREVISIONs
may not match from main.
PR: 262853, 262940, 262877
Approved by: fluffy (mentor) |
Number of commits found: 2
|