└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # PHP Internals Material 2 | 3 | 收集互联网各种 PHP 核心结构资料 4 | 5 | ## 欢迎提交资料 6 | 7 | ## (书籍) Books 8 | - [《Extending and Embedding PHP》中文版](http://www.walu.cc/phpbook/) 9 | - [《PHP Internals Book》](http://www.phpinternalsbook.com/) 10 | - [《Think In PHP Internals》中文版](http://www.php-internals.com/) 11 | 12 | ## (博客) Blogs 13 | - [@Laruence](https://github.com/laruence) http://www.laruence.com/ 14 | - [@Nikita Popov](https://github.com/nikic) http://nikic.github.io/ 15 | - [@Anatol Belski](https://github.com/weltling) http://belski.net/ 16 | - [nowamagic](http://www.nowamagic.net/librarys/veda/detail/1285) 17 | 18 | ## Github 19 | - [php7-internal by laruence](https://github.com/laruence/php7-internal) 20 | 21 | ## (视频) Videos 22 | - [PHP 7 Extension Development with Joe Watkins](https://www.youtube.com/watch?v=vLD4cUHMT5I) 23 | - [Developing a Resizable-Indexed Array as a PHP Extension with Joe Watkins](https://www.youtube.com/watch?v=AloIn2t7bWc) 24 | - [PHP Extension Development for Beginners with Joe Watkins](https://www.youtube.com/watch?v=5FoHyfu8meM) 25 | - [PHP objects internal design with Julien Pauli](https://www.youtube.com/watch?v=snGkSg-lfJw) 26 | 27 | ## (幻灯片) Slides 28 | - [PHP extensions workshop](http://fr.slideshare.net/jpauli/php-extensionsworkshop) 29 | - [Understanding PHP memory](http://fr.slideshare.net/jpauli/understanding-php-memory) 30 | - [Understanding PHP objects](http://fr.slideshare.net/jpauli/understanding-php-objects) 31 | - [Understanding PHP memory](http://fr.slideshare.net/jpauli/mysqlnd) 32 | 33 | ## (邮件) Emails 34 | - [ PHP 最新邮件交流记录](http://php.markmail.org/search/?q=) 35 | - [ PHP 内核组的内部issues记录](http://news.php.net/php.internals) 36 | 37 | ## (其他) Others 38 | - [ PHP LXR 在线代码查看工具](http://lxr.php.net/) 39 | --------------------------------------------------------------------------------