Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php modules: Add php81 support to php-uuid, php-zip, php-zstd #11960

Closed
wants to merge 1 commit into from

Conversation

stronk7
Copy link
Contributor

@stronk7 stronk7 commented Aug 22, 2021

Description

Just add support for php81 to the uuid, zip and zstd modules. I needed them so tried locally and they built without problem, so sharing.

Feel free to close this if you've some scheduled plan to incorporate all the missing php81 modules altogether.

Type(s)
  • bugfix
  • enhancement
  • security fix
Tested on

macOS 11.5.2 20G95 x86_64
Xcode 12.5.1 12E507

Verification

Have you

  • followed our Commit Message Guidelines?
  • checked that there aren't other open pull requests for the same change?
  • checked your Portfile with port lint?
  • tried existing tests with sudo port test? (yes but there aren't test for the modules)
  • tried a full install with sudo port -vst install?
  • tested basic functionality of all binary files?

@macportsbot
Copy link

Notifying maintainers:
@ryandesign for port php-uuid, php-zip, php-zstd.

@ryandesign
Copy link
Contributor

Third-party extensions don't get added until a PHP version reaches its first stable release, because sometimes there are changes before a stable release that cause e.g. the PHP extension directory name (i.e. the date embedded within it) to be changed, which would incur additional work in revising those third-party extensions again.

@ryandesign ryandesign closed this Aug 27, 2021
ryandesign added a commit that referenced this pull request Nov 26, 2021
@stronk7 stronk7 deleted the php-modules-uuid-zip-zstd branch January 30, 2022 16:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintainer: open Affects an openmaintainer port type: enhancement
3 participants