网站根目录 index.php 中
include "/test.php";
在 5.4 以及 5.6 下正常执行
在 7.0 下则 failed to open stream: No such file or directory
include "test.php";
在 3 个版本下都正常没问题
从早上 google 到现在都没找到 php7 的哪部分新特性和遗弃功能里有讲这个的 求教!
include "/test.php";
在 5.4 以及 5.6 下正常执行
在 7.0 下则 failed to open stream: No such file or directory
include "test.php";
在 3 个版本下都正常没问题
从早上 google 到现在都没找到 php7 的哪部分新特性和遗弃功能里有讲这个的 求教!