ID: 13359
User updated by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Old Status: Feedback
Status: Open
Bug Type: Feature/Change Request
Operating System: WIN
PHP Version: 4.0.6
New Comment:
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
Previous Comments:
------------------------------------------------------------------------
[2001-09-18 07:01:48] [EMAIL PROTECTED]
Please explain what is so confusing in it?
------------------------------------------------------------------------
[2001-09-18 03:48:48] [EMAIL PROTECTED]
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/?id=13359&edit=1
--
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]