سؤال

Ive gone through my php.ini and turned on error reporting, now my errors get outputted like this

my php errro

But watching tutorials online ive seen peoples errors displayed like this

enter image description here

How can i enable detailed error reporting like that ?

هل كانت مفيدة؟

المحلول

This is an extension called XDebug. You need to download the Xdebug DLL and enable with your setup. Then this will give the error messages in the shown form.

For more details visit XDebug

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top