Manually work around PEARSax3 E_STRICT errors.
commitfaf28682ad9bae5e3a5eb9e2d4a83548effc14db
authorEdward Z. Yang <ezyang@mit.edu>
Sat, 27 Feb 2010 01:42:42 +0000 (26 20:42 -0500)
committerEdward Z. Yang <ezyang@mit.edu>
Sat, 27 Feb 2010 01:42:42 +0000 (26 20:42 -0500)
treedac5c5858c8d6a938567c698eab3af5903536eb2
parente2cd852bcf1957cf7e5ff19b164d9e98ba33a1a6
Manually work around PEARSax3 E_STRICT errors.

Previously, my development environment was not running the PEARSax3
tests because my environment was set to E_STRICT error handling, and
thus the tests were skipped.  Relax this requirement by making the
wrapper class E_STRICT safe.  This introduces a few failing tests.

Also update TODO and add another fresh test.

Signed-off-by: Edward Z. Yang <ezyang@mit.edu>
TODO
library/HTMLPurifier/Lexer/PEARSax3.php
tests/HTMLPurifier/LexerTest.php