Hi there,
In our company PHP is configured to not output any warnings, etc. (php.ini). Is there any way to temporarily change this setting for the execution time of a specific script?
Is there any PHP statement which included at the very beginning of any .php script would turn the debug level to what I want thus outputting warnings, etc.?