If display_errors is disabled in your php.ini you won't be able to enable it at runtime with ini_set if your script has a fatal error. From the doc:
Quote:
Note: Although display_errors may be set at runtime (with ini_set()), it won't have any affect if the script has fatal errors. This is because the desired runtime action does not get executed.