From: Steve W. <sw...@wc...> - 2000-10-31 20:08:47
|
...............................ooo0000ooo................................. Hear FM quality freeform radio through the Internet: http://wcsb.org/ home page: www.wcsb.org/~swain ---------- Forwarded message ---------- Date: Tue, 31 Oct 2000 21:43:09 +0200 From: Ori Folger <or...@co...> To: Steve Wainstead <sw...@wc...> Subject: another phpwiki 1.1.8 proposed change Hi On my system I have PHP set to show non-critical warning, like referring to a variable before defining its value. phpwiki emits a lot of these. The following line turns off these non-critical warnings: ini_set("error_reporting", ini_get("error_reporting") & 2039); It should be line 10 of index.php. It is also php4 specific. Ori Folger |