ID: 16723 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Bogus Bug Type: Feature/Change Request Operating System: Linux PHP Version: 4.2.0 New Comment:
then use safe_mode_include_dir instead :) by whatever reason this configuration option can only be found in the CGI version, but not the php version of php.ini. ; When safe_mode is on, UID/GID checks are bypassed when ; including files from this directory and its subdirectories. ; (directory must also be in include_path or full path must ; be used when including) safe_mode_include_dir = Previous Comments: ------------------------------------------------------------------------ [2002-04-21 13:54:46] [EMAIL PROTECTED] Would it be possible to make include_path 1. Unchangeable (I assume php_admin_value will help here) 2. Safe to include, regardless of uid/gid or open_basedir I host a number of sites on a cluster, and I would like to install some libraries (like phplib) globally, but the current safe_mode prevents that. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=16723&edit=1