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

Bug #13209 Math_Matrix has a method 'clone' which became a keyword as of PHP5
Submitted: 2008-02-26 00:50 UTC
From: saq84 Assigned: jmcastagnetto
Status: Wont fix Package: Math_Matrix (version 0.8.0)
PHP Version: 5.2.5 OS: WinXP
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 : 42 + 19 = ?

 
 [2008-02-26 00:50 UTC] saq84 (Bartosz Sak)
Description: ------------ Method 'clone' should be replaced by e.g. 'cloneMat' because of keyword conflict (parse error occurs).

Comments

 [2008-02-26 14:15 UTC] jmcastagnetto (Jesus M. Castagnetto)
PEAR::Math_Matrix was designed for PHP 4 not for PHP 5. You cannot make things "forward-compatible" all the time. This information is in the package description now so this limitation will be clear. Eventualy this will me superseded with a new package designed for PHP 5.