We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 35bda64 + b03f514 commit 879a501Copy full SHA for 879a501
getid3/getid3.lib.php
@@ -19,6 +19,11 @@
19
}
20
21
22
+// Available since PHP 5.6
23
+if (!defined('PHP_INT_MIN')) {
24
+ define('PHP_INT_MIN', ~PHP_INT_MAX);
25
+}
26
+
27
class getid3_lib
28
{
29
/**
getid3/getid3.php
@@ -387,7 +387,7 @@ class getID3
387
*/
388
protected $startup_warning = '';
389
390
- const VERSION = '1.9.24-202512161137';
+ const VERSION = '1.9.24-202512170412';
391
const FREAD_BUFFER_SIZE = 32768;
392
393
const ATTACHMENTS_NONE = false;
0 commit comments