File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change 1818Version History
1919===============
2020
21+ 1.9.18: [2019-07-24] James Heinrich :: 1.9.18-201907240906
22+ * bugfix (G:198) use native hash functions instead of obsolete external binaries
23+ * bugfix (G:194) PHP 7.4 compatibility: fix deprecated curly brace array access
24+ * bugfix (G:191) unsupported operand types module.audio.ac3.php:763
25+ * bugfix (G:189) false UTF-16 <BOM> and no termination strings
26+ * bugfix (G:188) add support for DS2 v8
27+ * bugfix (G:187) RIFF.WAVE.scot parsing
28+ * bugfix (G:184) invalid regex pattern (ID3v1)
29+ * bugfix (G:183) reduced information for GIF files with $option_extra_info=false
30+ * bugfix (G:175) mp4 max buffer size
31+ * bugfix (G:174) TIFF parsing improvements
32+ * bugfix (G:121) trailing nulls in ID3v2 strings
33+ * standardize "track" -> "track_number"
34+
21351.9.17: [2019-02-07] James Heinrich :: 1.9.17-201902071234
2236 * bugfix (G:178) HandleAllTags should skip "picture"
2337 * bugfix (G:177) error checking for reading more than PHP memory_limit
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ class getID3
250250 */
251251 protected $ startup_warning = '' ;
252252
253- const VERSION = '1.9.17 -201907240906 ' ;
253+ const VERSION = '1.9.18 -201907240906 ' ;
254254 const FREAD_BUFFER_SIZE = 32768 ;
255255
256256 const ATTACHMENTS_NONE = false ;
You can’t perform that action at this time.
0 commit comments