• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
The Electric Toolbox Blog

The Electric Toolbox Blog

Linux, Apache, Nginx, MySQL, Javascript and PHP articles

  • Applications
  • FCKEditor
  • Apache
  • Windows
  • Contact Us
Home / Article / PHP / PHP list of php.ini directives

PHP list of php.ini directives

PHP allows you to set a variety of configuration settings in either the web server’s configuration (e.g. Apache’s httpd.conf or .htaccess) and using the ini_set function. The PHP manual contains a complete list of php.ini directives and this short post is simply my place of bookmarking the list, as I often need to refer to it.

The page in the manual lists all the configuration options, the default value, where it can be changed, and which version of PHP it is applicable from. The name of the option is also linked to the approprate section on a second page with more details describing it and its use.

For example, the allow_url_fopen setting allows file opening functions to open remote files via ftp or http when enabled. The default setting from the manual page is “1” (meaning it is enabled), and it can be changed anywhere for PHP versions <= 4.3.4 but only in the system configuration (httpd.conf or php.ini) for later versions.

The manual page is here: http://www.php.net/manual/en/ini.list.php

Check Out These Related posts:

  1. Compressing files on Apache with mod_deflate
  2. Cookies and domains
  3. PHP PDO DSN Connection String
  4. Changing exim4 settings with Debian 5 Lenny

Filed Under: PHP

Primary Sidebar

Categories

  • Apache
  • Applications
  • Article
  • Case Studies
  • Email Servers
  • FCKEditor
  • HTML And CSS
  • Javascript
  • Linux/Unix/BSD
  • Microsoft SQL Server
  • Miscellaneous Postings
  • MySql
  • Networking
  • Nginx Web Server
  • Offsite Articles
  • OSX
  • PHP
  • Quick Tips
  • RFC – Request for Comments
  • SilverStripe
  • VMWare
  • VPN
  • Windows
  • WordPress

Recent Posts

  • Vim Show Line Numbers
  • Add User To Group Linux
  • Chmod 777 Tutorial
  • How to Copy Directory Linux
  • Linux create user

Copyright © 2021. ElectricToolBox. All Rights Reserved.

  • Contact Us
  • Copyright Info
  • Privacy Policy
  • Sitemap