mirror of
https://github.com/php/php-src.git
synced 2026-04-27 01:48:26 +02:00
Fixed open_basedir note - thanks to Sander. I also notice I have to modify pg_lo_import(), etc. It does not check open_basedir at all. It checks UID/GID, though. We are better to note how we should treat files in coding standard.
This commit is contained in:
+1
-1
@@ -151,7 +151,7 @@ safe_mode_exec_dir =
|
||||
; open_basedir, if set, limits all file operations to the defined directory
|
||||
; and below. This directive makes most sense if used in a per-directory
|
||||
; or per-virtualhost web server configuration file.
|
||||
; Note: Used only when safe_mode is on.
|
||||
; Note: open_basedir is in effect regardless of safe_mode setting
|
||||
;
|
||||
;open_basedir =
|
||||
|
||||
|
||||
+1
-1
@@ -156,7 +156,7 @@ safe_mode_exec_dir =
|
||||
; open_basedir, if set, limits all file operations to the defined directory
|
||||
; and below. This directive makes most sense if used in a per-directory
|
||||
; or per-virtualhost web server configuration file.
|
||||
; Note: Used only when safe_mode is on.
|
||||
; Note: open_basedir is in effect regardless of safe_mode setting
|
||||
;
|
||||
;open_basedir =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user