stable
Clone or download
Read-only
The configuration shipped with PHPWiki does not make use of the cache. This contribution must not break PHPWiki more than it already is. This contribution is part of request #10118: remote code execution through object unserialization of a user's recent elements Change-Id: I70ef7d9df8826a3a79c9b71ba5ff53c1819e092d
Modified Files
Name | ||||
---|---|---|---|---|
M | src/common/wiki/phpwiki/config/config-default.ini | +1 | −9 | Go to diff View file |
M | src/common/wiki/phpwiki/config/config-dist.ini | +3 | −62 | Go to diff View file |
M | src/common/wiki/phpwiki/config/config.ini | +0 | −61 | Go to diff View file |
M | src/common/wiki/phpwiki/configurator.php | +0 | −23 | Go to diff View file |
D | src/common/wiki/phpwiki/doc/README.phpwiki-cache | +0 | −144 | Go to diff View file |
D | src/common/wiki/phpwiki/getimg.php | +0 | −4 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/EditToolbar.php | +1 | −23 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/IniConfig.php | +1 | −3 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/WikiPluginCached.php | +3 | −393 | Go to diff View file |
D | src/common/wiki/phpwiki/lib/imagecache.php | +0 | −145 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/pdf.php | +17 | −36 | Go to diff View file |
D | src/common/wiki/phpwiki/lib/pear/Cache.php | +0 | −356 | Go to diff View file |
D | src/common/wiki/phpwiki/lib/pear/Cache/Container.php | +0 | −455 | Go to diff View file |
D | src/common/wiki/phpwiki/lib/pear/Cache/Container/db.php | +0 | −268 | Go to diff View file |
D | src/common/wiki/phpwiki/lib/pear/Cache/Container/file.php | +0 | −388 | Go to diff View file |
D | src/common/wiki/phpwiki/lib/pear/Cache/Container/imgfile.php | +0 | −382 | Go to diff View file |
D | src/common/wiki/phpwiki/lib/pear/Cache/Container/trifile.php | +0 | −147 | Go to diff View file |
D | src/common/wiki/phpwiki/lib/pear/Cache/Error.php | +0 | −51 | Go to diff View file |
D | src/common/wiki/phpwiki/lib/pear/Cache/Graphics.php | +0 | −353 | Go to diff View file |
D | src/common/wiki/phpwiki/lib/plugin/CacheTest.php | +0 | −167 | Go to diff View file |
M | src/common/wiki/phpwiki/lib/plugin/SystemInfo.php | +2 | −143 | Go to diff View file |
M | src/common/wiki/phpwiki/locale/Makefile | +0 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/locale/fr/pgsrc/PluginInfosSyst%C3%A8me | +1 | −1 | Go to diff View file |
M | src/common/wiki/phpwiki/pgsrc/SystemInfoPlugin | +1 | −1 | Go to diff View file |