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

Fixd segmentation fault for in the case gcc 4.8 and php7 #34

Merged
merged 1 commit into from
Jun 28, 2016
Merged

Fixd segmentation fault for in the case gcc 4.8 and php7 #34

merged 1 commit into from
Jun 28, 2016

Conversation

cdoco
Copy link
Contributor

@cdoco cdoco commented Jun 27, 2016

在gcc 4.8 版本下,使用 php-7.0.7 编译这个扩展,调用函数会出现段地址错误。

`
Test Code

var_dump(Qconf::getConf("test_string")); //一个参数的时候可以正常输出

var_dump(Qconf::getConf("test_string", "bug")); // 两个参数的时候报段地址错误
`

@CatKang CatKang merged commit 831cab5 into Qihoo360:master Jun 28, 2016
gaodq pushed a commit that referenced this pull request Aug 15, 2018
Fixd segmentation fault for in the case gcc 4.8 and php7
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.

2 participants