mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +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:
parent
ff012991f8
commit
02bc91f0bc
2 changed files with 2 additions and 2 deletions
|
@ -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 =
|
||||
|
||||
|
|
|
@ -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 =
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue