您的位置:首页 > 编程语言 > PHP开发

PHP扩展开发学习资料汇总

2017-02-21 17:47 316 查看

PHP扩展开发资料汇总

在学习扩展开发的过程中,发现了很多有用的资料,在此与大家分享

安利一下本人博客

书籍

Sara Golemon 大神写的Extending and Embedding PHP 网上有开源中译版

George Schlossnagle 写的Advanced PHP Programming

Blake Schwendiman所著Building Custom PHP Extensions

深入理解php内核

PHP internals book 本人正在进行翻译中

网上资源

鸟哥博客

php手册中的内核章节

Kristina Chodorow 的博客PHP Extensions Made Eldrich

Installing PHP

Hello, World!

PHP Variables

Classes

sara Golemon 在Zend DevZone 上的文章

Extension Writing Part I: Introduction to PHP and Zend

Extension Writing Part II: Parameters, Arrays, and ZVALs

Extension Writing Part III: Resources

Wez Furlong 的讲稿Extending PHP slides

Marcus Börger and Johannes Schlüter 的ppt: PHP Extension Writing

O’Reilly Programming PHP 14章:Extending PHP

Paul Osman 的文章Wrapping C++ Classes in a PHP Extension

PHP和 PECL 扩展的文档

PHP Wiki: Documentation Introduction

PHP Wiki: Editing Documentation

PHP Documentation Team: How to pages

PHP Wiki: Documenting PECL Extensions

获得帮助

这里有一个邮件列表和IRC频道可以获取帮助, 这两个在PECL website都有介绍

构建工具

不限于php扩展开发使用, John Calcote所写的 Autotools: a practitioner’s guide to Autoconf, Automake and Libtool, 对于扩展开发很有帮助。。

其他的 the GNU Manual for Autoconf and GNU Autoconf, Automake, and Libtool
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: