通过eclipse调试PHP

通过eclipse调试PHP,php,pear,config,Php,Pear,Config,我有一个脚本,它从xampp中的根目录(//htdocs)开始。脚本的文件名是y index.php,php文件中存在一些问题,即 if(file_exists('includes/dboperations.php')). If I run this script, its ok I will get following error Call Stack # Time Memory Function Location 1 0.0045 400376 {main}( ) ..\index.

我有一个脚本,它从xampp中的根目录(//htdocs)开始。脚本的文件名是y index.php,php文件中存在一些问题,即

if(file_exists('includes/dboperations.php')). If I run this script, its ok I will get following error 

Call Stack 
# Time Memory Function Location 
1 0.0045 400376 {main}( ) ..\index.php:0 
2 0.0304 455088 require_once( 'C:\xampp\htdocs\includes\library.inc.php' ) ..\index.php:45 


Deprecated: Assigning the return value of new by reference is deprecated in C:\xampp\php\PEAR\Config.php on line 80 
Call Stack 

此错误表示什么?

从第80行的
C:\xampp\php\PEAR\Config.php中删除
&

在php 5.3中不推荐使用new by reference的返回值