vlucas / bulletphp

A resource-oriented micro PHP framework
http://bulletphp.com
BSD 3-Clause "New" or "Revised" License
418 stars 50 forks source link

Use of deprecated function eregi #83

Closed tonyroberts closed 4 years ago

tonyroberts commented 4 years ago

eregi is used in Bullet\Request but has been removed in Php 7. Could be replaced by preg_match.