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

一个bug #7

Closed
iuphero opened this issue Jun 7, 2015 · 3 comments
Closed

一个bug #7

iuphero opened this issue Jun 7, 2015 · 3 comments

Comments

@iuphero
Copy link

iuphero commented Jun 7, 2015

A PHP Error was encountered

Severity: Notice

Message: Only variable references should be returned by reference

Filename: core/Common.php

Line Number: 257

改为

 $_config[0] = &$config;                                        
 return $_config[0]; 
@daivem
Copy link
Owner

daivem commented Jun 7, 2015

请问使用的PHP版本是多少?

@iuphero
Copy link
Author

iuphero commented Jun 8, 2015

是5.6.8

在 2015-06-07 23:41:50,"daivem" notifications@github.com 写道:

请问使用的PHP版本是多少?


Reply to this email directly or view it on GitHub.

daivem added a commit that referenced this issue Jun 8, 2015
daivem added a commit that referenced this issue Jun 8, 2015
fix bug #7 when in php 5.6
@daivem
Copy link
Owner

daivem commented Jun 8, 2015

已修正,并已merge到master

@daivem daivem closed this as completed Jun 9, 2015
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

2 participants