#1 anythink
PHP Warning: require() [function.require]: open_basedir restriction in effect. File(D:\speedPHP\init.php) is not within the allowed path(s):我把 speedPHP 提取到 D盘, 网站是 d:\website
我用open_basedir 限制了读取目录,
open_basedir = D:\website;E:\temp;D:\speedPHP
为什么还是报错?
2011-08-25 22:37:26