Skip to content
New issue

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

Phpdox internals use constants only available in php 5.4, composer states 5.3.3 should work #193

Closed
DannyvdSluijs opened this issue Jan 10, 2015 · 1 comment

Comments

@DannyvdSluijs
Copy link
Contributor

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

@DannyvdSluijs
Copy link
Contributor Author

This has been resolved in dev-master already with a BC fix. However I couldn't work with dev-master because of #192

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant