有什么注意的地方?会出错~

解决方案 »

  1.   

    我觉得应该不会因为都是解析成服务器认识的PHP语言
      

  2.   

    Fatal error: Cannot instantiate non-existent class: mysql in E:\root\zend.php on line 5mysql.class.php就是zend加密的. zend.php没加密,如果两个都加密或没加密是正常的
      

  3.   

    路径加上realpath,看看
    $filePath=realpath($filePath);
    //echo $filePath;如果这里输出正确的,这个,请楼下解答……
    include($filePath);
      

  4.   

    日,知道原因了 zend guard 的选项 Obfuscation Level 选第三个就会出错了。。这到底是什么意思啊???1、Encodeing only (...2.6...)
    2、Basic (...2.6...)
    3、Strong (...3.x....)
      

  5.   

    靠,你用的什么版本阿,我都没有这个选项,平时也就把 use php5 那一项选上