mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.3'
* PHP-8.3: [ci skip] Test is for libxml only
This commit is contained in:
commit
fff206ba1e
1 changed files with 5 additions and 0 deletions
|
@ -2,6 +2,11 @@
|
|||
GH-14834 (Error installing PHP when --with-pear is used)
|
||||
--EXTENSIONS--
|
||||
xml
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require __DIR__ . '/libxml_expat_skipif.inc';
|
||||
skipif(want_expat: false);
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
$xml = <<<XML
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue