Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 0.5.8

Bug #5675 Only variables should be passed by reference
Submitted: 2005-10-12 20:40 UTC
From: php-work at yandex dot ru Assigned: davidc
Status: Closed Package: HTML_AJAX
PHP Version: 5_1 CVS-2005-10-12 OS: *
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 32 - 19 = ?

 
 [2005-10-12 20:40 UTC] php-work at yandex dot ru
Description: ------------ /HTML/AJAX.php generate error "Only variables should be passed by reference" on line 280. For correction replace line 280: $type = array_shift(explode(';',$type)); to: $type_arr = explode(';',$type); $type = array_shift($type_arr);

Comments

 [2005-10-12 20:42 UTC] davidc
This has been fixed in svn, then cvs for next version :-), thanks for bug reporting and helping us making this package better :-)