Changeset 61289 for branches/6.9/src/wp-includes/ID3/module.tag.apetag.php
- Timestamp:
- 11/24/2025 06:36:59 PM (3 months ago)
- Location:
- branches/6.9
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/wp-includes/ID3/module.tag.apetag.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/6.9
-
branches/6.9/src/wp-includes/ID3/module.tag.apetag.php
r56975 r61289 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.