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).

wamp php error message

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

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -