unlcms / UNL-CMS

Drupal 7 implementation at the University of Nebraska–Lincoln
http://unlcms.unl.edu/
GNU General Public License v2.0
4 stars 13 forks source link

CAS changes for upgrading past PHP 7.1 #955

Closed ericras closed 2 years ago

ericras commented 4 years ago

NmcFramework (Unl_Cas and Unl_Ldap) uses Zend Framework 1 which uses a lot of functions that have been deprecated in PHP 7.2+

Remove NmcFramework and use SimpleCAS and native PHP LDAP functions.