We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In https://github.com/theseer/phpdox/blob/master/src/collector/project/Tokenizer.php#L160
return htmlspecialchars($value, ENT_NOQUOTES | ENT_DISALLOWED | ENT_XML1);
Uses ENT_DISALLOWED which has only become available in php 5.4, see the changeling at http://php.net/manual/en/function.htmlspecialchars.php
The text was updated successfully, but these errors were encountered:
This has been resolved in dev-master already with a BC fix. However I couldn't work with dev-master because of #192
Sorry, something went wrong.
No branches or pull requests
In https://github.com/theseer/phpdox/blob/master/src/collector/project/Tokenizer.php#L160
Uses ENT_DISALLOWED which has only become available in php 5.4, see the changeling at http://php.net/manual/en/function.htmlspecialchars.php
The text was updated successfully, but these errors were encountered: