Opened 7 years ago
Closed 6 years ago
#44489 closed defect (bug) (fixed)
Use of deprecated each() function
Reported by: | sterndata | Owned by: | atimmer |
---|---|---|---|
Milestone: | 5.0 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Filesystem API | Keywords: | has-patch fixed-5.0 |
Focuses: | Cc: |
Description
Wordpress still uses the function each() which is deprecated in PHP 7.2.
http://php.net/manual/en/migration72.deprecated.php
wp-admin\includes\class-ftp.php line 778
(reported at https://wordpress.org/support/topic/function-each-deprecated-in-php-7-2/)
Attachments (2)
Change History (8)
#1
@
7 years ago
- Component changed from General to Filesystem API
- Milestone changed from Awaiting Review to 5.0
Note: See
TracTickets for help on using
tickets.
Related: #16026