The eregi function is deprecated in php 5.3.0. This causes 'deprecated function' errors when running with the latest php.

CommentFileSizeAuthor
#1 epsacrop--deprecated-eregi.patch670 bytesjohn franklin

Comments

john franklin’s picture

Status: Active » Needs review
StatusFileSize
new670 bytes

The solution is to use preg_match with the "i" option. See attached patch.

yvmarques’s picture

Status: Needs review » Closed (fixed)

Just committed, thanks :)