mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-10-10 11:02:41 +00:00
add sqlite to list of required php extensions
This commit is contained in:
parent
bb75ca5896
commit
ece2eec128
|
@ -111,7 +111,7 @@ class SeedDMS_View_Info extends SeedDMS_Theme_Style {
|
||||||
echo "<th>".getMLText("name");
|
echo "<th>".getMLText("name");
|
||||||
echo "</th>\n";
|
echo "</th>\n";
|
||||||
echo "</tr>\n</thead>\n<tbody>\n";
|
echo "</tr>\n</thead>\n<tbody>\n";
|
||||||
$requiredext = array('zip', 'xml', 'xsl', 'json', 'intl', 'fileinfo', 'mbstring', 'curl');
|
$requiredext = array('zip', 'xml', 'xsl', 'json', 'intl', 'fileinfo', 'mbstring', 'curl', 'sqlite');
|
||||||
foreach(array_diff($requiredext, $phpextensions) as $extname)
|
foreach(array_diff($requiredext, $phpextensions) as $extname)
|
||||||
echo "<tr><td>".$extname."</td><td>"."</td></tr>\n";
|
echo "<tr><td>".$extname."</td><td>"."</td></tr>\n";
|
||||||
echo "</tbody>\n</table>\n";
|
echo "</tbody>\n</table>\n";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user