Page Menu
Home
In-Portal Phabricator
Search
Configure Global Search
Log In
Files
F1170184
D502.id1301.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Sep 27, 12:19 AM
Size
692 B
Mime Type
text/x-diff
Expires
Sun, Sep 28, 12:19 AM (13 h, 56 m)
Engine
blob
Format
Raw Data
Handle
758264
Attached To
D502: INP-1891 - Display PHP errors in the Phing build log
D502.id1301.diff
View Options
Index: tools/build/targets/folders.xml
===================================================================
--- tools/build/targets/folders.xml
+++ tools/build/targets/folders.xml
@@ -47,7 +47,7 @@
$_CONFIG['Misc']['CmsMenuRebuildTime'] = '10';
$_CONFIG['Misc']['DomainsParsedRebuildTime'] = '2';
$_CONFIG['Misc']['EditorPath'] = '/core/ckeditor/';
-$_CONFIG['Misc']['EnableSystemLog'] = '0';
+$_CONFIG['Misc']['EnableSystemLog'] = '1'; // Must be enable to display PHP CLI error/warning/notice/exception in the build log.
$_CONFIG['Misc']['MemcacheServers'] = 'localhost:11211';
$_CONFIG['Misc']['CompressionEngine'] = 'php';
$_CONFIG['Misc']['RestrictedPath'] = '/system/.restricted';
Event Timeline
Log In to Comment