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

Binary no longer compatible with PHP >= 5.3.3 #192

Closed
DannyvdSluijs opened this issue Jan 10, 2015 · 3 comments
Closed

Binary no longer compatible with PHP >= 5.3.3 #192

DannyvdSluijs opened this issue Jan 10, 2015 · 3 comments

Comments

@DannyvdSluijs
Copy link
Contributor

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.

@theseer
Copy link
Owner

theseer commented Feb 17, 2015

This is actually fixed with the merge of d65bd82 and will be part of 0.8.0

@theseer theseer closed this as completed Feb 17, 2015
@jdespatis
Copy link

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?

@theseer
Copy link
Owner

theseer commented Mar 19, 2015

I'm going to finally have some time next week again. Already fixed some issues again and hope to make a release next week.

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

3 participants