#php
-
PHP Realpath Cache.
realpath_cache: the true culprit 当我们使用include/require函数或者autoload时,我们应该考虑realpath_cache。Realpath Cache是PHP针对文件和文件夹的路径缓存的特性,为了能够最小化文件磁盘IO。
-
Hacking PHP7
本篇文章主要内容取自Joe Watkins的一篇博客Hacking PHP7(但并不是完全照搬 过来,取其精华,呵呵),如果你正在学习PHP内核相关的知识,这个过程会相当枯燥,并且我猜你并不知道如何下手,我认为这篇文章会给你一个非常不错的路线图!