mirror of
https://github.com/php/php-src.git
synced 2024-11-24 10:24:11 +08:00
Fixed incorrect "skipif.inc" include
This commit is contained in:
parent
31eafedf2e
commit
4959c60524
@ -2,7 +2,7 @@
|
||||
Bug #80438: imap_msgno() incorrectly warns and return false on valid UIDs in PHP 8.0.0
|
||||
--SKIPIF--
|
||||
<?php
|
||||
require_once(__DIR__.'/setup/skipif.inc');
|
||||
require_once(__DIR__.'/skipif.inc');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
Loading…
Reference in New Issue
Block a user