Opened 6 months ago
Last modified 6 months ago
#57311 new defect (bug)
WP ENV installs latest xdebug without option to control the extension version
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | |
Component: | Build/Test Tools | Keywords: | needs-patch |
Focuses: | Cc: |
Description
This ticket is about WP ENV.
xDebug just released (Dec 8th 2022) v3.2.0.
In v3.2.0, xDebug drops support of PHP <=7.4.
wp-env, as part of its installation process, installs the latest xdebug (pecl install xdebug).
This breaks the wp-env build process on machines running PHP <=7.4.
Please add an option via the wp-env.json to control PHP Extension versions.
Change History (2)
Note: See
TracTickets for help on using
tickets.
Thanks for the report @udidol !