roots / trellis

WordPress LEMP stack with PHP 8.2, Composer, WP-CLI and more
https://roots.io/trellis/
MIT License
2.51k stars 607 forks source link

Remove deprecated PHP option track_errors #1264

Closed swalkinshaw closed 3 years ago

swalkinshaw commented 3 years ago

track_errors was deprecated as of PHP 7.2 so we're removing it entirely.

Fixes https://github.com/roots/trellis/issues/1263 which was caused by https://github.com/roots/trellis/pull/1261