-
-
Notifications
You must be signed in to change notification settings - Fork 4.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove useless ini_set calls #24934
Remove useless ini_set calls #24934
Conversation
Did you run into an issue because the value is wrong?
|
I was simply checking what ini_set calls Nextcloud was making in a ini_set disabled host to set those values manually. It should be either fixed with this PR or (re)moved as you've said. |
I don't see why we need to increase |
As far as i understand, this can't even be changed trough .htaccess our ini_set... So the best option is to remove it. |
That's correct. |
And if your are on it please remove 3 method calls less 🤣 🥳 |
I found another one 🙈
Would be nice to squash all commits together (or drop the old ones) and sign off (https://github.com/nextcloud/server/pull/24934/checks?check_run_id=1637306644 for some hints) Thanks for cleaning this up 👍 |
Could you squash this to 1 commit? |
99bd865
to
bc1b5d7
Compare
They're all PHP_INI_SYSTEM.
See comments below 👍