CVS log for pkgsrc/lang/php82/buildlink3.mk
Up to [cvs.NetBSD.org] / pkgsrc / lang / php82
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Apr 17 21:51:22 2025 UTC (3 weeks, 3 days ago) by wiz
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +2 -2
lines
*: recursive bump for icu 77 and libxml2 2.14
Revision 1.8: download - view: text, markup, annotated - select for diffs
Sat Feb 8 02:59:45 2025 UTC (3 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2025Q1-base,
pkgsrc-2025Q1
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +11 -10
lines
lang/php82: multiple PHP support
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Nov 14 22:20:30 2024 UTC (5 months, 3 weeks ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q4-base,
pkgsrc-2024Q4
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +2 -2
lines
*: recursive bump for icu 76 shlib major version bump
Revision 1.6: download - view: text, markup, annotated - select for diffs
Fri Nov 1 12:53:15 2024 UTC (6 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +2 -2
lines
*: revbump for icu downgrade
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Nov 1 00:52:28 2024 UTC (6 months, 1 week ago) by wiz
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +2 -2
lines
*: recursive bump for icu 76.1 shlib bump
Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Nov 8 13:19:51 2023 UTC (18 months ago) by wiz
Branches: MAIN
CVS tags: pkgsrc-2024Q3-base,
pkgsrc-2024Q3,
pkgsrc-2024Q2-base,
pkgsrc-2024Q2,
pkgsrc-2024Q1-base,
pkgsrc-2024Q1,
pkgsrc-2023Q4-base,
pkgsrc-2023Q4
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -2
lines
*: recursive bump for icu 74.1
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Apr 19 08:08:28 2023 UTC (2 years ago) by adam
Branches: MAIN
CVS tags: pkgsrc-2023Q3-base,
pkgsrc-2023Q3,
pkgsrc-2023Q2-base,
pkgsrc-2023Q2
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -2
lines
revbump after textproc/icu update
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Dec 13 00:05:53 2022 UTC (2 years, 4 months ago) by taca
Branches: MAIN
CVS tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +2 -2
lines
lang/php82: fix version upper bound
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Dec 11 14:12:29 2022 UTC (2 years, 5 months ago) by taca
Branches: MAIN
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...
CVSweb <webmaster@jp.NetBSD.org>