File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 1818Version History
1919===============
2020
21+ 1.9.23: [2023-10-19] James Heinrich :: 1.9.23-202310190849
22+ » add detection support for 7-zip archives
23+ * #424 RIFF Undefined index "data"
24+ * #421 tag.xmp remove GLOBALS
25+ * #419 Quicktime Undefined index "time_scale"
26+ * #418 tag.xmp zero-length fread
27+ * #414 Quicktime bitrate for mp4 audio
28+ * #413 Quicktime audio metadata
29+ * #410 MPEG-1 pixel aspect ratio
30+ * #407 PHP 8.1 compatibility
31+ * #404 guard against division by zero
32+ * #402 remove utf8_encode/utf8_decode
33+
21341.9.22: [2022-09-29] James Heinrich :: 1.9.22-202207161647
2235 * bugfix #387 fails to detect h265 video codec (QuickTime)
2336 * bugfix #385 Quicktime extended atom size
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.22-202308100852 ' ;
390+ const VERSION = '1.9.23-202310190849 ' ;
391391 const FREAD_BUFFER_SIZE = 32768 ;
392392
393393 const ATTACHMENTS_NONE = false ;
You can’t perform that action at this time.
0 commit comments