Test Setup Failed
Push — master ( 9d7fb2...e45f51 )
by Alain
02:11
created
config/known_features.php 1 patch
Indentation   +112 added lines, -112 removed lines patch added patch discarded remove patch
@@ -10,116 +10,116 @@
 block discarded – undo
10 10
  */
11 11
 
12 12
 return array(
13
-    'zend-engine-2'                        => '>=5.0.0',
14
-    'oop'                                  => '>=5.0.0',
15
-    'classes'                              => '>=5.0.0',
16
-    'object-model'                         => '>=5.0.0',
17
-    'pdo'                                  => '>=5.1.0',
18
-    'native-json'                          => '>=5.2.0',
19
-    'namespaces'                           => '>=5.3.0',
20
-    'late-static-bindings'                 => '>=5.3.0',
21
-    'jump-labels'                          => '>=5.3.0',
22
-    'closures'                             => '>=5.3.0',
23
-    'call-static'                          => '>=5.3.0',
24
-    'invoke'                               => '>=5.3.0',
25
-    'php-archives'                         => '>=5.3.0',
26
-    'phar'                                 => '>=5.3.0',
27
-    'circular-garbage-collection'          => '>=5.3.0',
28
-    'sqlite3'                              => '>=5.3.0',
29
-    'mysqlnd'                              => '>=5.3.0',
30
-    'fileinfo'                             => '>=5.3.0',
31
-    'traits'                               => '>=5.4.0',
32
-    'short-array-syntax'                   => '>=5.4.0',
33
-    '[]'                                   => '>=5.4.0',
34
-    'built-in-web-server'                  => '>=5.4.0',
35
-    'generators'                           => '>=5.5.0',
36
-    'finally'                              => '>=5.5.0',
37
-    'opcache'                              => '>=5.5.0',
38
-    'constant-scalars'                     => '>=5.6.0',
39
-    'variadic-functions'                   => '>=5.6.0',
40
-    'argument-unpacking'                   => '>=5.6.0',
41
-    'exponentiation-operator'              => '>=5.6.0',
42
-    'phpdbg'                               => '>=5.6.0',
43
-    'zend-engine-3'                        => '>=7.0.0',
44
-    'uniform-variable-syntax'              => '>=7.0.0',
45
-    'ast-based-compilation'                => '>=7.0.0',
46
-    'closure-call'                         => '>=7.0.0',
47
-    'null-coalesce-operator'               => '>=7.0.0',
48
-    '??'                                   => '>=7.0.0',
49
-    'return-type-declarations'             => '>=7.0.0',
50
-    'scalar-type-declarations'             => '>=7.0.0',
51
-    'spaceship-operator'                   => '>=7.0.0',
52
-    'three-way-comparison-operator'        => '>=7.0.0',
53
-    '<=>'                                  => '>=7.0.0',
54
-    'generator-delegation'                 => '>=7.0.0',
55
-    'anonymous-classes'                    => '>=7.0.0',
56
-    'multiple-namespace-import'            => '>=7.0.0',
57
-    'pcre-8.38'                            => '>=7.0.3',
58
-    'http-451'                             => '>=7.0.3',
59
-    'libzip-1.1.2'                         => '>=7.0.5',
60
-    'void-return-type'                     => '>=7.1.0',
61
-    'constant-visibility-modifiers'        => '>=7.1.0',
62
-    'nullable-types'                       => '>=7.1.0',
63
-    'short-array-syntax-destructuring'     => '>=7.1.0',
64
-    'iterable'                             => '>=7.1.0',
65
-    'multi-catch'                          => '>=7.1.0',
66
-    'associative-destructuring'            => '>=7.1.0',
67
-    'negative-string-offsets'              => '>=7.1.0',
68
-    'aead'                                 => '>=7.1.0',
69
-    'closure-from-callable'                => '>=7.1.0',
70
-    'async-signals'                        => '>=7.1.0',
71
-    'http-2-push'                          => '>=7.1.0',
72
-    'tcp-nodelay'                          => '>=7.1.0',
73
-    'object'                               => '>=7.2.0',
74
-    'extensions-by-name'                   => '>=7.2.0',
75
-    'abstract-method-overriding'           => '>=7.2.0',
76
-    'sodium'                               => '>=7.2.0',
77
-    'argon2'                               => '>=7.2.0',
78
-    'pdo-extended-string-types'            => '>=7.2.0',
79
-    'pdo-debug-raw-query'                  => '>=7.2.0',
80
-    'extended-ldap'                        => '>=7.2.0',
81
-    'sockets-address-information'          => '>=7.2.0',
82
-    'parameter-type-widening'              => '>=7.2.0',
83
-    'namespace-trailing-comma'             => '>=7.2.0',
84
-    'windows-proc-nice'                    => '>=7.2.0',
85
-    'pack-endian-support'                  => '>=7.2.0',
86
-    'unpack-endian-support'                => '>=7.2.0',
87
-    'exif-samsung'                         => '>=7.2.0',
88
-    'exif-dji'                             => '>=7.2.0',
89
-    'exif-panasonic'                       => '>=7.2.0',
90
-    'exif-sony'                            => '>=7.2.0',
91
-    'exif-pentax'                          => '>=7.2.0',
92
-    'exif-minolta'                         => '>=7.2.0',
93
-    'exif-sigma'                           => '>=7.2.0',
94
-    'exif-foveon'                          => '>=7.2.0',
95
-    'exif-agfa'                            => '>=7.2.0',
96
-    'exif-kyocera'                         => '>=7.2.0',
97
-    'exif-ricoh'                           => '>=7.2.0',
98
-    'exif-epson'                           => '>=7.2.0',
99
-    'pcre-j-modifier'                      => '>=7.2.0',
100
-    'sqlite3-blob'                         => '>=7.2.0',
101
-    'oracle-taf-callback'                  => '>=7.2.0',
102
-    'encrypted-zip'                        => '>=7.2.0',
103
-    'countable-zip-archive'                => '>=7.2.0',
104
-    'flexible-heredoc'                     => '>=7.3.0',
105
-    'flexible-nowdoc'                      => '>=7.3.0',
106
-    'array-destructuring-references'       => '>=7.3.0',
107
-    'instanceof-literals'                  => '>=7.3.0',
108
-    'compile-error-exception'              => '>=7.3.0',
109
-    'method-call-trailing-comma'           => '>=7.3.0',
110
-    'function-call-trailing-comma'         => '>=7.3.0',
111
-    'argon2-id'                            => '>=7.3.0',
112
-    'fpm-log-limit'                        => '>=7.3.0',
113
-    'fpm-log-buffering'                    => '>=7.3.0',
114
-    'fpm-decorate-workers-output'          => '>=7.3.0',
115
-    'bcscale'                              => '>=7.3.0',
116
-    'ldap-controls'                        => '>=7.3.0',
117
-    'mb-full-case-mapping'                 => '>=7.3.0',
118
-    'mb-case-folding'                      => '>=7.3.0',
119
-    'mb-title-case'                        => '>=7.3.0',
120
-    'mb-unicode-11'                        => '>=7.3.0',
121
-    'mb-long-string'                       => '>=7.3.0',
122
-    'mb-ereg-named-captures'               => '>=7.3.0',
123
-    'readline-completion-append-character' => '>=7.3.0',
124
-    'readline-completion-suppress-append'  => '>=7.3.0',
13
+	'zend-engine-2'                        => '>=5.0.0',
14
+	'oop'                                  => '>=5.0.0',
15
+	'classes'                              => '>=5.0.0',
16
+	'object-model'                         => '>=5.0.0',
17
+	'pdo'                                  => '>=5.1.0',
18
+	'native-json'                          => '>=5.2.0',
19
+	'namespaces'                           => '>=5.3.0',
20
+	'late-static-bindings'                 => '>=5.3.0',
21
+	'jump-labels'                          => '>=5.3.0',
22
+	'closures'                             => '>=5.3.0',
23
+	'call-static'                          => '>=5.3.0',
24
+	'invoke'                               => '>=5.3.0',
25
+	'php-archives'                         => '>=5.3.0',
26
+	'phar'                                 => '>=5.3.0',
27
+	'circular-garbage-collection'          => '>=5.3.0',
28
+	'sqlite3'                              => '>=5.3.0',
29
+	'mysqlnd'                              => '>=5.3.0',
30
+	'fileinfo'                             => '>=5.3.0',
31
+	'traits'                               => '>=5.4.0',
32
+	'short-array-syntax'                   => '>=5.4.0',
33
+	'[]'                                   => '>=5.4.0',
34
+	'built-in-web-server'                  => '>=5.4.0',
35
+	'generators'                           => '>=5.5.0',
36
+	'finally'                              => '>=5.5.0',
37
+	'opcache'                              => '>=5.5.0',
38
+	'constant-scalars'                     => '>=5.6.0',
39
+	'variadic-functions'                   => '>=5.6.0',
40
+	'argument-unpacking'                   => '>=5.6.0',
41
+	'exponentiation-operator'              => '>=5.6.0',
42
+	'phpdbg'                               => '>=5.6.0',
43
+	'zend-engine-3'                        => '>=7.0.0',
44
+	'uniform-variable-syntax'              => '>=7.0.0',
45
+	'ast-based-compilation'                => '>=7.0.0',
46
+	'closure-call'                         => '>=7.0.0',
47
+	'null-coalesce-operator'               => '>=7.0.0',
48
+	'??'                                   => '>=7.0.0',
49
+	'return-type-declarations'             => '>=7.0.0',
50
+	'scalar-type-declarations'             => '>=7.0.0',
51
+	'spaceship-operator'                   => '>=7.0.0',
52
+	'three-way-comparison-operator'        => '>=7.0.0',
53
+	'<=>'                                  => '>=7.0.0',
54
+	'generator-delegation'                 => '>=7.0.0',
55
+	'anonymous-classes'                    => '>=7.0.0',
56
+	'multiple-namespace-import'            => '>=7.0.0',
57
+	'pcre-8.38'                            => '>=7.0.3',
58
+	'http-451'                             => '>=7.0.3',
59
+	'libzip-1.1.2'                         => '>=7.0.5',
60
+	'void-return-type'                     => '>=7.1.0',
61
+	'constant-visibility-modifiers'        => '>=7.1.0',
62
+	'nullable-types'                       => '>=7.1.0',
63
+	'short-array-syntax-destructuring'     => '>=7.1.0',
64
+	'iterable'                             => '>=7.1.0',
65
+	'multi-catch'                          => '>=7.1.0',
66
+	'associative-destructuring'            => '>=7.1.0',
67
+	'negative-string-offsets'              => '>=7.1.0',
68
+	'aead'                                 => '>=7.1.0',
69
+	'closure-from-callable'                => '>=7.1.0',
70
+	'async-signals'                        => '>=7.1.0',
71
+	'http-2-push'                          => '>=7.1.0',
72
+	'tcp-nodelay'                          => '>=7.1.0',
73
+	'object'                               => '>=7.2.0',
74
+	'extensions-by-name'                   => '>=7.2.0',
75
+	'abstract-method-overriding'           => '>=7.2.0',
76
+	'sodium'                               => '>=7.2.0',
77
+	'argon2'                               => '>=7.2.0',
78
+	'pdo-extended-string-types'            => '>=7.2.0',
79
+	'pdo-debug-raw-query'                  => '>=7.2.0',
80
+	'extended-ldap'                        => '>=7.2.0',
81
+	'sockets-address-information'          => '>=7.2.0',
82
+	'parameter-type-widening'              => '>=7.2.0',
83
+	'namespace-trailing-comma'             => '>=7.2.0',
84
+	'windows-proc-nice'                    => '>=7.2.0',
85
+	'pack-endian-support'                  => '>=7.2.0',
86
+	'unpack-endian-support'                => '>=7.2.0',
87
+	'exif-samsung'                         => '>=7.2.0',
88
+	'exif-dji'                             => '>=7.2.0',
89
+	'exif-panasonic'                       => '>=7.2.0',
90
+	'exif-sony'                            => '>=7.2.0',
91
+	'exif-pentax'                          => '>=7.2.0',
92
+	'exif-minolta'                         => '>=7.2.0',
93
+	'exif-sigma'                           => '>=7.2.0',
94
+	'exif-foveon'                          => '>=7.2.0',
95
+	'exif-agfa'                            => '>=7.2.0',
96
+	'exif-kyocera'                         => '>=7.2.0',
97
+	'exif-ricoh'                           => '>=7.2.0',
98
+	'exif-epson'                           => '>=7.2.0',
99
+	'pcre-j-modifier'                      => '>=7.2.0',
100
+	'sqlite3-blob'                         => '>=7.2.0',
101
+	'oracle-taf-callback'                  => '>=7.2.0',
102
+	'encrypted-zip'                        => '>=7.2.0',
103
+	'countable-zip-archive'                => '>=7.2.0',
104
+	'flexible-heredoc'                     => '>=7.3.0',
105
+	'flexible-nowdoc'                      => '>=7.3.0',
106
+	'array-destructuring-references'       => '>=7.3.0',
107
+	'instanceof-literals'                  => '>=7.3.0',
108
+	'compile-error-exception'              => '>=7.3.0',
109
+	'method-call-trailing-comma'           => '>=7.3.0',
110
+	'function-call-trailing-comma'         => '>=7.3.0',
111
+	'argon2-id'                            => '>=7.3.0',
112
+	'fpm-log-limit'                        => '>=7.3.0',
113
+	'fpm-log-buffering'                    => '>=7.3.0',
114
+	'fpm-decorate-workers-output'          => '>=7.3.0',
115
+	'bcscale'                              => '>=7.3.0',
116
+	'ldap-controls'                        => '>=7.3.0',
117
+	'mb-full-case-mapping'                 => '>=7.3.0',
118
+	'mb-case-folding'                      => '>=7.3.0',
119
+	'mb-title-case'                        => '>=7.3.0',
120
+	'mb-unicode-11'                        => '>=7.3.0',
121
+	'mb-long-string'                       => '>=7.3.0',
122
+	'mb-ereg-named-captures'               => '>=7.3.0',
123
+	'readline-completion-append-character' => '>=7.3.0',
124
+	'readline-completion-suppress-append'  => '>=7.3.0',
125 125
 );
Please login to merge, or discard this patch.