Cacti / plugin_gexport

Cacti Graph Export Plugin
GNU General Public License v2.0
12 stars 9 forks source link

PHP 7.2 supporting to remove deprecated function each() #36

Closed ddb4github closed 5 years ago

ddb4github commented 5 years ago

Ref: https://www.php.net/manual/en/migration72.deprecated.php

  gexport.php:160: 
  while (list($field, $array) = each($fields_export_edit)) {
   ...
  gexport.php:232: 
  while (list($var,$val) = each($_POST)) {