zoukankan      html  css  js  c++  java
  • 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
  • 相关阅读:
    Java中RuntimeException和Exception
    RuntimeException和Exception的区别
    Spring事务异常回滚
    iOS 卖票中多线程分析;
    凝视转换(部分)
    HDU 5386 Cover(模拟)
    iOS开发之软键盘使用小技巧
    【每日算法】高速幂
    CKEditor高级编辑器
    iOS开发 剖析网易新闻标签栏视图切换(addChildViewController属性介绍)
  • 原文地址:https://www.cnblogs.com/rsapaper/p/5835910.html
Copyright © 2011-2022 走看看