PHP通过eclipse进行调试

时间:2011-05-19 07:18:20

标签: 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.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 

此错误表示什么?

1 个答案:

答案 0 :(得分:0)

&

中删除C:\xampp\php\PEAR\Config.php on line 80 在php 5.3中不推荐使用

return value of new by reference