Page MenuHomeDevCentral

Bump PHP and Python versions on FreeBSD
ClosedPublic

Authored by dereckson on Jan 22 2022, 20:42.
Tags
None
Referenced Files
F17772784: D2476.diff
Tue, Dec 16, 01:18
F17593077: D2476.id6243.diff
Mon, Dec 15, 10:30
Unknown Object (File)
Sun, Dec 14, 20:01
Unknown Object (File)
Sun, Dec 14, 08:50
Unknown Object (File)
Fri, Dec 12, 00:26
Unknown Object (File)
Thu, Dec 11, 00:29
Unknown Object (File)
Wed, Dec 10, 14:10
Unknown Object (File)
Wed, Dec 10, 01:53
Subscribers
None

Details

Summary
  • Python 3.7 -> Python 3.8
  • PHP 7.4 -> PHP 8.1

The move to PHP 8.1 allows to support enums and a|b union types in parameters.

This is required for Zed development for the geo library.

Test Plan

Test on WindRiver

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 3860
Build 4111: arc lint + arc unit

Event Timeline

dereckson created this revision.

Bump phpunit and get rid of json extension

The following extensions aren't available on FreeBSD for PHP 8.1.

php81-jsonshipped by default
This revision is now accepted and ready to land.Jan 22 2022, 21:16
This revision was automatically updated to reflect the committed changes.