Home > Article > Backend Development > How to turn off safe mode in php
How to turn off safe mode in php: 1. Use a text editor to open the php.ini configuration file; 2. Find the configuration safe_mode and modify the configuration to [safe_mode = On]; 3. Restart apache.
How to turn off safe mode in php:
(Recommended video tutorial: php video tutorial)
1. Use a text editor to open the php.ini configuration file;
2. Find the configuration safe_mode and modify the configuration to [safe_mode = On];
3. Restart apache.
Related recommendations: php training
The above is the detailed content of How to turn off safe mode in php. For more information, please follow other related articles on the PHP Chinese website!