dholesaurabhm / xmpphp

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

Little mistake in comments #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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