B
B
Boris Yakushev2016-06-12 13:40:05
PHP
Boris Yakushev, 2016-06-12 13:40:05

Disable error handling in php?

Good afternoon, tell me how to disable error handling in php?
I disabled Xdebug in php.ini, but errors are still displayed in such a design, and not just in text.
bc22aa2979.png

Answer the question

In order to leave comments, you need to log in

3 answer(s)
S
Sergey Novikov, 2016-06-12
@za4me

Comment out
or

xdebug.remote_autostart=0
xdebug.remote_enable=0
xdebug.profiler_enable=0

you can also set
xdebug.remote_enable=1
xdebug.idekey=some_key

this will not start xdebug unless a cookie called some_key is set.
Read about these settings here .

A
Alexey Ukolov, 2016-06-12
@alexey-m-ukolov

Xdebug disabled in php.ini
Disconnected not there or not.

M
Mikhail Osher, 2016-06-12
@miraage

html_errors

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question