zendframework / ZFTool

Utility module for maintaining modular Zend Framework 2 applications.
187 stars 102 forks source link

preg_replace with modifier e is deprecated #93

Closed maglnet closed 10 years ago

maglnet commented 10 years ago

Hi, during classmap generation an E_DEPRECATED warning was generated due to usage of preg_replace with modifier e.

I changed the according line in ClassmapController to use preg_replace_callback.

Best regards, Matthias

maglnet commented 10 years ago

Thank you for the hint, it's \n again.