Chinese php.ini (2)

Source: Internet
Author: User
Tags file upload
;;;;;;;;;;;;;;;;;;;;;;;;;
; Paths and directories;
;;;;;;;;;;;;;;;;;;;;;;;;;
include_path =; Include path settings, UNIX: "/path1:/path2"
Windows: "Path1;path2"
Doc_root =; Php
The root path of the page, valid only when not empty
User_dir =; Tell PHP
What directory to look for when you open a script using/~username, only valid on Non-null
; upload_tmp_dir =;
A temporary directory that holds files uploaded with the HTTP protocol (using system defaults when unspecified)
Upload_max_filesize = 2097152; File upload is limited to 2 Meg by default
Extension_dir = c:php;
A directory that holds loadable Extensions (modules)
ENABLE_DL = on; Whether the DL () is valid.
;
DL () function on multi-threaded server * not working well,
;
For example, IIS or Zeus, and on it, defaults to prohibit
;;;;;;;;;;;;;;;;
; File uploads;
;;;;;;;;;;;;;;;;
File_uploads = on; Whether to allow HTTP way file uploads
; upload_tmp_dir =;
Temporary directory for files used for HTTP uploads (unspecified to use system defaults)
Upload_max_filesize = 2M; Maximum allowable size of uploaded files
; Fopen wrappers;
;;;;;;;;;;;;;;;;;;
Allow_url_fopen = on; Do you want to allow URLs to be treated as http:..
or the file as ftp: ...
;;;;;;;;;;;;;;;;;;;;;;
; Dynamic expansion;
; Dynamic Extensions;
;;;;;;;;;;;;;;;;;;;;;;
; If you want an extension library to load automatically, use the following syntax:
; Extension=modulename.extension
; For example, on Windows,
; Extension=msql.dll
; or under UNIX,
; Extension=msql.so
; Note that this should only be the name of the module and does not require directory information to be placed inside it.
; Use the above Extension_dir to indicate the location of the specified extension library.
; Windows Extensions
; Extension=php_nsmail.dll
Extension=php_calendar.dll

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.