As exceções estão sendo informadas apenas no terminal, não aparecem no local host, como na aula 2 . Como resolver ?
Imagem da aula:
localhost :8123
stack trace terminal:
No inicio do php.ini, adicionei zend_extension=xdebug.so.
zend_extension=xdebug.so
[PHP]
;;;;;;;;;;;;;;;;;;;
; About php.ini ;
;;;;;;;;;;;;;;;;;;;
; PHP's initialization file, generally called php.ini, is responsible for
; configuring many of the aspects of PHP's behavior.
; PHP attempts to find and load this configuration from a number of locations.
; The following is a summary of its search order:
; 1. SAPI module specific location.
.
.
.
xdebug.cli_color=1
xdebug.mode=develop
xdebug.show_exception_trace=1