We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe7948 commit ca16ea3Copy full SHA for ca16ea3
simpletest/WalkTest.php
@@ -36,7 +36,7 @@ function test_2_walk_empty() {
36
37
function test_3_walk_insert() {
38
// old mysql pdo driver chokes when you try to
39
- if ($this->db_type == 'mysql' && phpversion() < '7.0') return;
+ if ($this->db_type == 'mysql' && phpversion() < '7.4') return;
40
41
$Walk = DB::queryWalk("INSERT INTO profile (id) VALUES (100)");
42
0 commit comments