mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Merge branch 'PHP-8.0'
* PHP-8.0: Add missing SKIPIF clause for require_hash.phpt
This commit is contained in:
commit
b4269664fa
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
--TEST--
|
||||
Phar: zip-based phar, require_hash=1, no signature
|
||||
--SKIPIF--
|
||||
<?php if (!extension_loaded('phar')) die('skip'); ?>
|
||||
<?php
|
||||
if (!extension_loaded('phar')) die('skip');
|
||||
if (!extension_loaded('zip')) die('skip');
|
||||
?>
|
||||
--INI--
|
||||
phar.readonly=1
|
||||
phar.require_hash=0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue