Customising the php error messages in WAMP - Is it possible? -
the error messages php throws in wamp ugly , difficult read when viewed through dev console (when debugging xml requests).

is there easy way improve them?
that format of error message generated xdebug.
xdebug additional feature comes wampserver , useful debugging tool can disabled if want to.
edit php.ini file ( using wampmanager menus ) , near bottom of file find line ( version numbers may different )
; xdebug extension zend_extension = "d:/wamp/bin/php/php5.5.12/zend_ext/php_xdebug-2.2.5-5.5-vc11.dll" comment out zend_extension line semi colon in column 1
;zend_extension = "d:/wamp/bin/php/php5.3.28/zend_ext/php_xdebug-2.2.5-5.3-vc9.dll" only comment out want again.
Comments
Post a Comment