Open GoogleCodeExporter opened 9 years ago
oops, i said "the latest version" but didn't specify. I have xmpphp-0.1rc2-r77
Original comment by thefin...@gmail.com
on 6 Aug 2009 at 3:04
This is conflict with Ubuntu with installed package php-pear. Cause package has
file
Log.php and it's early in include path. I had same problem and just remove this
package from my system. Alternative way is
include(dirname(__FILE__)."/Log.php")
Original comment by alexxz2...@gmail.com
on 10 Aug 2009 at 12:07
A better solution is to generally assume an XMPPHP dir in the include path. I
did
that in http://github.com/cweiske/xmpphp
Original comment by cwei...@cweiske.de
on 25 Feb 2010 at 6:34
Original issue reported on code.google.com by
thefin...@gmail.com
on 6 Aug 2009 at 3:01