Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/liexusong/php-beast
Browse files Browse the repository at this point in the history
  • Loading branch information
xusong.lie committed May 26, 2017
2 parents aae3501 + b7da40f commit a35a3ef
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,11 @@ $ sudo make && make install
</code></pre>

<h3>注意</h3>
如果出现502错误,一般是由于GCC版本太低导致,请先升级GCC再安装本模块。

*1.* 如果出现502错误,一般是由于GCC版本太低导致,请先升级GCC再安装本模块。


*2.* 如果在安装线程安全版本时提示 `error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘int’` 错误,可以通过修改php_global.h头文件的 `extern PHPAPI int core_globals_id;` 改为 `extern ZEND_API int core_globals_id;`

------------------------------

Expand Down

0 comments on commit a35a3ef

Please sign in to comment.