File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 1818Version History
1919===============
2020
21+ 1.9.24: [2025-10-09] James Heinrich :: 1.9.24-202509040923
22+ » #462 add HEIF image support
23+ » #438 add detection support .gpx files
24+ * #470 PHP8.5 compatibility
25+ * #468 WAV files with RIFF and data chunk sizes of zero
26+ * #463 warning on null description
27+ * #460 DSS division by zero
28+ * #458 errors with MP3 free-format
29+ * #452 incorrect parsing of Quicktime files
30+ * #450 ogg file formats wrong duration
31+ * #449 Lyrics3 did not respect option_tag_apetag
32+ * #444 ID3v2 ininitialized string offset 0
33+ * #442 PrintHexBytes warning when $string is not a string
34+ * #440 MPEG duration error due to error in GOP parsing
35+ * #435 compatibility fix for PHP 5.3
36+ * #434 do not crash on empty seconds in DSS module
37+ * #430 garbage extracted from a RIFF tag in an AIFF file
38+ * #429 libxml_disable_entity_loader is deprecated
39+ * quicktime parse com.android.capture.fps
40+ * tar allow duplicate filenames
41+
21421.9.23: [2023-10-19] James Heinrich :: 1.9.23-202310190849
2243 » add detection support for 7-zip archives
2344 * #424 RIFF Undefined index "data"
Original file line number Diff line number Diff line change @@ -387,7 +387,7 @@ class getID3
387387 */
388388 protected $ startup_warning = '' ;
389389
390- const VERSION = '1.9.23 -202509040923 ' ;
390+ const VERSION = '1.9.24 -202509040923 ' ;
391391 const FREAD_BUFFER_SIZE = 32768 ;
392392
393393 const ATTACHMENTS_NONE = false ;
You can’t perform that action at this time.
0 commit comments