There was an error while loading. Please reload this page.
1 parent ac29cb0 commit ac38e21Copy full SHA for ac38e21
3/zend_global_register.md
@@ -169,3 +169,5 @@ opline = execute_data->opline;
169
return;
170
```
171
这两种处理方式并没有本质上的差异,只是通过全局寄存器变量提升了一些性能。
172
+
173
+> __Note:__ automake编译时的命令是cc,而不是gcc,如果更新gcc后发现PHP仍然没有支持这个特性,请检查下cc是否指向了新的gcc
0 commit comments