Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 649 Bytes

5.md

File metadata and controls

20 lines (16 loc) · 649 Bytes

5 Your First Extension

    • [1. 一个扩展的基本结构](ch5.1.html)
    • [2. 编译我们的扩展](ch5.2.html)
    • [3. 静态编译](ch5.3.html)
    • [4. 编写函数](ch5.4.html)
    • [5. 小结](ch5.5.html)
每一个PHP扩展都至少需要两个文件:一个配置文件和一个源文件。配置文件用来告诉编译器应该编译哪几个文件,以及编译本扩展是否需要的其它lib。

links

LastModified

  • $Id$