View Single Post
Old 2018-10-31, 01:58 PM   #2
Toby
Lonewolf Internet Sales
 
Toby's Avatar
 
Join Date: Mar 2005
Location: Houston
Posts: 4,826
Send a message via ICQ to Toby
Quote:
Originally Posted by artwilliams View Post
Cliff Notes? Move to PHP 7 ASAP or you'll be fucked (eventually).
True, BUT...
Many of the scripts we use in this biz are no longer supported, and even if they are, converting them to be PHP 7 compatible is a huge task.

I recently did a major project using PHP and MySQL. In that situation, since it was new from scratch, using code that is PHP 7 compatible was easy, as was using the new MySQLi standard.

Rewriting existing PHP 5.x code or converting MySQL apps to MySQLi is a completely different process. Probably easier to start over from scratch. Either way, the investment is difficult to justify given the current state of the biz.
Toby is offline   Reply With Quote