Subject: CVS commit: pkgsrc/lang/php81
From: Takahiro Kambe
Date: 2021-11-27 08:24:43
Message id: 20211127072443.59D10FAEC@cvs.NetBSD.org

Log Message:
lang/php81: add PHP 8.1.0 release

PHP is a widely-used open source general-purpose scripting language
that is especially suited for web development and can be embedded
into HTML.  It is modular, and object-oriented.  Much of its syntax
is borrowed from C, Java and Perl with a couple of unique PHP-specific
features thrown in.  The language is designed to allow web developers
to write dynamically generated pages quickly.

PHP 8.1 comes with numerous improvements and new features such as

* Enumerations
* Readonly properties
* Fibers
* Pure Intersection Types
* never return type
* First-class Callable Syntax
* "final" modifier for class constants
* New fsync and fdatasync functions
* New array_is_list function
* Explicit Octal numeral notation
* And much much more...

Files:
RevisionActionfile
1.1addpkgsrc/lang/php81/DESCR
1.1addpkgsrc/lang/php81/MESSAGE
1.1addpkgsrc/lang/php81/Makefile
1.1addpkgsrc/lang/php81/Makefile.common
1.1addpkgsrc/lang/php81/Makefile.php
1.1addpkgsrc/lang/php81/PLIST
1.1addpkgsrc/lang/php81/buildlink3.mk
1.1addpkgsrc/lang/php81/distinfo
1.1addpkgsrc/lang/php81/options.mk
1.1addpkgsrc/lang/php81/patches/patch-build_libtool.m4
1.1addpkgsrc/lang/php81/patches/patch-configure
1.1addpkgsrc/lang/php81/patches/patch-disable-filter-url
1.1addpkgsrc/lang/php81/patches/patch-ext_enchant_enchant.c
1.1addpkgsrc/lang/php81/patches/patch-ext_phar_Makefile.frag
1.1addpkgsrc/lang/php81/patches/patch-ext_tidy_config.m4
1.1addpkgsrc/lang/php81/patches/patch-ext_xsl_php__xsl.h
1.1addpkgsrc/lang/php81/patches/patch-php.ini-development
1.1addpkgsrc/lang/php81/patches/patch-php.ini-production
1.1addpkgsrc/lang/php81/patches/patch-sapi_cgi_Makefile.frag
1.1addpkgsrc/lang/php81/patches/patch-sapi_cli_Makefile.frag
1.1addpkgsrc/lang/php81/patches/patch-sapi_fpm_fpm_events_port.c
1.1addpkgsrc/lang/php81/patches/patch-sapi_fpm_php-fpm.conf.in