-
Notifications
You must be signed in to change notification settings - Fork 121
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
Error in GlobalConfig with hhvm #225
Comments
I'd say, that is a bug in hhvm: The I don't really see a clean way to implement a workaround (other than hacks) since We should open a new issue for hhvm though. |
Opened an issue for hhvm: facebook/hhvm#5412 |
Based on feedback for the hhvm issue, I implemented a workaround into fDOMDocument. With 1.6.1 it works for me again:
|
Thanks for reporting the hhvm issue and providing this workaround. It works for me, too. |
Running phpdox with hhvm 3.7.0 causes the following exception:
The xpath
evaluate
function somehow returns aDOMElement
instead of afDOMElement
. It's probably either a bug in hhvm or infDOMDocument
.This workaround might be relevant, but I think the underlying bug has been fixed in hhvm.
With zend's php5, it works fine.
If you need more information, e.g. configuration files, I'll gladly provide them.
The text was updated successfully, but these errors were encountered: