netbeansphp套接字错误smarty
require ‘./Smarty/libs/Smarty.class.php’;
$smarty = new Smarty();
$smarty->template_dir=”./templates”;
$smarty->co本%文来源gaodaimacom搞#^代%!码网@搞代gaodaima码mpile_dir=”./compile”;
在netbeans中调试php程序,调试运行到new Smarty();时,netbeans弹出套接字异常错误。
非调试运行时,程序运行正常。