Created
October 15, 2012 20:47
-
-
Save Brick85/3895340 to your computer and use it in GitHub Desktop.
FreeBSD edit php.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
chflags nosunlnk php.ini; chflags noschg php.ini; replace "safe_mode = Off" "safe_mode = On" -- php.ini; replace "safe_mode_gid = On" "safe_mode_gid = Off" -- php.ini; replace "sql.safe_mode = On" "sql.safe_mode = Off" -- php.ini; chflags sunlnk php.ini; chflags schg php.ini |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment