View Single Post
  #3 (permalink)  
Old 04-12-2008, 10:55 AM
Turin Turambar's Avatar
Turin Turambar Turin Turambar is offline
WMG Deputy Sheriff
 
Join Date: Apr 2008
Location: Bulgaria
Posts: 19
iTrader: (0)
Turin Turambar is on a distinguished road
Send a message via ICQ to Turin Turambar Send a message via MSN to Turin Turambar Send a message via Yahoo to Turin Turambar Send a message via Skype™ to Turin Turambar
Default

Quote:
Originally Posted by simi View Post
What is php.ini
php.ini is a configuration file that is read when PHP script starts up. PHP looks for the file in the current working directory, in the path designated by the environment variable PHPRC, and in the path that was defined in compile time (in that order). php.ini is usually located in the root directory where your PHP package is installed.
php.ini contains configuration settings that control the way PHP scripts are interpreted. It includes directives and settings that control issues like security, performance, data and file handling, etc. It also indicates whether certain PHP extensions should enabled on your system.
PHP Manual - php.ini
Reply With Quote
Sponsored Links
Register and sign in to hide this ad block