我有一个从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
此错误表示什么?
答案 0 :(得分:0)
从&
C:\xampp\php\PEAR\Config.php on line 80
在php 5.3中不推荐使用 return value of new by reference