Tripod5G > Only allow running o
3pod PHP Learning
instalations –with-exec-dir

–with-exec-dir
-with-exec-dir =DIR
Only allow running of executables in DIR when in safe mode. Defaults to /usr/local/bin. This
option only sets the default, it may be changed with the safe_mode_exec_dir directive in the
configuration file later.
–enable-debug
-enable-debug
Enables extra debug information. This makes it possible to gather more detailed information when there
are problems with PHP. (Note that this doesn’t have anything to do with debugging facilities or
information available to PHP scripts.)
–enable-safe-mode
-enable-safe-mode
Enables "safe mode" by default. This imposes several restrictions on what PHP can do, such as opening
only files within the document root. Read the Security chapter for more more information. CGI users
should always enable secure mode. This option only sets the default, it may be enabled or disabled with
the safe_mode directive in the configuration file later.
–enable-track-vars
-enable-track-vars
Makes PHP keep track of where GET/POST/cookie variables come from in the arrays
HTTP_GET_VARS, HTTP_POST_VARS and HTTP_COOKIE_VARS. This option only sets the
default, it may be enabled or disabled with the track_vars directive in the configuration file later.
–enable-magic-quotes
-enable-magic-quotes

Next >>
bluedot bluedots greydots pinkdots

Tripod >> 3pod Tips & Learning and manuals for educations