]> git.pld-linux.org Git - packages/hhvm.git/blob - php.ini
add link to hhvm ini vars
[packages/hhvm.git] / php.ini
1 [PHP]
2 ;;;;;;;;;;;;;;;;;;;;;;;;;
3 ; Paths and Directories ;
4 ;;;;;;;;;;;;;;;;;;;;;;;;;
5
6 ; PHP's default setting for include_path is ".;/path/to/php/pear"
7 ; http://php.net/include-path
8 ;include_path = .:/usr/share/pear:/usr/share/php
9
10 [Date]
11 ; Defines the default timezone used by the date functions
12 ; http://php.net/date.timezone
13 ;date.timezone = Europe/Tallinn
14 ;
15
16 [HHVM]
17 ; hhvm specific
18 ; https://github.com/facebook/hhvm/wiki/INI%20Settings
19 hhvm.log.level = Warning
20 hhvm.log.always_log_unhandled_exceptions = true
21 hhvm.log.runtime_error_reporting_level = 8191
22 hhvm.mysql.typed_results = false
23 ; allow loading ext_zend_compat extensions
24 hhvm.enable_zend_compat = true
This page took 0.128521 seconds and 3 git commands to generate.