zendframework / zend-math

Math component from Zend Framework
BSD 3-Clause "New" or "Revised" License
54 stars 25 forks source link

Remove the usage of substr() and strlen() for binary support #19

Closed ezimuel closed 8 years ago

ezimuel commented 8 years ago

We need to remove the usage of substr() and strlen() in the code in favor of mb_string functions. See this issue https://github.com/zendframework/zend-crypt/issues/20

ezimuel commented 8 years ago

This will be fixed with #18.