On 5-Sep-06, at 11:45 AM, Matthias Pigulla wrote:

So this is a documentation bug and there is no way to check beforehand
whether an include($filepath) will succeed or not when safe_mode is on?

Now there is (because of the change), before there was none. Do the check before, you'd need to open the file with @fopen(), see if that failed and if it not, then you know for certain you can work with the file.

Ilia Alshanetsky

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to