|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2002-07-18 03:50 UTC] huet dot olivier at free dot fr
There seems to have an error in the english documentation of ini_set function. The upload_max_filesize is describe as PHP_INI_SYSTEM configuration option, but it appears to be sizeable via ini_set function. Please care about it ! PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 07 21:00:01 2025 UTC |
This important topic needs more analysis. The generated table found at php.net/ini_set (which is created by phpdoc/scripts/mk_ini_set_table.sh) should not be listed at php.net/ini_set but rather it should be listed somewhere near config.xml as this table is certainly not ini_set specific. Also, this table needs a third description column which somehow should not be affected by mk_ini_set_table.sh. This would be, for example, a place to explain why register_globals is PHP_INI_ALL. And lastly, this information should be related to {extension}/ini.xml somehow as currently the information is kept track of in two places. This deserves some thought too. Regarding the original purpose of this bug report, when mk_ini_set_table.sh is run it should be run on all translations, not just /en/. This would mean translations of this wouldn't get out-of-date.