We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1aafca1 commit 746d7feCopy full SHA for 746d7fe
src/main/php/xp/lambda/PackageLambda.class.php
@@ -8,6 +8,7 @@
8
class PackageLambda {
9
const COMPRESSION_THRESHOLD= 24;
10
11
+ // See https://www.php.net/manual/en/function.fileperms.php
12
const IS_LINK= 0120000;
13
const IS_FILE= 0100000;
14
const IS_FOLDER= 0040000;
0 commit comments