File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 2121}
2222
2323ini_set ('display_errors ' , 1 );
24+
2425// Add E_ERROR to error reporting if it is not already set
2526error_reporting (E_ERROR | error_reporting ());
2627
6263
6364$componentsList = array();
6465*/
66+
67+ $ logErrors = ini_get ('log_errors ' );
68+
6569echo "FDSFZEREZ_STARTUP \n" ;
6670if (is_array ($ classMap )) {
6771 foreach ($ classMap as $ className => $ fileName ) {
6872 echo "X4EVDX4SEVX5_BEFOREINCLUDE \n" ;
6973 echo $ className ."\n" ;
7074
75+ ini_set ('log_errors ' , 0 );
7176 if (!class_exists ($ className )) {
7277 echo "Error. Could not load class ' " .$ className ."' from file ' " .$ fileName ."'. This is probably an autoloader issue.
7378 Please check that your class respects PSR-0 or PSR-4 naming standards " ;
7479 }
80+ ini_set ('log_errors ' , $ logErrors );
7581
7682 // If we manage to get here, there has been no error loading $className. Youhou, let's output an encoded "OK"
7783 echo "DSQRZREZRZER__AFTERINCLUDE \n" ;
You can’t perform that action at this time.
0 commit comments