Hi all, I was exploring the gestion of the exceptions in Zf. In my application.ini, i saw these 3 lines:
phpSettings.display_startup_errors = 1 phpSettings.display_errors = 1 resources.frontController.params.displayExceptions = 1 I know that the two first are setting php routines, for displaying php error, but i can't find what is the goal of "resources.frontController.params.displayExceptions" ? I turned it to 0, but nothing change, and i didn't find anything on the online manual. Thanks for your replies. -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/resources-frontController-params-displayExceptions-tp3057248p3057248.html Sent from the Zend Framework mailing list archive at Nabble.com.
