Path to this page:
Subject: CVS commit: pkgsrc/lang/php82
From: Takahiro Kambe
Date: 2022-12-11 15:12:29
Message id: 20221211141230.109E2FA90@cvs.NetBSD.org
Log Message:
lang/php82: add package version 8.2.0
Add php82, PHP 8.2.0 package with current framework of lang/php.
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.2 comes with numerous improvements and new features such as
* Readonly classes
* Disjunctive Normal Form (DNF) Types
* New stand-alone types: null, false, and true
* New "Random" extension
* Constants in traits
* Deprecate dynamic properties
* And much much more...
Files: