|
From: <ama...@us...> - 2003-08-05 06:19:32
|
Update of /cvsroot/binaryphp/binaryphp/functions/errors
In directory sc8-pr-cvs1:/tmp/cvs-serv4995/functions/errors
Added Files:
error_reporting.cpp
Log Message:
finished cleaning up the functions dir
--- NEW FILE: error_reporting.cpp ---
void error_reporting(php_var error_level)
{
return;
}
|