Chinese php.ini (2) _php tutorial

Source: Internet
Author: User
;;;;;;;;;;;;;;;;;;;;;;;;;
; 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
Which directory to look for when opening a script with/~username, only valid when not empty
; upload_tmp_dir =;
Temporary directory for files uploaded with HTTP protocol (use system default if not specified)
Upload_max_filesize = 2097152; File upload is limited to 2 Meg by default
Extension_dir = c:php;
A directory that holds the Loadable Expansion Library (module)
ENABLE_DL = on; Whether to make DL () valid.
;
The DL () function on a multithreaded server * does not work well,
;
For example, IIS or Zeus, and on which it is disabled by default
;;;;;;;;;;;;;;;;
; File uploads;
;;;;;;;;;;;;;;;;
File_uploads = on; Whether to allow HTTP mode file upload
; upload_tmp_dir =;
Temp directory for files uploaded by HTTP (use system default if not specified)
Upload_max_filesize = 2M; Maximum license size for uploaded files
; Fopen wrappers;
;;;;;;;;;;;;;;;;;;
Allow_url_fopen = on; Whether to allow URLs 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.
; Specify the location of the extension library with the extension_dir above.
; Windows Extensions
; Extension=php_nsmail.dll
Extension=php_calendar.dll

http://www.bkjia.com/PHPjc/629562.html www.bkjia.com true http://www.bkjia.com/PHPjc/629562.html techarticle ;;;;;;;;;;;;;;;;;;;;;;;;; ; Paths and directories;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; include_path =; Include path settings, UNIX:/path1:/path2 windows:path1;path2 doc_root =; PHP page of ...

  • 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.