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

disable gc for php 7.0 build to avoid segfault due to php bug #375

Merged
merged 1 commit into from
Jul 5, 2017

Conversation

dbu
Copy link
Member

@dbu dbu commented Jul 3, 2017

workaround fix #373

@dbu dbu added the wip/poc label Jul 3, 2017
@dbu dbu merged commit 04c9e28 into master Jul 5, 2017
@dbu dbu deleted the php-7-gc-bug branch July 5, 2017 06:58
@dbu dbu removed the wip/poc label Jul 5, 2017
@@ -30,6 +30,8 @@ env:

before_install:
- if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then echo "memory_limit = -1" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
# hack to avoid segmentation fault because of https://bugs.php.net/bug.php?id=74843
- if [ "$TRAVIS_PHP_VERSION" == "7.0" ]; then echo "zend.enable_gc = 0" >> ~/.phpenv/versions/$(phpenv version-name)/etc/conf.d/travis.ini; fi
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should create an issue ticket to remove the change, when php bug is fixed. Just to not forget it.

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

Successfully merging this pull request may close these issues.

Segmentation fault on jackrabit build
2 participants