exponentcms / exponent-cms

Content Management, Simple.
exponentcms.org
GNU General Public License v2.0
60 stars 24 forks source link

Bug: PHP 7.2 deprecated functions #1459

Closed exponentcms closed 4 years ago

exponentcms commented 4 years ago

At the very least, the 'create_function()' function is deprecated in the next release of php (version 7.2.x)

exponentcms commented 4 years ago

PHP v7.2.0 should be released in fall 2017

exponentcms commented 4 years ago

(from [4016e9bf50bcc166a575b916746baf233025f982]) implement php v7.2 compatibility (remove create_function use) [#1416 state:resolved] https://github.com/exponentcms/exponent-cms/commit/4016e9bf50bcc166a575b916746baf233025f982

exponentcms commented 4 years ago

Smarty v3.1.27 uses the each() function witch is deprecated in php 7.2 and throws warnings...must determine if we can ship smarty v3.1.31 to be active in php v7.1/7.2 along with smarty v3.1.27 for older php version...OR hack the offending function in smarty v3.1.27...OR simply live with the warning for the time being

exponentcms commented 4 years ago

Lighthouse URL: https://exponentcms.lighthouseapp.com/projects/61783/tickets/1416