[2.1.3]
commitbb08f679f06ed4635f229c15b0b9cd3adb5cdfe4
authorEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 5 Nov 2007 05:01:51 +0000 (5 05:01 +0000)
committerEdward Z. Yang <edwardzyang@thewritingpot.com>
Mon, 5 Nov 2007 05:01:51 +0000 (5 05:01 +0000)
tree85fa35843e89f8a0ea70ac136673270ec9e41ffd
parent8cd1806ec8d14ac1eaf1208f428f6a53f0cdb314
[2.1.3]
- Work around unnecessary DOMElement type-cast in PH5P that caused errors in PHP 5.1
- Work around PHP 4 SimpleTest lack-of-error complaining for one-time-only HTMLDefinition errors, this may indicate problems with error-collecting facilities in PHP 5
- Make ErrorCollectorEMock work in both PHP 4 and PHP 5
. tests/multitest.php allows you to test multiple versions by running tests/index.php through multiple interpreters using `phpv` shell script (you must provide this script!)
. Minor cosmetic change to flush-definition-cache.php: trailing newline is outputted
. Maintenance script for generating PH5P patch added, original PH5P source file also added under version control
. Full unit test runner script title made more descriptive with PHP version

git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1440 48356398-32a2-884e-a903-53898d9a118a
NEWS
library/HTMLPurifier/Lexer/PH5P.php
maintenance/PH5P.patch
maintenance/PH5P.php [copied from library/HTMLPurifier/Lexer/PH5P.php with 96% similarity]
maintenance/flush-definition-cache.php
maintenance/generate-ph5p-patch.php [new file with mode: 0644]
tests/HTMLPurifier/ChildDef/StrictBlockquoteTest.php
tests/HTMLPurifier/ErrorCollectorEMock.php
tests/HTMLPurifier/Strategy/FixNestingTest.php
tests/index.php
tests/multitest.php [new file with mode: 0644]