当前位置:Gxlcms > PHP教程 > netbeans中调试php程序,执行到实例化smarty时程序提示“套接字异常错误”

netbeans中调试php程序,执行到实例化smarty时程序提示“套接字异常错误”

时间:2021-07-01 10:21:17 帮助过:34人阅读

netbeansphp套接字错误smarty

require './Smarty/libs/Smarty.class.php';

$smarty = new Smarty();

$smarty->template_dir="./templates";
$smarty->compile_dir="./compile";

在netbeans中调试php程序,调试运行到new Smarty();时,netbeans弹出套接字异常错误。
非调试运行时,程序运行正常。

人气教程排行