Make WordPress Core


Ignore:
Timestamp:
07/13/2013 12:37:36 AM (12 years ago)
Author:
nacin
Message:

ID3 1.9.7.

props wonderboymusic.
fixes #24737.

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/ID3/getid3.php

    r24649 r24696  
    104104    protected $memory_limit    = 0;
    105105
    106     const VERSION           = '1.9.5-20130220';
     106    const VERSION           = '1.9.7-20130705';
    107107    const FREAD_BUFFER_SIZE = 32768;
    108108
     
    222222    }
    223223
     224
    224225    // public: setOption
    225226    public function setOption($optArray) {
     
    235236        return true;
    236237    }
     238
    237239
    238240    public function openfile($filename) {
     
    294296                        }
    295297                        $this->info['filesize'] = $real_filesize;
    296                         $this->error('File is larger than '.round(PHP_INT_MAX / 1073741824).'GB (filesystem reports it as '.number_format($real_filesize, 3).'GB) and is not properly supported by PHP.');
     298                        $this->warning('File is larger than '.round(PHP_INT_MAX / 1073741824).'GB (filesystem reports it as '.number_format($real_filesize, 3).'GB) and is not properly supported by PHP.');
    297299                }
    298300            }
     
    17651767        return $attachment;
    17661768    }
     1769
    17671770}
    17681771
    1769 class getid3_exception extends Exception {
     1772
     1773class getid3_exception extends Exception
     1774{
    17701775    public $message;
    17711776}
Note: See TracChangeset for help on using the changeset viewer.