From: <ama...@us...> - 2003-08-11 11:20:31
|
Update of /cvsroot/binaryphp/binaryphp/functions/errors In directory sc8-pr-cvs1:/tmp/cvs-serv4644/functions/errors Modified Files: error_reporting.cpp Log Message: Added support for header(). Index: error_reporting.cpp =================================================================== RCS file: /cvsroot/binaryphp/binaryphp/functions/errors/error_reporting.cpp,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** error_reporting.cpp 5 Aug 2003 06:19:29 -0000 1.1 --- error_reporting.cpp 11 Aug 2003 11:17:22 -0000 1.2 *************** *** 1,4 **** ! void error_reporting(php_var error_level) ! { ! return; ! } --- 1,4 ---- ! void error_reporting(php_var error_level) ! { ! return; ! } |