Skip to content

Commit

Permalink
Merge pull request #8971 from lptn/extend-xml-enum-of-supported-ext
Browse files Browse the repository at this point in the history
  • Loading branch information
weirdan committed Dec 21, 2022
2 parents 59149e9 + f5e70bd commit da24142
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config.xsd
Expand Up @@ -711,14 +711,18 @@

<xs:simpleType name="ExtensionType">
<xs:restriction base="xs:string">
<xs:enumeration value="apcu"/>
<xs:enumeration value="decimal"/>
<xs:enumeration value="dom"/>
<xs:enumeration value="ds"/>
<xs:enumeration value="ffi"/>
<xs:enumeration value="geos"/>
<xs:enumeration value="gmp"/>
<xs:enumeration value="mongodb"/>
<xs:enumeration value="mysqli"/>
<xs:enumeration value="pdo"/>
<xs:enumeration value="random"/>
<xs:enumeration value="redis"/>
<xs:enumeration value="simplexml"/>
<xs:enumeration value="soap"/>
<xs:enumeration value="xdebug"/>
Expand Down

0 comments on commit da24142

Please sign in to comment.