eloquent / typhax

A flexible PHP type hinting syntax.
MIT License
13 stars 0 forks source link

Parser requires mbstring extension. #37

Closed jmalloc closed 11 years ago

jmalloc commented 11 years ago

Consider adding xmbstring (or whatever the format is) to composer deps.

Fatal error: Call to undefined function Eloquent\Typhax\Parser\mb_strlen() in ......../vendor/eloquent/typhax/src/Eloquent/Typhax/Parser/Parser.php on line 60
ezzatron commented 11 years ago

Sure, makes sense. Feel free to PR me if you have the time.

jmalloc commented 11 years ago

See #38.