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
The code in:
https://github.com/theseer/phpdox/blob/master/phpdox#L62
(new TheSeer\phpDox\Factory())->getCLI()->run( new TheSeer\phpDox\CLIOptions($_SERVER['argv']) );
Doesn't work on a PHP 5.3.10 installation.My other installation with 5.5.14 works without problems.
Either correct the dependancy or correct the code:
$factory = new TheSeer\phpDox\Factory(); $factory->getCLI()->run( new TheSeer\phpDox\CLIOptions($_SERVER['argv']) );
Would make it compatible with 5.3.3 I would chose this option as still quite some 5.3.* installations are out there.
The text was updated successfully, but these errors were encountered:
This is actually fixed with the merge of d65bd82 and will be part of 0.8.0
Sorry, something went wrong.
I have the same problem, we still have php 5.3 on our CI server
Any idea when the 0.8.0 will be released?
I'm going to finally have some time next week again. Already fixed some issues again and hope to make a release next week.
No branches or pull requests
The code in:
https://github.com/theseer/phpdox/blob/master/phpdox#L62
Doesn't work on a PHP 5.3.10 installation.My other installation with 5.5.14 works without problems.
Either correct the dependancy or correct the code:
Would make it compatible with 5.3.3 I would chose this option as still quite some 5.3.* installations are out there.
The text was updated successfully, but these errors were encountered: