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