; you have to load the extension first extension=realpath_turbo.so ; Disable dangerous functions (see the warning in the README file for ; details). ; Possible values: ; 0 - Ignore potential security issues ; 1 - Disable dangerous PHP functions (link,symlink) ;realpath_turbo.disable_dangerous_functions = 1 realpath_turbo.disable_dangerous_functions = 0 ; Set realpath_turbo.open_basedir to whatever you want to set open_basedir to realpath_turbo.open_basedir = "/web/sys/uc" ; Disable PHP's open_basedir directive so that the realpath cache won't be ; disabled. ; Remember, turbo_realpath will set this option later to the ; realpath_turbo.open_basedir value. open_basedir = ""