
03-08-2012, 07:09 AM
|
|
Member
|
|
Join Date: Jun 2011
Posts: 34
|
|
Hi,
Thanks for your reply.
That's interesting to note, I had no idea that suPHP didn't enfoce the open_basedir restrictions on Apache - it answers a few questions i've always wondered about.
Anyway moving back on topic, I've found the related bug at php.net - https://bugs.php.net/bug.php?id=44901
Seems to be the exact issue to a tee, but it's been reported now since 2008 and if it hasn't had much movement since then - well im hesitant to think it's going to move much now.
I think for the few customers who are using the silverstripe cms i'll just modify the code slightly so as to not treat every single entry in a directory as a directory, which appears to be what it is doing according to the errors from open_basedir.
Cheers.
|