Stefano Pozzo - 2017-01-31 11:49:24
Hello,
my provider is running php vers. 5.4.35
I installed your package and tried the example htmlparser.php but as a result I received only the following errors:
Strict Standards: Declaration of RPrCompositeNode::addNode() should be compatible with CompositeNode::addNode(INode $node) in D:\inetpub\webs\agadit\phpclasses\vsword\node\RPrCompositeNode.php on line 12
Strict Standards: Declaration of TableCompositeNode::addNode() should be compatible with CompositeNode::addNode(INode $node) in D:\inetpub\webs\agadit\phpclasses\vsword\node\TableCompositeNode.php on line 10
Strict Standards: Declaration of TableRowCompositeNode::addNode() should be compatible with CompositeNode::addNode(INode $node) in D:\inetpub\webs\agadit\phpclasses\vsword\node\TableRowCompositeNode.php on line 26
Strict Standards: Declaration of TableColCompositeNode::addNode() should be compatible with CompositeNode::addNode(INode $node) in D:\inetpub\webs\agadit\phpclasses\vsword\node\TableColCompositeNode.php on line 11
what i am doing wrong?
thank you for some help.
Regards, Stefano.