* Support php 5.3 for sql parser lib.

This commit is contained in:
qixinzhi
2023-02-10 11:24:24 +08:00
parent 7c2e937eda
commit 7c122a0b29
648 changed files with 13815 additions and 279048 deletions
+2 -3
View File
@@ -1,13 +1,12 @@
#!/usr/bin/env php
<?php
declare(strict_types=1);
$files = [
$files = array(
__DIR__ . "/../vendor/autoload.php",
__DIR__ . "/../../vendor/autoload.php",
__DIR__ . "/../../../autoload.php",
"vendor/autoload.php"
];
);
$found = false;
foreach ($files as $file) {