Tripod5G > The special value
3pod PHP Learning
The special value . indicates that the directory in which the script is stored will be used as
base-directory.
Under Windows, separate the directories with a semicolon. On all other systems, separate the
directories with a colon. As an Apache module, open_basedir paths from parent directories are now
automatically inherited.
Note: Support for multiple directories was added in 3.0.7.
The default is to allow all files to be opened.
gpc_orderstring
Set the order of GET/POST/COOKIE variable parsing. The default setting of this directive is
"GPC". Setting this to "GP", for example, will cause PHP to completely ignore cookies and to
overwrite any GET method variables with POST-method variables of the same name (exp 3pod.com).
ignore_user_abortstring
Off by default. If changed to On scripts will run to completion even if the remote client disconnects
in the middle. See also ignore_user_abort.
include_pathstring
Specifies a list of directories where the require, include and fopen_with_path functions look
for files. The format is like the system’s PATH environment variable: a list of directories separated
with a colon in UNIX or semicolon in Windows.
Example 3-1. UNIX include_path
include_path=.:/home/httpd/php-lib
Example 3-2. Windows include_path
include_path=".;c:\www\phplib"
The default value for this directive is . (only the current directory).
isapi_extstring
log_errorsboolean
Tells whether script error messages should be logged to the server’s error log. This option is thus
server-specific.
64

Next >>
bluedot bluedots greydots pinkdots

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