├── LICENSE.md ├── README.md ├── 侯青龙——微博新一代LAMP架构.pdf ├── 信海龙——聊聊稳定性保障那些事.pdf ├── 刘奇——Scale out database without pain.pdf ├── 叶金荣——MySQL 5.7优化不求人.pdf ├── 司超——Swoole2.0原生协程高性能开发实践.pdf ├── 宋青见——云原生的 MySQL 托管服务架构及读写分离的优化(PHP).pdf ├── 惠新宸——The Next Gen of PHP.pdf ├── 李嘉璇——PHP在机器学习上的应用及云深度学习平台的架构设计与实现.pdf ├── 汤青松——PHP安全开发_从白帽角度做安全.pdf ├── 纪鹏程——瓜子后端技术架构的变迁.pdf ├── 韩天峰——使用C++开发PHP7扩展.pdf ├── 高永芝——复杂PHP系统性能瓶颈排查及优化.pdf └── 高驰涛——PHP与APM_技术内幕和最佳实践.pdf /LICENSE.md: -------------------------------------------------------------------------------- 1 | MIT License 2 | 3 | Copyright (c) 2017 DevLink 4 | 5 | Permission is hereby granted, free of charge, to any person obtaining a copy 6 | of this software and associated documentation files (the "Software"), to deal 7 | in the Software without restriction, including without limitation the rights 8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell 9 | copies of the Software, and to permit persons to whom the Software is 10 | furnished to do so, subject to the following conditions: 11 | 12 | The above copyright notice and this permission notice shall be included in all 13 | copies or substantial portions of the Software. 14 | 15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR 16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, 17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE 18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER 19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, 20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE 21 | SOFTWARE. 22 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # 2017 第三届PHP全球开发者大会PPT/Keynote 2 | 3 | 这里会放第三届PHP全球开发者大会的演讲PPT 4 | 5 | 由于每个演讲的版权都属于讲师,所以PPT是否放出由讲师自行决定,讲师可以通过Pull Request提交,也可以选择不提交或者修改后提交 6 | 7 | 望周知 8 | -------------------------------------------------------------------------------- /侯青龙——微博新一代LAMP架构.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlinkcn/ppts_for_php2017/2f0e3157fb5fc01476575f75230fe7486a720cbf/侯青龙——微博新一代LAMP架构.pdf -------------------------------------------------------------------------------- /信海龙——聊聊稳定性保障那些事.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlinkcn/ppts_for_php2017/2f0e3157fb5fc01476575f75230fe7486a720cbf/信海龙——聊聊稳定性保障那些事.pdf -------------------------------------------------------------------------------- /刘奇——Scale out database without pain.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlinkcn/ppts_for_php2017/2f0e3157fb5fc01476575f75230fe7486a720cbf/刘奇——Scale out database without pain.pdf -------------------------------------------------------------------------------- /叶金荣——MySQL 5.7优化不求人.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlinkcn/ppts_for_php2017/2f0e3157fb5fc01476575f75230fe7486a720cbf/叶金荣——MySQL 5.7优化不求人.pdf -------------------------------------------------------------------------------- /司超——Swoole2.0原生协程高性能开发实践.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlinkcn/ppts_for_php2017/2f0e3157fb5fc01476575f75230fe7486a720cbf/司超——Swoole2.0原生协程高性能开发实践.pdf -------------------------------------------------------------------------------- /宋青见——云原生的 MySQL 托管服务架构及读写分离的优化(PHP).pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlinkcn/ppts_for_php2017/2f0e3157fb5fc01476575f75230fe7486a720cbf/宋青见——云原生的 MySQL 托管服务架构及读写分离的优化(PHP).pdf -------------------------------------------------------------------------------- /惠新宸——The Next Gen of PHP.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlinkcn/ppts_for_php2017/2f0e3157fb5fc01476575f75230fe7486a720cbf/惠新宸——The Next Gen of PHP.pdf -------------------------------------------------------------------------------- /李嘉璇——PHP在机器学习上的应用及云深度学习平台的架构设计与实现.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlinkcn/ppts_for_php2017/2f0e3157fb5fc01476575f75230fe7486a720cbf/李嘉璇——PHP在机器学习上的应用及云深度学习平台的架构设计与实现.pdf -------------------------------------------------------------------------------- /汤青松——PHP安全开发_从白帽角度做安全.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlinkcn/ppts_for_php2017/2f0e3157fb5fc01476575f75230fe7486a720cbf/汤青松——PHP安全开发_从白帽角度做安全.pdf -------------------------------------------------------------------------------- /纪鹏程——瓜子后端技术架构的变迁.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlinkcn/ppts_for_php2017/2f0e3157fb5fc01476575f75230fe7486a720cbf/纪鹏程——瓜子后端技术架构的变迁.pdf -------------------------------------------------------------------------------- /韩天峰——使用C++开发PHP7扩展.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlinkcn/ppts_for_php2017/2f0e3157fb5fc01476575f75230fe7486a720cbf/韩天峰——使用C++开发PHP7扩展.pdf -------------------------------------------------------------------------------- /高永芝——复杂PHP系统性能瓶颈排查及优化.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlinkcn/ppts_for_php2017/2f0e3157fb5fc01476575f75230fe7486a720cbf/高永芝——复杂PHP系统性能瓶颈排查及优化.pdf -------------------------------------------------------------------------------- /高驰涛——PHP与APM_技术内幕和最佳实践.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/devlinkcn/ppts_for_php2017/2f0e3157fb5fc01476575f75230fe7486a720cbf/高驰涛——PHP与APM_技术内幕和最佳实践.pdf --------------------------------------------------------------------------------