Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
The log4php.dtd cannot be validated successfully. since it is not wellformed.
Line 28/29:
category and categoryFactory have not been declared
Line 68:
errorHandler has not been declared
After reviewing the file I found out that those attributes cannot be used in log4php due to PHP4 limitations and removed it. Patch is attached.