简体   繁体   中英

Using website specific php.ini file

I have a website running on shared IIS server. The hosting service provider is not making changes to the file. I need to set display_errors to off . I asked them for the php.ini file from their server to be mailed to me. Can I override the default ini file to the php.ini file in my root directory?

I found an easier solution. I used error_reporting(0); to turn off displaying errors. This might help others looking for same solution.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM