Minor dependency updates
[yaffs-website] / vendor / ezyang / htmlpurifier / library / HTMLPurifier / ConfigSchema / schema / Cache.SerializerPermissions.txt
1 Cache.SerializerPermissions
2 TYPE: int/null
3 VERSION: 4.3.0
4 DEFAULT: 0755
5 --DESCRIPTION--
6
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