Saltstack Official PHP Formula
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

280 lines
7.8KB

  1. # yamllint disable rule:indentation rule:line-length
  2. # Leap-15
  3. ---
  4. values:
  5. php:
  6. apache2:
  7. ini:
  8. opts: {}
  9. settings: {}
  10. cli:
  11. ini:
  12. opts: {}
  13. settings: {}
  14. fpm:
  15. config:
  16. conf:
  17. opts: {}
  18. settings: {}
  19. ini:
  20. opts: {}
  21. settings: {}
  22. pools:
  23. default.conf:
  24. enabled: false
  25. opts: {}
  26. service:
  27. enabled: true
  28. opts: {}
  29. hhvm:
  30. config:
  31. php:
  32. opts: {}
  33. settings: {}
  34. server:
  35. opts: {}
  36. settings: {}
  37. service:
  38. enabled: true
  39. opts: {}
  40. ini:
  41. defaults:
  42. CLI Server:
  43. cli_server.color: 'On'
  44. Date:
  45. date.timezone: America/New_York
  46. Interbase:
  47. ibase.allow_persistent: 1
  48. ibase.dateformat: '"%Y-%m-%d"'
  49. ibase.max_links: -1
  50. ibase.max_persistent: -1
  51. ibase.timeformat: '"%H:%M:%S"'
  52. ibase.timestampformat: '"%Y-%m-%d %H:%M:%S"'
  53. MSSQL:
  54. mssql.allow_persistent: 'On'
  55. mssql.compatibility_mode: 'Off'
  56. mssql.max_links: -1
  57. mssql.max_persistent: -1
  58. mssql.min_error_severity: 10
  59. mssql.min_message_severity: 10
  60. mssql.secure_connection: 'Off'
  61. MySQL:
  62. mysql.allow_local_infile: 'On'
  63. mysql.allow_persistent: 'On'
  64. mysql.cache_size: '2000'
  65. mysql.connect_timeout: 60
  66. mysql.max_links: -1
  67. mysql.max_persistent: -1
  68. mysql.trace_mode: 'Off'
  69. MySQLi:
  70. mysqli.allow_persistent: 'On'
  71. mysqli.cache_size: 2000
  72. mysqli.default_port: 3306
  73. mysqli.max_links: -1
  74. mysqli.max_persistent: -1
  75. mysqli.reconnect: 'Off'
  76. ODBC:
  77. odbc.allow_persistent: 'On'
  78. odbc.check_persistent: 'On'
  79. odbc.defaultbinmode: 1
  80. odbc.defaultlrl: 4096
  81. odbc.max_links: '-1'
  82. odbc.max_persistent: '-1'
  83. PHP:
  84. allow_url_fopen: 'On'
  85. allow_url_include: 'Off'
  86. asp_tags: 'Off'
  87. auto_globals_jit: 'On'
  88. default_mimetype: '"text/html"'
  89. default_socket_timeout: 60
  90. disable_functions:
  91. - pcntl_alarm
  92. - pcntl_fork
  93. - pcntl_waitpid
  94. - pcntl_wait
  95. - pcntl_wifexited
  96. - pcntl_wifstopped
  97. - pcntl_wifsignaled
  98. - pcntl_wexitstatus
  99. - pcntl_wtermsig
  100. - pcntl_wstopsig
  101. - pcntl_signal
  102. - pcntl_signal_dispatch
  103. - pcntl_get_last_error
  104. - pcntl_strerror
  105. - pcntl_sigprocmask
  106. - pcntl_sigwaitinfo
  107. - pcntl_sigtimedwait
  108. - pcntl_exec
  109. - pcntl_getpriority
  110. - pcntl_setpriority
  111. display_errors: 'Off'
  112. display_startup_errors: 'Off'
  113. enable_dl: 'Off'
  114. engine: 'On'
  115. error_reporting:
  116. - E_ALL
  117. - ~E_DEPRECATED
  118. - ~E_STRICT
  119. expose_php: 'On'
  120. file_uploads: 'On'
  121. html_errors: 'On'
  122. ignore_repeated_errors: 'Off'
  123. ignore_repeated_source: 'Off'
  124. implicit_flush: 'Off'
  125. log_errors: 'On'
  126. log_errors_max_len: 1024
  127. max_execution_time: 30
  128. max_file_uploads: 20
  129. max_input_nesting_level: 64
  130. max_input_time: 60
  131. max_input_vars: 1000
  132. memory_limit: 128M
  133. output_buffering: 4096
  134. post_max_size: 8M
  135. precision: 14
  136. register_argc_argv: 'Off'
  137. report_memleaks: 'On'
  138. request_order: GP
  139. serialize_precision: 17
  140. short_open_tag: 'Off'
  141. track_errors: 'Off'
  142. upload_max_filesize: 2M
  143. variables_order: GPCS
  144. zend.enable_gc: 'On'
  145. zlib.output_compression: 'Off'
  146. Pdo_mysql:
  147. pdo_mysql.cache_size: 2000
  148. PostgreSQL:
  149. pgsql.allow_persistent: 'On'
  150. pgsql.auto_reset_persistent: 'Off'
  151. pgsql.ignore_notice: 0
  152. pgsql.log_notice: 0
  153. pgsql.max_links: -1
  154. pgsql.max_persistent: -1
  155. SQL:
  156. sql.safe_mode: 'Off'
  157. Session:
  158. session.auto_start: 0
  159. session.bug_compat_42: 'Off'
  160. session.bug_compat_warn: 'Off'
  161. session.cache_expire: '180'
  162. session.cache_limiter: nocache
  163. session.cookie_lifetime: 0
  164. session.cookie_path: /
  165. session.gc_divisor: 1000
  166. session.gc_maxlifetime: 1440
  167. session.gc_probability: 0
  168. session.hash_bits_per_character: 5
  169. session.hash_function: 0
  170. session.name: PHPSESSID
  171. session.save_handler: files
  172. session.serialize_handler: php
  173. session.use_cookies: 1
  174. session.use_only_cookies: 1
  175. session.use_strict_mode: 0
  176. session.use_trans_sid: 0
  177. url_rewriter.tags: '"a=href,area=href,frame=src,input=src,form=fakeentry"'
  178. Sybase-CT:
  179. sybct.allow_persistent: 'On'
  180. sybct.max_links: -1
  181. sybct.max_persistent: -1
  182. sybct.min_client_severity: 10
  183. sybct.min_server_severity: 10
  184. Tidy:
  185. tidy.clean_output: 'Off'
  186. bcmath:
  187. bcmath.scale: 0
  188. ldap:
  189. ldap.max_links: -1
  190. mail function:
  191. SMTP: localhost
  192. mail.add_x_header: 'On'
  193. mysqlnd:
  194. mysqlnd.collect_memory_statistics: 'Off'
  195. mysqlnd.collect_statistics: 'On'
  196. soap:
  197. soap.wsdl_cache_dir: '"/tmp"'
  198. soap.wsdl_cache_enabled: 1
  199. soap.wsdl_cache_limit: 5
  200. soap.wsdl_cache_ttl: 86400
  201. lookup:
  202. cli:
  203. ini: /etc/php.ini
  204. fpm:
  205. conf: /etc/php-fpm.conf
  206. defaults:
  207. global:
  208. error_log: /var/log/php-fpm/error.log
  209. pid: /var/run/php-fpm/php-fpm.pid
  210. include: /etc/php-fpm.d/*.conf
  211. group: root
  212. ini: /etc/php.ini
  213. pools: /etc/php-fpm.d
  214. service: php-fpm
  215. user: root
  216. pkgs:
  217. adodb: php5-dba
  218. apache2: apache2-mod_php5
  219. cli: php5
  220. curl: php5-curl
  221. fpm: php5-fpm
  222. gd: php5-gd
  223. imap: php5-imap
  224. intl: php5-intl
  225. json: php5-json
  226. ldap: php5-ldap
  227. mbstring: php5-mbstring
  228. mcrypt: php5-mcrypt
  229. mysql: php5-mysql
  230. oauth: php5-oauth
  231. pear: php5-pear
  232. pgsql: php5-pgsql
  233. php: php7
  234. snmp: php5-snmp
  235. soap: php5-soap
  236. sqlite: php5-sqlite
  237. suhosin: php5-suhosin
  238. xml:
  239. - php5-xmlreader
  240. - php5-xmlwriter
  241. - php5-xmlrpc
  242. zip: php5-zip
  243. xcache:
  244. ini:
  245. defaults:
  246. xcache:
  247. xcache.cacher: 'On'
  248. xcache.coredump_directory: '""'
  249. xcache.coredump_type: '0'
  250. xcache.count: '1'
  251. xcache.disable_on_crash: 'Off'
  252. xcache.experimental: 'Off'
  253. xcache.gc_interval: '0'
  254. xcache.mmap_path: '"/dev/zero"'
  255. xcache.optimizer: 'Off'
  256. xcache.readonly_protection: 'Off'
  257. xcache.shm_scheme: '"mmap"'
  258. xcache.size: 60M
  259. xcache.slots: 8K
  260. xcache.stat: 'On'
  261. xcache.ttl: '0'
  262. xcache.var_count: '1'
  263. xcache.var_gc_interval: '300'
  264. xcache.var_maxttl: '0'
  265. xcache.var_namespace: '""'
  266. xcache.var_namespace_mode: '0'
  267. xcache.var_size: 4M
  268. xcache.var_slots: 8K
  269. xcache.var_ttl: '0'
  270. xcache-common:
  271. extension: xcache.so
  272. xcache.admin:
  273. xcache.admin.enable_auth: 'On'
  274. xcache.coverager:
  275. xcache.coveragedump_directory: '""'
  276. xcache.coverager: 'Off'
  277. xcache.coverager_autostart: 'On'
  278. opts: {}
  279. settings: {}