Menu

#5 PHP 5.4 compatibility

v3.4
open
None
5
2014-08-27
2014-08-27
No
  • "=& new" needs to be "= new" as it was deprecated in 5.3
  • call-time pass by reference produces fatal errors in 5.4+
  • Usage of split is discouraged since 5.3 and should be preg_split
  • As of PHP 5.0 clone is a reserved keyword and shouldn't be invoked as a function

Discussion

  • Dave Lundgren

    Dave Lundgren - 2014-08-27

    Ticket moved from /p/fastframe/feature-requests/3/

     
  • Dave Lundgren

    Dave Lundgren - 2014-08-27

    I'm leaving split and clone() until I fully remove PHP 4 support.

     

Log in to post a comment.

MongoDB Logo MongoDB