mirror of
https://github.com/danog/ext-uv.git
synced 2024-11-26 20:14:47 +01:00
Fixup package.xml
This commit is contained in:
parent
b84f4378ea
commit
37deaf7104
@ -88,13 +88,11 @@
|
||||
<file name="101-uv-idle.phpt" role="test" />
|
||||
<file name="200-ares_getaddrinfo.phpt" role="test" />
|
||||
<file name="300-fs.phpt" role="test" />
|
||||
<file name="300-fs_close.phpt" role="test" />
|
||||
<file name="310-fs-mkdir.phpt" role="test" />
|
||||
<file name="311-fs-rmdir.phpt" role="test" />
|
||||
<file name="320-fs-event.phpt" role="test" />
|
||||
<file name="320-fs-poll.phpt" role="test" />
|
||||
<file name="320-fs-sendfile.phpt" role="test" />
|
||||
<file name="330-poll-fd.phpt" role="test" />
|
||||
<file name="330-poll-pipe.phpt" role="test" />
|
||||
<file name="330-poll.phpt" role="test" />
|
||||
<file name="399-fs-stat-regression-no14.phpt" role="test" />
|
||||
|
@ -5,7 +5,7 @@ Check for uv_queue_work
|
||||
ob_start();
|
||||
phpinfo();
|
||||
$data = ob_get_clean();
|
||||
if (!preg_match("/Thread Safety.+?enabled/", $data)) {
|
||||
if (!preg_match("/Thread Safety.+?enabled/", $data) || PHP_VERSION_ID >= 80000) {
|
||||
echo "skip";
|
||||
}
|
||||
--FILE--
|
||||
|
Loading…
Reference in New Issue
Block a user