dholesaurabhm / xmpphp

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

split() is deprecated #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
please replace split() in XMLStream.php.  it is deprecated in 5.3 and will 
be removed in 6.0

Original issue reported on code.google.com by marky...@gmail.com on 10 Feb 2010 at 2:12

GoogleCodeExporter commented 9 years ago
This issue is fixed in http://github.com/cweiske/xmpphp

Original comment by cwei...@cweiske.de on 25 Feb 2010 at 6:25

GoogleCodeExporter commented 9 years ago
use explode() instead

Original comment by ewaldosi...@gmail.com on 5 Nov 2011 at 12:30