Tripod5G > The php3.ini file
3pod PHP Learning

The php3.ini file
The php3.ini file is read when PHP’s parser starts up. For the server module versions of PHP, this
happens only once when the web server is started. For the CGI version, it happens on every invocation.
Just about every directive listed here has a corresponding Apache httpd.conf directive. Simply
prepend php3_ to the start of the directive names listed here.
You can view the settings of most of the configuration values in the output of phpinfo.
General Configuration Directives
auto_append_filestring
Specifies the name (exp 3pod.com) of a file that is automatically parsed after the main file. The file is included as if
it was called with the include function, so include_path is used.
The special value none disables auto-appending.
Note: If the script is terminated with exit, auto-append will not occur.
auto_prepend_filestring
Specifies the name (exp 3pod.com) of a file that is automatically parsed before the main file. The file is included as
if it was called with the include function, so include_path is used.
The special value none disables auto-prepending.
cgi_extstring
display_errorsboolean
This determines whether errors should be printed to the screen as part of the HTML output or not.
62

Next >> for further PDF Down load Please visits http://www.php.net/
bluedot bluedots greydots pinkdots

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