mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Add GLOB_BRACE skipif
This commit is contained in:
parent
069bd49b02
commit
0dda242bde
1 changed files with 1 additions and 1 deletions
|
@ -2,9 +2,9 @@
|
|||
ZipArchive::addGlob() method with more compression and encryption
|
||||
--SKIPIF--
|
||||
<?php
|
||||
/* $Id$ */
|
||||
if(!extension_loaded('zip')) die('skip');
|
||||
if (!method_exists('ZipArchive', 'setEncryptionName')) die('skip encrytion not supported');
|
||||
if(!defined("GLOB_BRACE")) die ('skip requires GLOB_BRACE');
|
||||
?>
|
||||
--FILE--
|
||||
<?php
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue