#1387: Use trigger_error() instead of die() in minimum PHP version check
--------------------+-------------------------------------------------------
 Reporter:  david   |       Owner:  david   
     Type:  task    |      Status:  new     
 Priority:  normal  |   Milestone:  1.0.5   
Component:  core    |     Version:  1.0.5RC1
 Severity:  minor   |    Keywords:          
Has_patch:  0       |  
--------------------+-------------------------------------------------------
 Minor issue in {{{agavi.php}}}: {{{die()}}} does not produce a shell exit
 code indicating a failure, and it also won't show up in error logs. Should
 use {{{trigger_error()}}} with {{{E_USER_ERROR}}} instead, as done in
 [4717] for #1331.

-- 
Ticket URL: <http://trac.agavi.org/ticket/1387>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5



_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets

Reply via email to