Skip to content
This repository was archived by the owner on Aug 6, 2023. It is now read-only.

Commit cecade5

Browse files
committed
Closes #101: ensure we check for XMLWriter as well!
1 parent 333cece commit cecade5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
}
1010

1111
$missing_extensions = array();
12-
foreach (array('phar', 'spl', 'pcre', 'simplexml', 'libxml', 'xmlreader', 'sqlite3')
12+
foreach (array('phar', 'spl', 'pcre', 'simplexml', 'libxml', 'xmlreader', 'xmlwriter', 'sqlite3')
1313
as $ext) {
1414
if (!extension_loaded($ext)) {
1515
$missing_extensions[] = $ext;

0 commit comments

Comments
 (0)