php升级后无法调试
apache:2.2.11
php:
php-5.3.0-Win32-VC6-x86(safe).msi
xdebug:
php_xdebug-2.0.5-5.3-vc6.dll
php_xdebug-2.0.4-5.3.0-vc6.dll
zend_extension="E:\Program Files\PHP\ttt\php_xdebug-2.0.5-5.3-vc6.dll"
或者zend_extension="E:\Program Files\PHP\ttt\php_xdebug-2.0.4-5.3.0-vc6.dll"
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
为什么这样配置,phpinfo()不显示xdebug
但是换成 php:5.2.8
xdebug:php_xdebug-2.0.4-5.2.8.dll
zend_extension_ts="E:\Program Files\PHP\ttt\php_xdebug-2.0.4-5.2.8.dll"
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhost
xdebug.remote_port=9000
却能够显示?
有解决办法吗,或者有好用的php调试器推荐一款也成,非常感谢!!!
可是我选择的xdebug的版本和php的版本是相对应的呀,
难道按照xdebug的官方文档选择版本不能够升级吗。
那么应该怎么样升级php和xdebug呢
那就等一等
如需要阅读该回复,请登录或注册CSDN!
相关问答:
<?php
if($_SERVER['HTTP_REFERER']!=''){
@header("Content-type:image/jpeg");
echo file_get_contents("xlight.jpg");
}
else{
@header("location:ht ......
想把http://www.abc.com/aa/bb/aa.php
重写成http://www.abc.com/aa.php 弄了半天也不知道如何弄~~
这个可以实现么
RewriteRule ^([a-z0-9]+)\/([a-z0-9]+)\/([a-z0-9]+)\.php$ $3.php [L,QSA]
引 ......
webclient.php文件:
<?php
$arrOptions = array( 'uri'=>'http://10.10.19.111/','location'=>'http://10.10.19.111/webservice/webservice.php','trace' ......