fabianmichael/kirby-typography

Requirements bug?

iskrisis opened this issue · 1 comments

On simple php webserver i get this

Fatal error: Method Kirbytext::__toString() must not throw an exception, caught Error: Call to undefined function Masterminds\HTML5\Parser\ctype_alpha() in /Users/krisa/dev/sok_bz/website/kirby/helpers.php on line 0

I was thinking that maybe its some extension missing, but that html5 parser seems OK and should work even in php5.3

I tested this in php5.6 and 7 not sure what i am missing.

OK it was extensions - ctype and tokenizer.

I am stupid :)