-
Notifications
You must be signed in to change notification settings - Fork 122
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
Variables in XML files are not working #60
Comments
This should be fixed on git actually since it was merely a too restrictive xpath getting only the top level nodes (see issue #51). I'll investigate this. |
Hi, i currently have the same issue on the pear version. Do you plan to update the pear version any time soon or should i use the git version directly? Thanks and greetings |
Hi,
I am running the following PHP version:
Thanks and greetings |
There will be a 0.5 release probably by the end of next week, including various fixes and rewrites of a couple of components. |
Hi, are there any news about this issue? Because this bug makes it impossible to use phpdox on my computer anymore :( |
@theseer also encountering this issue and eager for the fix you mentioned. |
I'm working hard on the next release of phpDox, featuring a new PHPParser based backend and some additional new treats. If everything goes as planned, I'll be able to release Version 0.5 tomorrow. Among other things, that release should fix the issues with variable replacements. |
@theseer that would be great, because sience i switched to PHP 5.4 i have this error too and i am unable of updating my documentations :( |
why am I still getting this error on a pear install. Is the package not updated there? |
There was only a test-release, the upcoming 0.5 release is going to have it included. Due to some originally pear based components aren't reliably available via pear anymore, i'll also move to providing a all-in-one phar release. Stay tuned for an xmas release :) |
No description provided. |
I've tried both calling phpdox alone or using ant.
In both cases the ${basedir} and other variables aren't getting substituted.
I've tried both with phpdox 0.4 distributed trough PEAR and by cloning this repo.
I'm running PHP 5.4 (from Zend Server).
The text was updated successfully, but these errors were encountered: