every from 4 example files
cli_longrun_example.php
cli_longrun_example_bosh.php
sendmessage_example.php
webclient_example.php
lines
// activate full error reporting
//error_reporting(E_ALL & E_STRICT);
must be
// activate full error reporting
//error_reporting(E_ALL | E_STRICT);
Original issue reported on code.google.com by alexxz2...@gmail.com on 17 Aug 2009 at 4:51
Original issue reported on code.google.com by
alexxz2...@gmail.com
on 17 Aug 2009 at 4:51