]> git.pld-linux.org Git - packages/hhvm.git/commitdiff
add hhmv specific ini vars
authorElan Ruusamäe <glen@delfi.ee>
Wed, 27 Aug 2014 17:52:18 +0000 (20:52 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 27 Aug 2014 17:52:18 +0000 (20:52 +0300)
php.ini

diff --git a/php.ini b/php.ini
index b6963b046f6523b18c2fd2ccb94b1e8e3a901c9e..c272d541549c692a8c80026b6e763d4dc5fc2250 100644 (file)
--- a/php.ini
+++ b/php.ini
 ; Defines the default timezone used by the date functions
 ; http://php.net/date.timezone
 ;date.timezone = Europe/Tallinn
+;
+
+[HHVM]
+; hhvm specific
+hhvm.log.level = Warning
+hhvm.log.always_log_unhandled_exceptions = true
+hhvm.log.runtime_error_reporting_level = 8191
+hhvm.mysql.typed_results = false
This page took 0.06183 seconds and 4 git commands to generate.