GenCode - Display PHP errors
authorTim Otten <totten@civicrm.org>
Wed, 16 Dec 2015 05:13:44 +0000 (21:13 -0800)
committerTim Otten <totten@civicrm.org>
Thu, 17 Dec 2015 04:32:06 +0000 (20:32 -0800)
xml/GenCode.php

index 76e6fa6c9d15730a8257b8d90534823c36cb6575..daed5790a64333b6e01ee115316114c2043ad6ae 100644 (file)
@@ -1,4 +1,5 @@
 <?php
+ini_set('display_errors', 1);
 ini_set('include_path', '.' . PATH_SEPARATOR . '..' . DIRECTORY_SEPARATOR . 'packages' . PATH_SEPARATOR . '..');
 // make sure the memory_limit is at least 512 MB
 $memLimitString = trim(ini_get('memory_limit'));