zendtech / ZendOptimizerPlus

Other
915 stars 142 forks source link

Replace ext/ereg with PCRE expressions in zend_accelerator_blacklist.c #132

Open cjbj opened 11 years ago

cjbj commented 11 years ago

Ereg was deprecated in PHP 5.3 in favor of PCRE. Zend_accelerator_blacklist.c should be updated so that ereg can eventually be removed.

This issue was originally noted in EFnet #php.pecl discussion.