Cache.SerializerPermissions.txt 407 B

12345678910111213141516
  1. Cache.SerializerPermissions
  2. TYPE: int/null
  3. VERSION: 4.3.0
  4. DEFAULT: 0755
  5. --DESCRIPTION--
  6. <p>
  7. Directory permissions of the files and directories created inside
  8. the DefinitionCache/Serializer or other custom serializer path.
  9. </p>
  10. <p>
  11. In HTML Purifier 4.8.0, this also supports <code>NULL</code>,
  12. which means that no chmod'ing or directory creation shall
  13. occur.
  14. </p>
  15. --# vim: et sw=4 sts=4