projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ddd5c06
)
GenCode - Display PHP errors
author
Tim Otten
<totten@civicrm.org>
Wed, 16 Dec 2015 05:13:44 +0000
(21:13 -0800)
committer
Tim Otten
<totten@civicrm.org>
Thu, 17 Dec 2015 04:32:06 +0000
(20:32 -0800)
xml/GenCode.php
patch
|
blob
|
blame
|
history
diff --git
a/xml/GenCode.php
b/xml/GenCode.php
index 76e6fa6c9d15730a8257b8d90534823c36cb6575..daed5790a64333b6e01ee115316114c2043ad6ae 100644
(file)
--- a/
xml/GenCode.php
+++ b/
xml/GenCode.php
@@
-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'));