我有一个从 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:xampphtdocsincludeslibrary.inc.php' ) ..index.php:45
Deprecated: Assigning the return value of new by reference is deprecated in C:xamppphpPEARConfig.php on line 80
Call Stack
此错误表示什么?
从
C:xamppphpPEARConfig.php on line 80
中删除&
return value of new by reference
在 PHP 5.3 中已弃用