首页 > 编程 > PHP > 正文

PHP扩展开发学习资料汇总

2019-11-08 01:02:24
字体:
来源:转载
供稿:网友

php扩展开发资料汇总

在学习扩展开发的过程中,发现了很多有用的资料,在此与大家分享 安利一下本人博客

书籍

Sara Golemon 大神写的Extending and Embedding PHP 网上有开源中译版George Schlossnagle 写的Advanced PHP PRogrammingBlake Schwendiman所著Building Custom PHP Extensions深入理解php内核PHP internals book 本人正在进行翻译

网上资源

鸟哥博客php手册中的内核章节

Kristina Chodorow 的博客PHP Extensions Made Eldrich

Installing PHPHello, World!PHP VariablesClasses

sara Golemon 在Zend DevZone 上的文章

Extension Writing Part I: Introduction to PHP and ZendExtension Writing Part II: Parameters, Arrays, and ZVALsExtension Writing Part III: Resources

Wez Furlong 的讲稿Extending PHP slides

Marcus Börger and Johannes Schlüter 的PPT: PHP Extension WritingO’Reilly Programming PHP 14章:Extending PHPPaul Osman 的文章Wrapping C++ Classes in a PHP Extension

PHP和 PECL 扩展的文档

PHP Wiki: Documentation IntroductionPHP Wiki: Editing DocumentationPHP Documentation Team: How to pagesPHP 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


发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表