php.ini

\wamp64\bin\apache\apache2.4.18\bin

\wamp64\bin\php\php5.6.19

\wamp64\bin\php\php5.6.19\php.ini

 1 [PHP]
 2 ; **************************************************************
 3 ; ****** DO NOT EDIT THIS FILE **** DO NOT EDIT THIS FILE ******
 4 ; * This file is only use by PHP CLI (Command Line Interface)  *
 5 ; * that is to say by Wampserver internal PHP scripts          *
 6 ; * THE CORRECT FILE TO EDIT is Wampmanager Icon->PHP->php.ini *
 7 ; * that is wamp/bin/apache/apache2.x.y/bin/php.ini            *
 8 ; **************************************************************
 9 
10 
11 ;;;;;;;;;;;;;;;;;;;
12 ; About php.ini   ;
13 ;;;;;;;;;;;;;;;;;;;
14 ; PHP's initialization file, generally called php.ini, is responsible for
15 ; configuring many of the aspects of PHP's behavior.
16 
17 ; PHP attempts to find and load this configuration from a number of locations.
18 ; The following is a summary of its search order:
19 ; 1. SAPI module specific location.
20 ; 2. The PHPRC environment variable. (As of PHP 5.2.0)
21 ; 3. A number of predefined registry keys on Windows (As of PHP 5.2.0)
22 ; 4. Current working directory (except CLI)
23 ; 5. The web server's directory (for SAPI modules), or directory of PHP
24 ; (otherwise in Windows)
25 ; 6. The directory from the --with-config-file-path compile time option, or the
26 ; Windows directory (C:\windows or C:\winnt)
27 ; See the PHP docs for more specific information.
28 ; http://php.net/configuration.file
原文地址:https://www.cnblogs.com/rsapaper/p/5835910.html