Changes between Initial Version and Version 1 of Ticket #48086, comment 9
- Timestamp:
- 09/23/2019 10:10:02 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #48086, comment 9
initial v1 1 As of current patch, the list is way too wide. Many of extensions used bycore are ''optional'', you can't rely on automated search to enumerate which of them are ''actually'' required. I did a manual pass years ago https://wordpress.stackexchange.com/a/42212/8471 As of current patch, the list is way too wide. Many of PHP extensions used by WP core are ''optional'', you can't rely on automated search to enumerate which of them are ''actually'' required. I did a manual pass years ago https://wordpress.stackexchange.com/a/42212/847 2 2 3 Also while technically being "extensions" some of these are de facto part of core (e.g. date) and are redundant to require explicitly.3 Also while technically being "extensions" some of these are de facto part of PHP core (e.g. date) and are redundant to require explicitly.