Php 5.6 support

I just upgraded to php 5.6. Now I get this error when attempting to ru piwik late start:

Fatal error: Call to undefined function Piwik\ctype_alnum() in /usr/local/www/piwik/core/FrontController.php on line 364

Is there a patch/ fix?

I found the issue. When upgrading to php 5.6, for some reason php56-ctype didn’t get included. As a result, the old version tried to work with the new release. All is well now. Thanks!