+ -
当前位置:首页 → 问答吧 → zend调试用的dummy.php

zend调试用的dummy.php

时间:2007-09-05

来源:互联网

复制PHP内容到剪贴板
PHP代码:

<?php
@ini_set('zend_monitor.enable', 0);
if(@function_exists('output_cache_disable')) {
 @output_cache_disable();
}
if(isset($_GET['debugger_connect']) && $_GET['debugger_connect'] == 1) {
 if(function_exists('debugger_connect'))  {
  debugger_connect();
  exit();
 } else {
  echo "No connector is installed.";
 }
}
?>

作者: keminar   发布时间: 2007-09-04

热门下载

更多