-
Notifications
You must be signed in to change notification settings - Fork 40
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
Unexpected segmentation fault after homebrew installation #26
Comments
Thank you for reporting! I reproduced the issue with smaller test cases.
PHP 7.1.8 built-in webserver + php-timecop will crash with this code. However, PHP 7.2.0beta3 built-in webserver + php-timecop never seem to crash. It's unknown problem for me, so I'd like to investigate this problem further. By the way, I'm not a maintainer for php-timecop brew package. As you say, "beta" is correct status. |
Hi, It also occurs on php:7.1-fpm-alpine and php:7.0-fpm-alpine (installed with phpize).
Maybe, it is a bug of PHP. https://bugs.php.net/bug.php?id=75573 Still fault in PHP 7.1.13
|
I tried with apache2 and php v7.0.22 on my local, it works well. But with docker, nginx, php-fpm, it did not work for all versions I tried: 7.0.26, 7.1.12, 7.1.13, 7.0.22. Error occurs with: https://github.com/briannesbitt/Carbon Result: It works with php:7.2-fpm-alpine and php:7.1-fpm-jessie. https://hub.docker.com/_/php/ Would you please to fix it? |
When I
brew install php71
on macOS Sierra with PHP 7.1.8 my Laravel 5.4 project runs smoothly. However when inbrew install php71 php71-timecop
my Laravel application can't runphp artisan serve
consistently, which is used as a webserver. Sometimes it does start, but when navigating a couple of pages the server shuts down with again a segfault. This does not happen when timecop is not installed.I saw in homebrew that the current version is 1.2.4 (stable) but the readme here states it is a beta version?
The text was updated successfully, but these errors were encountered: