opencats / OpenCATS

Applicant Tracking System (maintained code base)
http://www.opencats.org
Other
532 stars 245 forks source link

Upgrade php to newer version #83

Open skrchnavy opened 8 years ago

skrchnavy commented 8 years ago

OpenCATS uses PHP 5.X. PHP 7 is available, so it would be nice to upgrade code to be compliant to this version.

scottunderhill commented 8 years ago

Yep, we are running php7, just need to change the DB class to use mysqli or something like that.

I think that is the only major issue

scottunderhill commented 8 years ago

Managed to get it working in version 7,

Maybe still some issues. This is the databaseconnection.php file. That needs updating.

Although, If your installing new, I would recommend you install in version 5 (because of the eval functions and direct calls to the db in the install process) then move to version 7.

<?php /**

/**

?>

RussH commented 7 years ago

duplicate of #171

RussH commented 6 years ago

Will be resolved once #362 is accepted.