0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 11:15:18 +00:00
htmlpurifier/library/HTMLPurifier/AttrDef
Edward Z. Yang 77f2833f36 Fix PHP 4 problems with references.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@211 48356398-32a2-884e-a903-53898d9a118a
2006-08-12 04:07:06 +00:00
..
Class.php Refactor unit tests so that abstract test cases are now called Harnesses and AttrDef tests use their harness's assertDef() function, which enforces type much better. Also fixed a few bugs. 2006-08-05 00:30:31 +00:00
Enum.php E_STRICT fix: put $config in parameter list even if it isn't used. 2006-08-11 20:26:25 +00:00
ID.php Revamp Configuration classes, breaking backwards configuration compatibility (not that there was much to broken to begin with). Fix bug involving PHP 4 object typecasting. 2006-08-11 20:23:41 +00:00
Lang.php E_STRICT fix: put $config in parameter list even if it isn't used. 2006-08-11 20:26:25 +00:00
Length.php E_STRICT fix: put $config in parameter list even if it isn't used. 2006-08-11 20:26:25 +00:00
MultiLength.php E_STRICT fix: put $config in parameter list even if it isn't used. 2006-08-11 20:26:25 +00:00
NumberSpan.php E_STRICT fix: put $config in parameter list even if it isn't used. 2006-08-11 20:26:25 +00:00
Pixels.php E_STRICT fix: put $config in parameter list even if it isn't used. 2006-08-11 20:26:25 +00:00
Text.php E_STRICT fix: put $config in parameter list even if it isn't used. 2006-08-11 20:26:25 +00:00
URI.php Fix PHP 4 problems with references. 2006-08-12 04:07:06 +00:00