Changeset 61253 for trunk/src/wp-includes/ID3/module.tag.apetag.php
- Timestamp:
- 11/17/2025 10:20:32 PM (3 months ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/ID3/module.tag.apetag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/ID3/module.tag.apetag.php
r56975 r61253 42 42 $this->warning('Unable to check for APEtags because file is larger than '.round(PHP_INT_MAX / 1073741824).'GB'); 43 43 return false; 44 } 45 if (PHP_INT_MAX == 2147483647) { 46 // https://github.com/JamesHeinrich/getID3/issues/439 47 $this->warning('APEtag flags may not be parsed correctly on 32-bit PHP'); 44 48 } 45 49
Note: See TracChangeset
for help on using the changeset viewer.