[Vtigercrm-commits] [vtiger development] #4905: Parse error: syntax error, unexpected T_NEW in PearDatabase, php
vtiger development
vtiger-tickets at trac.vtiger.com
Sun Jan 13 12:14:02 EST 2008
#4905: Parse error: syntax error, unexpected T_NEW in PearDatabase,php
------------------------+---------------------------------------------------
Reporter: prasad | Owner: developer
Type: defect | Status: new
Priority: major | Milestone: 5.0.4
Component: vtigercrm | Version: 5.0.4-rc
Resolution: | Keywords:
------------------------+---------------------------------------------------
Comment (by prasad):
If you want to continue on PHP 4.x, as a workaround you need to replace:
{{{
throw new Exception(...);
}}}
to
{{{
die(...);
}}}
This is not a recommended for production usage!
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/4905#comment:2>
vtiger development <http://trac.vtiger.com/>
vtigerCRM
More information about the vtigercrm-commits
mailing list