
1 qhxin 2017-06-07 10:33:42 +08:00 我先 fork 了^_^ |
2 orderc 2017-06-07 13:08:38 +08:00 已 star |
3 shooyaaa OP 谢谢各位,一起完善它,让它成为一个流行的扩展 |
6 changwei 2017-06-07 14:52:50 +08:00 via Android 先 mark,话说我现在也在学写 php 扩展,楼主可否分享一下你学习扩展开发的资料呢? |
7 majiawei 2017-06-07 15:19:49 +08:00 先 star |
9 shooyaaa OP http://www.php-internals.com/book/?p=chapt07/07-03-opcode-exec http://rapheal.iteye.com/blog/1983368 http://nikic.github.com/ 基本就是这些然后就是自己看源码了,先看看 zval 和 hashTable 这些数据结构,然后在看看语法和词法,接着是 Zend 虚拟机运行 opcode 的过程 @changwei |