Up to [cvs.NetBSD.org] / pkgsrc / lang / php81
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Mon Dec 12 08:26:46 2022 UTC (7 weeks, 6 days ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
php81: Fix version upper bound.
Revision 1.3 / (download) - annotate - [select for diffs], Wed Nov 23 16:18:50 2022 UTC (2 months, 1 week ago) by adam
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
massive revision bump after textproc/icu update
Revision 1.2 / (download) - annotate - [select for diffs], Mon Apr 18 19:09:56 2022 UTC (9 months, 2 weeks ago) by adam
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
revbump for textproc/icu update
Revision 1.1 / (download) - annotate - [select for diffs], Sat Nov 27 07:24:43 2021 UTC (14 months, 1 week ago) by taca
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4
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...