Edit report at http://bugs.php.net/bug.php?id=13359&edit=1
ID: 13359 Updated by: [email protected] Reported by: sippel dot r at ks-keb dot de Summary: Formating php.ini -Status: Open +Status: Closed Type: Feature/Change Request -Package: Feature/Change Request +Package: *General Issues Operating System: WIN PHP Version: 4.0.6 -Assigned To: +Assigned To: jani Block user comment: N Private report: N New Comment: This has been done quite many times now. Current ones are quite easy to read. Previous Comments: ------------------------------------------------------------------------ [2001-09-18 07:19:39] 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 ------------------------------------------------------------------------ [2001-09-18 07:01:48] [email protected] Please explain what is so confusing in it? ------------------------------------------------------------------------ [2001-09-18 03:48:48] 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. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=13359&edit=1
