boradashvin / xmpphp

Automatically exported from code.google.com/p/xmpphp
0 stars 0 forks source link

Please enable strict standards when developing a library #107

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
error_reportin(E_ALL | E_STRICT); and then run your lib.

Strict Standards: Declaration of XMPPHP_BOSH::connect() should be compatible 
with that of XMPPHP_XMLStream::connect() in xmpphp-0.1rc2-r77/XMPPHP/BOSH.php 
on line 43

Strict Standards: Declaration of XMPPHP_BOSH::__process() should be compatible 
with that of XMPPHP_XMLStream::__process() in xmpphp-0.1rc2-r77/XMPPHP/BOSH.php 
on line 43

Strict Standards: Declaration of XMPPHP_BOSH::send() should be compatible with 
that of XMPPHP_XMLStream::send() in xmpphp-0.1rc2-r77/XMPPHP/BOSH.php on line 43

Warning: SimpleXMLElement::__construct() [simplexmlelement.--construct]: 
Entity: line 1: parser error : Start tag expected, '<' not found in 
xmpphp-0.1rc2-r77/XMPPHP/BOSH.php on line 75

Warning: SimpleXMLElement::__construct() [simplexmlelement.--construct]: � 
in xmpphp-0.1rc2-r77/XMPPHP/BOSH.php on line 75

Warning: SimpleXMLElement::__construct() [simplexmlelement.--construct]: ^ in 
xmpphp-0.1rc2-r77/XMPPHP/BOSH.php on line 75

Original issue reported on code.google.com by michael....@gmail.com on 16 Mar 2011 at 7:45

GoogleCodeExporter commented 8 years ago
should be error_reportin*g* of course... :)

Original comment by michael....@gmail.com on 16 Mar 2011 at 7:45

GoogleCodeExporter commented 8 years ago
I am getting this error also, how can I fix it? I am using Symfony2

Original comment by nikola.d...@gmail.com on 26 Nov 2013 at 1:30

GoogleCodeExporter commented 8 years ago
Any one having solution to this problem?

Original comment by reshmara...@gmail.com on 28 Oct 2014 at 10:22