Skip to content

Commit

Permalink
modified logs
Browse files Browse the repository at this point in the history
  • Loading branch information
liexusong committed May 25, 2017
1 parent 6cd40eb commit b7da40f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ $ sudo make && make install
</code></pre>

<h3>注意</h3>

*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 b7da40f

Please sign in to comment.