Skip to content

Commit 4479293

Browse files
committed
Prepare codebase for PHP 7.4
1 parent 383a5b2 commit 4479293

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

examples/includes/bootstrap.php

-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
<?php
22

33
ini_set('error_reporting', '1');
4-
ini_set('track_errors', '1');
54
ini_set('display_errors', '1');
65
ini_set('display_startup_errors', '1');
76

src/PHPVideoToolkit/Mime.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function mime_content_type($fn) {
186186

187187
default:
188188
// date, ldate, ledate, leldate, beldate, lebelbe...
189-
continue;
189+
continue 2;
190190
}
191191
}
192192

0 commit comments

Comments
 (0)