MediaWiki  1.28.1
PhpXmlBugTester Class Reference

Test for PHP+libxml2 bug which breaks XML input subtly with certain versions. More...

Public Member Functions

 __construct ()
 
 chardata ($parser, $data)
 

Public Attributes

 $ok = false
 

Private Attributes

 $parsedData = ''
 

Detailed Description

Test for PHP+libxml2 bug which breaks XML input subtly with certain versions.

Known fixed with PHP 5.2.9 + libxml2-2.7.3

See also
http://bugs.php.net/bug.php?id=45996

Definition at line 30 of file PhpBugTests.php.

Constructor & Destructor Documentation

PhpXmlBugTester::__construct ( )

Definition at line 34 of file PhpBugTests.php.

References $parser.

Member Function Documentation

PhpXmlBugTester::chardata (   $parser,
  $data 
)

Definition at line 44 of file PhpBugTests.php.

Member Data Documentation

PhpXmlBugTester::$ok = false

Definition at line 32 of file PhpBugTests.php.

PhpXmlBugTester::$parsedData = ''
private

Definition at line 31 of file PhpBugTests.php.


The documentation for this class was generated from the following file: