Deactivating PHP error logging -
i noticed of php errors in xampp stored in log, has size of 500 mb already. want deactivate logging, without stopping reporting while execution. how can accomplish this?
at top of php file
ini_set('log_errors', 'off'); or in php.ini:
log_errors = off
Comments
Post a Comment