How to get feedback on errors in PHP? -


I wonder how I can activate the errors in .php. When I do PHP at home, I do not always get messages like "No closing bracket on line 232" and there are stuff like this, but when I work, there is no such facility on PHP. It seems that there is something like this from the domain / server, so how to activate it, so that I can easily get errors?

display_errors and or a group of php.ini files In you are used at work.

In addition, if you use something like this, it will give you a beautiful working environment.


Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -