Skip to content

Drop unused YAML PHP extension as optional dependency#1802

Open
ngandrass wants to merge 2 commits into
maths:masterfrom
ngandrass:renovate-environment-dependencies
Open

Drop unused YAML PHP extension as optional dependency#1802
ngandrass wants to merge 2 commits into
maths:masterfrom
ngandrass:renovate-environment-dependencies

Conversation

@ngandrass

Copy link
Copy Markdown
Contributor

Description

We are currently switching from the deprecated PECL over to PIE. During this process we found that the STACK question type still has an optional dependency on the yaml PHP extension.

The yaml extension was introduced in 2020 as per a57f18f as a side-effect of requiring the mbstring PHP extension (probably an import from earlier?).

The commit 3ceabf4 introduced the alternative implementation symfony/yaml and 940bb61 finally removed the last use of any yaml PHP extension function. Threfore I propose dropping the old yaml PECL extension from the list of optional dependencies.


Changes

This PR:

  1. Removes the PHP extension yaml from the list of optional PHP extensions as per abaf1a1
  2. Fixes the environment.xml by adding a missing </PHP_EXTENSIONS> closing tag as per fd30d7d

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant