#63354 closed defect (bug) (reported-upstream)
Unhappy Mustache Deprecations in PHP 8.4
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | 6.9 |
| Component: | Widgets | Keywords: | needs-patch needs-test-info |
| Focuses: | Cc: |
Description
Bug Report
Description
When running npm run env:install a ton of deprecation messages appear regarding Mustache Engine. Maybe just upgrading Mustache would be sufficient.
Environment
- WordPress: 6.9-alpha-60093-src
- PHP: 8.4.6
- Server: nginx/1.27.5
- Database: mysqli (Server: 8.4.5 / Client: mysqlnd 8.4.6)
- Browser: Chrome 135.0.0.0
- OS: Windows 10/11
- Theme: Twenty Twenty-Five 1.2
- MU Plugins: None activated
- Plugins:
- Test Reports 1.2.0
Steps to Reproduce
- Download
wordpress-develop - Edit the .env to go to PHP 8.4 (
LOCAL_PHP=8.4-fpm) - Run
npm run env:install - 🐞 Deprecation notices appear
Supplemental Artifacts
Log: https://gist.github.com/SirLouen/8b2690aa86624f9e80e7df048e1426f4
Change History (4)
Note: See
TracTickets for help on using
tickets.
Noticed that this is a wp-cli topic
Opened a issue there https://github.com/wp-cli/wp-cli/issues/6085
Closing here