php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #13359 Formating php.ini
Submitted: 2001-09-18 03:48 UTC Modified: 2010-11-19 00:44 UTC
From: sippel dot r at ks-keb dot de Assigned: jani (profile)
Status: Closed Package: *General Issues
PHP Version: 4.0.6 OS: WIN
Private report: No CVE-ID: None
 [2001-09-18 03:48 UTC] sippel dot r at ks-keb dot de
Please make a formated php.ini. The current php.ini is very confused to read for newbies.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-09-18 07:01 UTC] sniper@php.net
Please explain what is so confusing in it?


 [2001-09-18 07:19 UTC] sippel dot r at ks-keb dot de
I think the file ist too big with all comments and 700 lines. You can?t see easy what is comment an where are the real parameter.
Exclude the long comments in the manual and only one line short description to php.ini.

Like this.

*/
$cfgConfirm               = TRUE;   // confirm 'DROP TABLE' & 'DROP DATABASE'
$cfgPersistentConnections = FALSE;  // use persistent connections to MySQL database
$cfgShowBlob              = FALSE;  // display blob field contents in browse mode
$cfgMaxRows               = 30;     // maximum number of rows to display in browse mode
$cfgOrder                 = 'ASC';  // default for 'ORDER BY' clause (valid
                                    // values are 'ASC', 'DESC' or 'SMART' -ie
                                    // descending order for fields of type
                                    // TIME, DATE, DATETIME & TIMESTAMP,
                                    // ascending order else-)
$cfgOBGzip 		          = TRUE;   // GZIP output buffering
$cfgGZipDump              = TRUE;   // Allow the use of gzip/bzip compression
$cfgBZipDump              = TRUE;   // for dump files


 [2010-11-19 00:44 UTC] jani@php.net
-Status: Open +Status: Closed -Package: Feature/Change Request +Package: *General Issues -Assigned To: +Assigned To: jani
 [2010-11-19 00:44 UTC] jani@php.net
This has been done quite many times now. Current ones are quite easy to read.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Jun 01 11:01:33 2024 UTC