| « Fixing PHP's require "open_basedir restriction in effect" on Plesk | Fedora Core 8 installation problems with a (Ubuntu) Dell Inspiron 530 N-Series install hangs on » |
Incorrect "open_basedir restriction in effect"
December 30th, 2007The documentation of require() on the PHP website is incorrect with regards to require()’s behavior. It says it is just like include(), but it isn’t. Include() takes the include path from the PHP variable include_path, but require() does not. It takes it from the open_basedir variable.