Changed error reporting level for validator tool

git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@10550 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
adrian.vasile.constantin 2012-04-10 15:26:03 +00:00
parent b864c8fb92
commit 31196ee1ae

View file

@ -23,8 +23,7 @@
validate.php schema-definition.xsd query-file.xml ...
*/
// Turn on error reporting
error_reporting(E_ALL);
error_reporting(E_PARSE | E_ERROR | E_CORE_ERROR | E_COMPILE_ERROR);
ini_set('display_errors', 'stderr');
/**