-
Notifications
You must be signed in to change notification settings - Fork 7.9k
remove safe_mode leftovers #19552
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 safe_mode leftovers #19552
Conversation
@@ -23,7 +23,6 @@ | |||
|
|||
#if defined(HAVE_LIBGD) || defined(HAVE_GD_BUNDLED) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
there are more mentions like
Line 733 in a84a82e
/* Only do the safemode/open_basedir check at runtime */ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, removed.
looking good at first glance, I ll have a better look once you finish cleaning up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the original author, thank you for finishing the job :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thx
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No RM objections
safe_mode
ini directive was removed in PHP 5.4: dd8e59d