File tree Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Expand file tree Collapse file tree 1 file changed +32
-0
lines changed Original file line number Diff line number Diff line change 226
226
</note >
227
227
</listitem >
228
228
</varlistentry >
229
+ <varlistentry xml : id =" constant.libxml-no-xxe" >
230
+ <term >
231
+ <constant >LIBXML_NO_XXE</constant >
232
+ (<type >int</type >)
233
+ </term >
234
+ <listitem >
235
+ <simpara >
236
+ Disables XML External Entities (XXE) when performing entity substitution
237
+ </simpara >
238
+ <note >
239
+ <para >
240
+ Only available in Libxml > = 2.13.0, as of PHP 8.4.0
241
+ </para >
242
+ </note >
243
+ </listitem >
244
+ </varlistentry >
229
245
<varlistentry xml : id =" constant.libxml-nsclean" >
230
246
<term >
231
247
<constant >LIBXML_NSCLEAN</constant >
271
287
</note >
272
288
</listitem >
273
289
</varlistentry >
290
+ <varlistentry xml : id =" constant.libxml-recover" >
291
+ <term >
292
+ <constant >LIBXML_RECOVER</constant >
293
+ (<type >int</type >)
294
+ </term >
295
+ <listitem >
296
+ <simpara >
297
+ Enables recovery mode when parsing a document.
298
+ </simpara >
299
+ <note >
300
+ <para >
301
+ Only available as of PHP 8.4.0
302
+ </para >
303
+ </note >
304
+ </listitem >
305
+ </varlistentry >
274
306
<varlistentry xml : id =" constant.libxml-xinclude" >
275
307
<term >
276
308
<constant >LIBXML_XINCLUDE</constant >
You can’t perform that action at this time.
0 commit comments