https://bugzilla.wikimedia.org/show_bug.cgi?id=1965
Christian Kujau <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from Christian Kujau <[email protected]> --- MediaWiki 1.20.2 here with ini_set() disabled as well. One load of this wikis frontpage produces 12 lines of PHP warnings: PHP Warning: ini_set() has been disabled for security reasons in ../includes/db/Database.php on line 702 PHP Warning: ini_set() has been disabled for security reasons in ../includes/db/Database.php on line 712 [...] There are quite a few places where ini_set/get is used: $ egrep -rl 'ini_[gs]et' . ./includes/AjaxResponse.php ./includes/GlobalFunctions.php ./includes/AutoLoader.php ./includes/LocalisationCache.php ./includes/StreamFile.php ./includes/OutputHandler.php ./includes/OutputPage.php ./includes/filebackend/lockmanager/DBLockManager.php ./includes/filebackend/lockmanager/MemcLockManager.php ./includes/UserMailer.php ./includes/WebStart.php ./includes/db/DatabaseMysql.php ./includes/db/Database.php ./includes/WebRequest.php ./includes/normal/UtfNormalMemStress.php ./includes/HttpFunctions.php ./includes/installer/WebInstallerPage.php ./includes/installer/Installer.php ./includes/objectcache/MemcachedPeclBagOStuff.php ./includes/parser/Preprocessor_DOM.php ./includes/specials/SpecialUpload.php ./includes/upload/UploadFromFile.php ./includes/ScopedPHPTimeout.php ./maintenance/deleteImageMemcached.php ./maintenance/dev/includes/router.php ./maintenance/Maintenance.php ./maintenance/preprocessorFuzzTest.php ./maintenance/backup.inc ./maintenance/backupTextPass.inc ./tests/parser/parserTest.inc ./tests/phpunit/includes/parser/NewParserTest.php ./tests/selenium/SeleniumTestConsoleLogger.php ./profileinfo.php -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
