This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* <pre> | |
* | |
* $archive = new TarArchive | |
* $archive->open('/foo/blah.gz'); | |
* $archive->compress = TarArchive::GZ; | |
* | |
* $archive->addFile('/foo/bar.txt'); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
public function test() | |
{ | |
$configurator = new Nette\Config\Configurator; | |
$configurator->setTempDirectory(TEMP_DIR); | |
$configurator->addParameters(array('AAA')); | |
$container = $configurator->createContainer(); | |
$configurator = new Nette\Config\Configurator; | |
$configurator->setTempDirectory(TEMP_DIR); | |
$configurator->addParameters(array('BBB')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if (isset($_GET['-s'])) | |
{ | |
highlight_file($_SERVER['SCRIPT_FILENAME']); | |
exit; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/1011-Accommodate-changes-to-canonicalized-forms-in-ICU-70_1.patch b/1011-Accommodate-changes-to-canonicalized-forms-in-ICU-70_1.patch | |
new file mode 100644 | |
index 0000000..fc5ab7d | |
--- /dev/null | |
+++ b/1011-Accommodate-changes-to-canonicalized-forms-in-ICU-70_1.patch | |
@@ -0,0 +1,53 @@ | |
+From cd1447a6962496fca60a2f5e5d9cf4448575cc24 Mon Sep 17 00:00:00 2001 | |
+From: Ben Ramsey <[email protected]> | |
+Date: Tue, 19 Oct 2021 23:59:11 -0500 | |
+Subject: [PATCH 1/4] Change UBool to bool for equality operators in ICU >= |