Migrating from PHP 5.4.x to PHP 5.5.x
PHP Manual

Deprecated features in PHP 5.5.x

preg_replace() /e modifier

The preg_replace() /e modifier is now deprecated. Instead, use the preg_replace_callback() function.

intl deprecations

IntlDateFormatter::setTimeZoneID() and datefmt_set_timezone_id() are now deprecated. Instead, use the IntlDateFormatter::setTimeZone() method and datefmt_set_timezone() function, respectively.

mcrypt deprecations

The following functions have been deprecated:


Migrating from PHP 5.4.x to PHP 5.5.x
PHP Manual