fix(map.jinja): fix salt-lint
errors
```bash Examining php/map.jinja of type state [204] Lines should be no longer that 160 chars php/map.jinja:25 'build_pkgs': ['libssl-dev', 'libcurl4-openssl-dev', 'pkg-config', 'libsslcommon2-dev', 'gcc', 'make', 'autoconf', 'libc-dev', 'pkg-config'], [204] Lines should be no longer that 160 chars php/map.jinja:191 'disable_functions': ['pcntl_alarm','pcntl_fork','pcntl_waitpid','pcntl_wait','pcntl_wifexited','pcntl_wifstopped','pcntl_wifsignaled', [204] Lines should be no longer that 160 chars php/map.jinja:192 'pcntl_wexitstatus','pcntl_wtermsig','pcntl_wstopsig','pcntl_signal','pcntl_signal_dispatch','pcntl_get_last_error','pcntl_strerror', [204] Lines should be no longer that 160 chars php/map.jinja:520 'disable_functions': ['pcntl_alarm','pcntl_fork','pcntl_waitpid','pcntl_wait','pcntl_wifexited','pcntl_wifstopped','pcntl_wifsignaled', [204] Lines should be no longer that 160 chars php/map.jinja:521 'pcntl_wexitstatus','pcntl_wtermsig','pcntl_wstopsig','pcntl_signal','pcntl_signal_dispatch','pcntl_get_last_error','pcntl_strerror', [204] Lines should be no longer that 160 chars php/map.jinja:896 'disable_functions': ['pcntl_alarm','pcntl_fork','pcntl_waitpid','pcntl_wait','pcntl_wifexited','pcntl_wifstopped','pcntl_wifsignaled', [204] Lines should be no longer that 160 chars php/map.jinja:897 'pcntl_wexitstatus','pcntl_wtermsig','pcntl_wstopsig','pcntl_signal','pcntl_signal_dispatch','pcntl_get_last_error','pcntl_strerror', [204] Lines should be no longer that 160 chars php/map.jinja:1270 'disable_functions': ['pcntl_alarm','pcntl_fork','pcntl_waitpid','pcntl_wait','pcntl_wifexited','pcntl_wifstopped','pcntl_wifsignaled', [204] Lines should be no longer that 160 chars php/map.jinja:1271 'pcntl_wexitstatus','pcntl_wtermsig','pcntl_wstopsig','pcntl_signal','pcntl_signal_dispatch','pcntl_get_last_error','pcntl_strerror', [204] Lines should be no longer that 160 chars php/map.jinja:1644 'disable_functions': ['pcntl_alarm','pcntl_fork','pcntl_waitpid','pcntl_wait','pcntl_wifexited','pcntl_wifstopped','pcntl_wifsignaled', [204] Lines should be no longer that 160 chars php/map.jinja:1645 'pcntl_wexitstatus','pcntl_wtermsig','pcntl_wstopsig','pcntl_signal','pcntl_signal_dispatch','pcntl_get_last_error','pcntl_strerror', [204] Lines should be no longer that 160 chars php/map.jinja:2035 'disable_functions': ['pcntl_alarm','pcntl_fork','pcntl_waitpid','pcntl_wait','pcntl_wifexited','pcntl_wifstopped','pcntl_wifsignaled', [204] Lines should be no longer that 160 chars php/map.jinja:2036 'pcntl_wexitstatus','pcntl_wtermsig','pcntl_wstopsig','pcntl_signal','pcntl_signal_dispatch','pcntl_get_last_error','pcntl_strerror', [204] Lines should be no longer that 160 chars php/map.jinja:2206 'build_pkgs': ['libssl-dev', 'libcurl4-openssl-dev', 'pkg-config', 'libsslcommon2-dev', 'gcc', 'make', 'autoconf', 'libc-dev', 'pkg-config'], [204] Lines should be no longer that 160 chars php/map.jinja:2375 'disable_functions': ['pcntl_alarm','pcntl_fork','pcntl_waitpid','pcntl_wait','pcntl_wifexited','pcntl_wifstopped','pcntl_wifsignaled', [204] Lines should be no longer that 160 chars php/map.jinja:2376 'pcntl_wexitstatus','pcntl_wtermsig','pcntl_wstopsig','pcntl_signal','pcntl_signal_dispatch','pcntl_get_last_error','pcntl_strerror', ```
This commit is contained in:
parent
b4d994cc09
commit
01f5ede277
199
php/map.jinja
199
php/map.jinja
@ -22,7 +22,17 @@
|
|||||||
'apc': 'php-apcu',
|
'apc': 'php-apcu',
|
||||||
'apcu': 'php-apcu-bc',
|
'apcu': 'php-apcu-bc',
|
||||||
'bcmath': 'php' + php_version + '-bcmath',
|
'bcmath': 'php' + php_version + '-bcmath',
|
||||||
'build_pkgs': ['libssl-dev', 'libcurl4-openssl-dev', 'pkg-config', 'libsslcommon2-dev', 'gcc', 'make', 'autoconf', 'libc-dev', 'pkg-config'],
|
'build_pkgs': [
|
||||||
|
'libssl-dev',
|
||||||
|
'libcurl4-openssl-dev',
|
||||||
|
'pkg-config',
|
||||||
|
'libsslcommon2-dev',
|
||||||
|
'gcc',
|
||||||
|
'make',
|
||||||
|
'autoconf',
|
||||||
|
'libc-dev',
|
||||||
|
'pkg-config',
|
||||||
|
],
|
||||||
'bz2': 'php' + php_version + '-bz2',
|
'bz2': 'php' + php_version + '-bz2',
|
||||||
'cache-lite': 'php-cache-lite',
|
'cache-lite': 'php-cache-lite',
|
||||||
'cgi': 'php' + php_version + '-cgi',
|
'cgi': 'php' + php_version + '-cgi',
|
||||||
@ -188,9 +198,28 @@
|
|||||||
'auto_globals_jit': 'On',
|
'auto_globals_jit': 'On',
|
||||||
'default_mimetype': '"text/html"',
|
'default_mimetype': '"text/html"',
|
||||||
'default_socket_timeout': 60,
|
'default_socket_timeout': 60,
|
||||||
'disable_functions': ['pcntl_alarm','pcntl_fork','pcntl_waitpid','pcntl_wait','pcntl_wifexited','pcntl_wifstopped','pcntl_wifsignaled',
|
'disable_functions': [
|
||||||
'pcntl_wexitstatus','pcntl_wtermsig','pcntl_wstopsig','pcntl_signal','pcntl_signal_dispatch','pcntl_get_last_error','pcntl_strerror',
|
'pcntl_alarm',
|
||||||
'pcntl_sigprocmask','pcntl_sigwaitinfo','pcntl_sigtimedwait','pcntl_exec','pcntl_getpriority','pcntl_setpriority'],
|
'pcntl_fork',
|
||||||
|
'pcntl_waitpid',
|
||||||
|
'pcntl_wait',
|
||||||
|
'pcntl_wifexited',
|
||||||
|
'pcntl_wifstopped',
|
||||||
|
'pcntl_wifsignaled',
|
||||||
|
'pcntl_wexitstatus',
|
||||||
|
'pcntl_wtermsig',
|
||||||
|
'pcntl_wstopsig',
|
||||||
|
'pcntl_signal',
|
||||||
|
'pcntl_signal_dispatch',
|
||||||
|
'pcntl_get_last_error',
|
||||||
|
'pcntl_strerror',
|
||||||
|
'pcntl_sigprocmask',
|
||||||
|
'pcntl_sigwaitinfo',
|
||||||
|
'pcntl_sigtimedwait',
|
||||||
|
'pcntl_exec',
|
||||||
|
'pcntl_getpriority',
|
||||||
|
'pcntl_setpriority',
|
||||||
|
],
|
||||||
'display_errors': 'Off',
|
'display_errors': 'Off',
|
||||||
'display_startup_errors': 'Off',
|
'display_startup_errors': 'Off',
|
||||||
'enable_dl': 'Off',
|
'enable_dl': 'Off',
|
||||||
@ -517,9 +546,28 @@
|
|||||||
'auto_globals_jit': 'On',
|
'auto_globals_jit': 'On',
|
||||||
'default_mimetype': '"text/html"',
|
'default_mimetype': '"text/html"',
|
||||||
'default_socket_timeout': 60,
|
'default_socket_timeout': 60,
|
||||||
'disable_functions': ['pcntl_alarm','pcntl_fork','pcntl_waitpid','pcntl_wait','pcntl_wifexited','pcntl_wifstopped','pcntl_wifsignaled',
|
'disable_functions': [
|
||||||
'pcntl_wexitstatus','pcntl_wtermsig','pcntl_wstopsig','pcntl_signal','pcntl_signal_dispatch','pcntl_get_last_error','pcntl_strerror',
|
'pcntl_alarm',
|
||||||
'pcntl_sigprocmask','pcntl_sigwaitinfo','pcntl_sigtimedwait','pcntl_exec','pcntl_getpriority','pcntl_setpriority'],
|
'pcntl_fork',
|
||||||
|
'pcntl_waitpid',
|
||||||
|
'pcntl_wait',
|
||||||
|
'pcntl_wifexited',
|
||||||
|
'pcntl_wifstopped',
|
||||||
|
'pcntl_wifsignaled',
|
||||||
|
'pcntl_wexitstatus',
|
||||||
|
'pcntl_wtermsig',
|
||||||
|
'pcntl_wstopsig',
|
||||||
|
'pcntl_signal',
|
||||||
|
'pcntl_signal_dispatch',
|
||||||
|
'pcntl_get_last_error',
|
||||||
|
'pcntl_strerror',
|
||||||
|
'pcntl_sigprocmask',
|
||||||
|
'pcntl_sigwaitinfo',
|
||||||
|
'pcntl_sigtimedwait',
|
||||||
|
'pcntl_exec',
|
||||||
|
'pcntl_getpriority',
|
||||||
|
'pcntl_setpriority',
|
||||||
|
],
|
||||||
'display_errors': 'Off',
|
'display_errors': 'Off',
|
||||||
'display_startup_errors': 'Off',
|
'display_startup_errors': 'Off',
|
||||||
'enable_dl': 'Off',
|
'enable_dl': 'Off',
|
||||||
@ -893,9 +941,28 @@
|
|||||||
'auto_globals_jit': 'On',
|
'auto_globals_jit': 'On',
|
||||||
'default_mimetype': '"text/html"',
|
'default_mimetype': '"text/html"',
|
||||||
'default_socket_timeout': 60,
|
'default_socket_timeout': 60,
|
||||||
'disable_functions': ['pcntl_alarm','pcntl_fork','pcntl_waitpid','pcntl_wait','pcntl_wifexited','pcntl_wifstopped','pcntl_wifsignaled',
|
'disable_functions': [
|
||||||
'pcntl_wexitstatus','pcntl_wtermsig','pcntl_wstopsig','pcntl_signal','pcntl_signal_dispatch','pcntl_get_last_error','pcntl_strerror',
|
'pcntl_alarm',
|
||||||
'pcntl_sigprocmask','pcntl_sigwaitinfo','pcntl_sigtimedwait','pcntl_exec','pcntl_getpriority','pcntl_setpriority'],
|
'pcntl_fork',
|
||||||
|
'pcntl_waitpid',
|
||||||
|
'pcntl_wait',
|
||||||
|
'pcntl_wifexited',
|
||||||
|
'pcntl_wifstopped',
|
||||||
|
'pcntl_wifsignaled',
|
||||||
|
'pcntl_wexitstatus',
|
||||||
|
'pcntl_wtermsig',
|
||||||
|
'pcntl_wstopsig',
|
||||||
|
'pcntl_signal',
|
||||||
|
'pcntl_signal_dispatch',
|
||||||
|
'pcntl_get_last_error',
|
||||||
|
'pcntl_strerror',
|
||||||
|
'pcntl_sigprocmask',
|
||||||
|
'pcntl_sigwaitinfo',
|
||||||
|
'pcntl_sigtimedwait',
|
||||||
|
'pcntl_exec',
|
||||||
|
'pcntl_getpriority',
|
||||||
|
'pcntl_setpriority',
|
||||||
|
],
|
||||||
'display_errors': 'Off',
|
'display_errors': 'Off',
|
||||||
'display_startup_errors': 'Off',
|
'display_startup_errors': 'Off',
|
||||||
'enable_dl': 'Off',
|
'enable_dl': 'Off',
|
||||||
@ -1267,9 +1334,28 @@
|
|||||||
'auto_globals_jit': 'On',
|
'auto_globals_jit': 'On',
|
||||||
'default_mimetype': '"text/html"',
|
'default_mimetype': '"text/html"',
|
||||||
'default_socket_timeout': 60,
|
'default_socket_timeout': 60,
|
||||||
'disable_functions': ['pcntl_alarm','pcntl_fork','pcntl_waitpid','pcntl_wait','pcntl_wifexited','pcntl_wifstopped','pcntl_wifsignaled',
|
'disable_functions': [
|
||||||
'pcntl_wexitstatus','pcntl_wtermsig','pcntl_wstopsig','pcntl_signal','pcntl_signal_dispatch','pcntl_get_last_error','pcntl_strerror',
|
'pcntl_alarm',
|
||||||
'pcntl_sigprocmask','pcntl_sigwaitinfo','pcntl_sigtimedwait','pcntl_exec','pcntl_getpriority','pcntl_setpriority'],
|
'pcntl_fork',
|
||||||
|
'pcntl_waitpid',
|
||||||
|
'pcntl_wait',
|
||||||
|
'pcntl_wifexited',
|
||||||
|
'pcntl_wifstopped',
|
||||||
|
'pcntl_wifsignaled',
|
||||||
|
'pcntl_wexitstatus',
|
||||||
|
'pcntl_wtermsig',
|
||||||
|
'pcntl_wstopsig',
|
||||||
|
'pcntl_signal',
|
||||||
|
'pcntl_signal_dispatch',
|
||||||
|
'pcntl_get_last_error',
|
||||||
|
'pcntl_strerror',
|
||||||
|
'pcntl_sigprocmask',
|
||||||
|
'pcntl_sigwaitinfo',
|
||||||
|
'pcntl_sigtimedwait',
|
||||||
|
'pcntl_exec',
|
||||||
|
'pcntl_getpriority',
|
||||||
|
'pcntl_setpriority',
|
||||||
|
],
|
||||||
'display_errors': 'Off',
|
'display_errors': 'Off',
|
||||||
'display_startup_errors': 'Off',
|
'display_startup_errors': 'Off',
|
||||||
'enable_dl': 'Off',
|
'enable_dl': 'Off',
|
||||||
@ -1641,9 +1727,28 @@
|
|||||||
'auto_globals_jit': 'On',
|
'auto_globals_jit': 'On',
|
||||||
'default_mimetype': '"text/html"',
|
'default_mimetype': '"text/html"',
|
||||||
'default_socket_timeout': 60,
|
'default_socket_timeout': 60,
|
||||||
'disable_functions': ['pcntl_alarm','pcntl_fork','pcntl_waitpid','pcntl_wait','pcntl_wifexited','pcntl_wifstopped','pcntl_wifsignaled',
|
'disable_functions': [
|
||||||
'pcntl_wexitstatus','pcntl_wtermsig','pcntl_wstopsig','pcntl_signal','pcntl_signal_dispatch','pcntl_get_last_error','pcntl_strerror',
|
'pcntl_alarm',
|
||||||
'pcntl_sigprocmask','pcntl_sigwaitinfo','pcntl_sigtimedwait','pcntl_exec','pcntl_getpriority','pcntl_setpriority'],
|
'pcntl_fork',
|
||||||
|
'pcntl_waitpid',
|
||||||
|
'pcntl_wait',
|
||||||
|
'pcntl_wifexited',
|
||||||
|
'pcntl_wifstopped',
|
||||||
|
'pcntl_wifsignaled',
|
||||||
|
'pcntl_wexitstatus',
|
||||||
|
'pcntl_wtermsig',
|
||||||
|
'pcntl_wstopsig',
|
||||||
|
'pcntl_signal',
|
||||||
|
'pcntl_signal_dispatch',
|
||||||
|
'pcntl_get_last_error',
|
||||||
|
'pcntl_strerror',
|
||||||
|
'pcntl_sigprocmask',
|
||||||
|
'pcntl_sigwaitinfo',
|
||||||
|
'pcntl_sigtimedwait',
|
||||||
|
'pcntl_exec',
|
||||||
|
'pcntl_getpriority',
|
||||||
|
'pcntl_setpriority',
|
||||||
|
],
|
||||||
'display_errors': 'Off',
|
'display_errors': 'Off',
|
||||||
'display_startup_errors': 'Off',
|
'display_startup_errors': 'Off',
|
||||||
'enable_dl': 'Off',
|
'enable_dl': 'Off',
|
||||||
@ -2032,9 +2137,28 @@
|
|||||||
'auto_globals_jit': 'On',
|
'auto_globals_jit': 'On',
|
||||||
'default_mimetype': '"text/html"',
|
'default_mimetype': '"text/html"',
|
||||||
'default_socket_timeout': 60,
|
'default_socket_timeout': 60,
|
||||||
'disable_functions': ['pcntl_alarm','pcntl_fork','pcntl_waitpid','pcntl_wait','pcntl_wifexited','pcntl_wifstopped','pcntl_wifsignaled',
|
'disable_functions': [
|
||||||
'pcntl_wexitstatus','pcntl_wtermsig','pcntl_wstopsig','pcntl_signal','pcntl_signal_dispatch','pcntl_get_last_error','pcntl_strerror',
|
'pcntl_alarm',
|
||||||
'pcntl_sigprocmask','pcntl_sigwaitinfo','pcntl_sigtimedwait','pcntl_exec','pcntl_getpriority','pcntl_setpriority'],
|
'pcntl_fork',
|
||||||
|
'pcntl_waitpid',
|
||||||
|
'pcntl_wait',
|
||||||
|
'pcntl_wifexited',
|
||||||
|
'pcntl_wifstopped',
|
||||||
|
'pcntl_wifsignaled',
|
||||||
|
'pcntl_wexitstatus',
|
||||||
|
'pcntl_wtermsig',
|
||||||
|
'pcntl_wstopsig',
|
||||||
|
'pcntl_signal',
|
||||||
|
'pcntl_signal_dispatch',
|
||||||
|
'pcntl_get_last_error',
|
||||||
|
'pcntl_strerror',
|
||||||
|
'pcntl_sigprocmask',
|
||||||
|
'pcntl_sigwaitinfo',
|
||||||
|
'pcntl_sigtimedwait',
|
||||||
|
'pcntl_exec',
|
||||||
|
'pcntl_getpriority',
|
||||||
|
'pcntl_setpriority',
|
||||||
|
],
|
||||||
'display_errors': 'Off',
|
'display_errors': 'Off',
|
||||||
'display_startup_errors': 'Off',
|
'display_startup_errors': 'Off',
|
||||||
'enable_dl': 'Off',
|
'enable_dl': 'Off',
|
||||||
@ -2203,7 +2327,17 @@
|
|||||||
'apcu': 'php-apcu-bc',
|
'apcu': 'php-apcu-bc',
|
||||||
'bcmath': 'php' + php_version + '-bcmath',
|
'bcmath': 'php' + php_version + '-bcmath',
|
||||||
'bz2': 'php' + php_version + '-bz2',
|
'bz2': 'php' + php_version + '-bz2',
|
||||||
'build_pkgs': ['libssl-dev', 'libcurl4-openssl-dev', 'pkg-config', 'libsslcommon2-dev', 'gcc', 'make', 'autoconf', 'libc-dev', 'pkg-config'],
|
'build_pkgs': [
|
||||||
|
'libssl-dev',
|
||||||
|
'libcurl4-openssl-dev',
|
||||||
|
'pkg-config',
|
||||||
|
'libsslcommon2-dev',
|
||||||
|
'gcc',
|
||||||
|
'make',
|
||||||
|
'autoconf',
|
||||||
|
'libc-dev',
|
||||||
|
'pkg-config',
|
||||||
|
],
|
||||||
'cache-lite': 'php-cache-lite',
|
'cache-lite': 'php-cache-lite',
|
||||||
'cgi': 'php' + php_version + '-cgi',
|
'cgi': 'php' + php_version + '-cgi',
|
||||||
'cli': 'php' + php_version + '-cli',
|
'cli': 'php' + php_version + '-cli',
|
||||||
@ -2372,9 +2506,28 @@
|
|||||||
'auto_globals_jit': 'On',
|
'auto_globals_jit': 'On',
|
||||||
'default_mimetype': '"text/html"',
|
'default_mimetype': '"text/html"',
|
||||||
'default_socket_timeout': 60,
|
'default_socket_timeout': 60,
|
||||||
'disable_functions': ['pcntl_alarm','pcntl_fork','pcntl_waitpid','pcntl_wait','pcntl_wifexited','pcntl_wifstopped','pcntl_wifsignaled',
|
'disable_functions': [
|
||||||
'pcntl_wexitstatus','pcntl_wtermsig','pcntl_wstopsig','pcntl_signal','pcntl_signal_dispatch','pcntl_get_last_error','pcntl_strerror',
|
'pcntl_alarm',
|
||||||
'pcntl_sigprocmask','pcntl_sigwaitinfo','pcntl_sigtimedwait','pcntl_exec','pcntl_getpriority','pcntl_setpriority'],
|
'pcntl_fork',
|
||||||
|
'pcntl_waitpid',
|
||||||
|
'pcntl_wait',
|
||||||
|
'pcntl_wifexited',
|
||||||
|
'pcntl_wifstopped',
|
||||||
|
'pcntl_wifsignaled',
|
||||||
|
'pcntl_wexitstatus',
|
||||||
|
'pcntl_wtermsig',
|
||||||
|
'pcntl_wstopsig',
|
||||||
|
'pcntl_signal',
|
||||||
|
'pcntl_signal_dispatch',
|
||||||
|
'pcntl_get_last_error',
|
||||||
|
'pcntl_strerror',
|
||||||
|
'pcntl_sigprocmask',
|
||||||
|
'pcntl_sigwaitinfo',
|
||||||
|
'pcntl_sigtimedwait',
|
||||||
|
'pcntl_exec',
|
||||||
|
'pcntl_getpriority',
|
||||||
|
'pcntl_setpriority',
|
||||||
|
],
|
||||||
'display_errors': 'Off',
|
'display_errors': 'Off',
|
||||||
'display_startup_errors': 'Off',
|
'display_startup_errors': 'Off',
|
||||||
'enable_dl': 'Off',
|
'enable_dl': 'Off',
|
||||||
|
Loading…
Reference in New Issue
Block a user