Stop trying to chmod if SerializerPermissions is null, fixes #71
[htmlpurifier.git] / library / HTMLPurifier / ConfigSchema / schema / Cache.SerializerPermissions.txt
blob2e0cc81044f6d46cd16b7b0a35ee845f07717487
1 Cache.SerializerPermissions
2 TYPE: int/null
3 VERSION: 4.3.0
4 DEFAULT: 0755
5 --DESCRIPTION--
7 <p>
8     Directory permissions of the files and directories created inside
9     the DefinitionCache/Serializer or other custom serializer path.
10 </p>
11 <p>
12     In HTML Purifier 4.8.0, this also supports <code>NULL</code>,
13     which means that no chmod'ing or directory creation shall
14     occur.
15 </p>
16 --# vim: et sw=4 sts=4