[Bug 1965] Problems when ini_set() is disabled

2014-02-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1965

Bug 1965 depends on bug 60658, which changed state.

Bug 60658 Summary: LocalisationCache::readPHPFile should suppress warnings 
around ini_set
https://bugzilla.wikimedia.org/show_bug.cgi?id=60658

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 1965] Problems when ini_set() is disabled

2014-01-30 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1965

Bawolff (Brian Wolff) bawolff...@gmail.com changed:

   What|Removed |Added

 Depends on||60658

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 1965] Problems when ini_set() is disabled

2013-03-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1965

Christian Kujau li...@nerdbynature.de changed:

   What|Removed |Added

 CC||li...@nerdbynature.de

--- Comment #9 from Christian Kujau li...@nerdbynature.de ---
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
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 1965] Problems when ini_set() is disabled

2013-03-21 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1965

Christian Kujau li...@nerdbynature.de changed:

   What|Removed |Added

Version|1.10.x  |1.20.2

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are watching all bug changes.
___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 1965] Problems when ini_set() is disabled

2011-05-26 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1965

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

  Component|Installation|General/Unknown

--- Comment #8 from Chad H. innocentkil...@gmail.com 2011-05-26 21:07:06 UTC 
---
Installation - General. We need to cleanup ini_set/get() everywhere.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 1965] Problems when ini_set() is disabled

2011-05-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=1965

Chad H. innocentkil...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 CC||innocentkil...@gmail.com
 Resolution|LATER   |

--- Comment #7 from Chad H. innocentkil...@gmail.com 2011-05-05 19:24:05 UTC 
---
Now that we're looking to support HipHop, and HH doesn't support ini_set() for
a majority of the parameters, it's a good time to take a look at all of our
ini_get|sets in core and clean them up.

A general wfIniGet( $param, $defaultVal ) would be useful as a wrapper.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l