pbiggar / phc

A compiler for PHP
132 stars 37 forks source link

Fix phpbench for PHP 7 #167

Closed VictorRodriguez closed 1 year ago

VictorRodriguez commented 7 years ago

This patch fix phpbench for PHP version 7 changing the eregi() function for preg_match() function since eregi is fully deprecated in PHP 7

Signed-off-by: Victor Rodriguez victor.rodriguez.bahena@intel.com