; you have to load the extension first extension=turbo_realpath.so ; realpath_turbo security mode ; Possible values: ; 0 - Ignore potential security issues ; 1 - Disable dangerous PHP functions (link,symlink) realpath_cache_security = 0 ; Set realpath_cache_basedir to whatever you want to set open_basedir to realpath_cache_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_cache_basedir value. open_basedir = ""