Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Fix bug and tests on HHVM #31

Merged
merged 1 commit into from
Dec 11, 2014
Merged

Fix bug and tests on HHVM #31

merged 1 commit into from
Dec 11, 2014

Conversation

jderusse
Copy link
Contributor

Also replace \Phar::running() by 0 === stripos(__FILE__, 'phar://')
because it's not supported in hhvm: http://docs.hhvm.com/manual/en/phar.running.php

@lyrixx
Copy link
Member

lyrixx commented Dec 11, 2014

... and one more bug fixed, thank you @jeremy-derusse.

@lyrixx lyrixx merged commit cc8bcdb into sensiolabs:master Dec 11, 2014
lyrixx added a commit that referenced this pull request Dec 11, 2014
This PR was merged into the master branch.

Discussion
----------

Fix bug and tests on HHVM

Also replace `\Phar::running()` by `0 === stripos(__FILE__, 'phar://')`
because it's not supported in hhvm: http://docs.hhvm.com/manual/en/phar.running.php

Commits
-------

cc8bcdb Fix bug and tests on HHVM
@jderusse jderusse mentioned this pull request Dec 11, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants