Details
Description
The Doctrine_Inflector::classify is used a lot while doing batch script. The implementation is based on preg_replace_callback method which is slow. By adding a small cache layer this can speed up Doctrine
The Doctrine_Inflector::classify is used a lot while doing batch script. The implementation is based on preg_replace_callback method which is slow. By adding a small cache layer this can speed up Doctrine
The patch ...