You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -86,32 +91,39 @@ class BundledPhpExtensionsRepository extends ArrayRepository
86
91
'ext-mysqlnd' => '*',
87
92
],
88
93
],
89
-
// ['name' => 'odbc'], // build failure - cp: cannot stat '/usr/local/lib/odbclib.a': No such file or directory configure: error: ODBC header file '/usr/local/incl/sqlext.h' not found!
@@ -144,7 +156,6 @@ class BundledPhpExtensionsRepository extends ArrayRepository
144
156
['name' => 'sysvsem'],
145
157
['name' => 'sysvshm'],
146
158
['name' => 'tidy'],
147
-
// ['name' => 'tokenizer'], // build failure - make: *** No rule to make target '/home/james/workspace/oss/php-src/ext/tokenizer/Zend/zend_language_parser.y', needed by '/home/james/workspace/oss/php-src/ext/tokenizer/Zend/zend_language_parser.c'. Stop.
148
159
[
149
160
'name' => 'xml',
150
161
'require' => [
@@ -159,7 +170,6 @@ class BundledPhpExtensionsRepository extends ArrayRepository
159
170
'ext-libxml' => '*',
160
171
'ext-dom' => '*',
161
172
],
162
-
'add-bundled-php-src-cflags' => true,
163
173
],
164
174
[
165
175
'name' => 'xmlwriter',
@@ -232,16 +242,45 @@ static function (string $target, string $constraint) use ($extension, $versionPa
232
242
$phpExt['priority'] = $extension['priority'];
233
243
}
234
244
235
-
if (array_key_exists('add-bundled-php-src-cflags', $extension)) {
0 commit comments