_debug.php 251 字节
Newer Older
aaronchen2k2k's avatar
aaronchen2k2k 已提交
1 2 3
#!/usr/bin/env php
<?php

aaronchen2k2k's avatar
aaronchen2k2k 已提交
4 5 6 7
include_once __DIR__ . DIRECTORY_SEPARATOR . '_utils.php';

getZDCmd();

8
if (!function_exists('simplexml_load_file')) {
aaronchen2k2k's avatar
aaronchen2k2k 已提交
9 10
    print("simplexml_load_file missing, pls use 'sudo apt-get install php7.0-simplexml' to install\n");
}