Home
last modified time | relevance | path

Searched refs:phar (Results 676 – 686 of 686) sorted by relevance

1...<<2122232425262728

/PHP-7.4/scripts/dev/
H A Dmakedist150 wget https://pear.php.net/install-pear-nozlib.phar -nd -P pear/
/PHP-7.4/ext/phar/tests/zip/
H A Dbug48791.phpt2 Phar: Bug #48791: open office documents always reported as corrupted by phar extension
4 <?php if (!extension_loaded("phar")) die("skip"); ?>
8 echo file_get_contents('phar://' . __DIR__ . '/files/test.odt/content.xml'), "\n";
/PHP-7.4/
H A DREADME.REDIST.BINS15 15. ext/phar portions of tar implementations
16 16. ext/phar/zip.c portion extracted from libzip
557 15. ext/phar portions of tar implementations
559 portions of tar implementations in ext/phar - phar_tar_octal() are based on an
586 16. ext/phar/zip.c portion extracted from libzip
H A DEXTENSIONS411 EXTENSION: phar
H A Dphp.ini-development1059 ; http://php.net/phar.readonly
1060 ;phar.readonly = On
1062 ; http://php.net/phar.require-hash
1063 ;phar.require_hash = On
1065 ;phar.cache_list =
H A Dphp.ini-production1059 ; http://php.net/phar.readonly
1060 ;phar.readonly = On
1062 ; http://php.net/phar.require-hash
1063 ;phar.require_hash = On
1065 ;phar.cache_list =
H A DNEWS19 . Fixed bug #81726: phar wrapper: DOS when using quine gzip file.
2526 . Fixed bug #76510 (file_exists() stopped working for phar://). (cmb)
2725 - phar:
/PHP-7.4/ext/phar/tests/zip/files/
H A Dcorrupt_zipmaker.php.inc3 // specifically corrupted zip archives for unit-testing zip support in the phar extension
/PHP-7.4/ext/phar/tests/files/
H A Dpear2coverage.phar5 include "phar://" . __FILE__ . "/" . str_replace("\\", "/", $class) . ".php";
7 Phar::webPhar("pear2coverage.phar.php");
8 echo "This phar is a web application, run within your web browser to use\n";
/PHP-7.4/ext/phar/tests/
H A Dbug45218_SLOWTEST.phpt5 if (!extension_loaded("phar")) die("skip");
9 phar.require_hash=0
10 phar.readonly=0
13 $fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php';
43 $phar = new Phar($fname);
44 $ret = $phar->buildFromIterator(new myIterator);
57 unlink(__DIR__ . '/' . basename(__FILE__, '.clean.php') . '.phar.php');
/PHP-7.4/docs/
H A Drelease-process.md234 pear files are updated (phar). On some systems the behavior of GNU tar can

Completed in 62 milliseconds

1...<<2122232425262728