File: README.Debian

package info (click to toggle)
php-htmlpurifier 4.4.0%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,888 kB
  • sloc: php: 27,456; xml: 1,767; makefile: 68; sh: 14
file content (13 lines) | stat: -rw-r--r-- 625 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
The Debian package has the following changes:

The caching implementation was disabled, degrading the
performance, but enabling us to install a system-wide
shared copy of this library. The exact implications are:

- %Cache.DefinitionImpl was changed to null fom 'Serializer'
  so you must change this back if you desire caching.
- If %Cache.SerializerPath is not set, it no longer defaults
  to the upstream location, which lives in /usr and thus is
  system-wide and read-only. Instead, it aborts. So, if you
  re-enable caching to speed up performance, you MUST set it
  to a directory writable to your user / application.