PHP kernel Exploration
Tipi deep understanding of PHP Kernel
Source code analysis for PHP
PHP extension development and kernel Application
Baidu xlq
God's blog
Codinglabs
- PHP kernel exploration: Starting from the SAPI Interface
- PHP kernel exploration: start and end of a request
- PHP kernel exploration: one request Lifecycle
- PHP kernel exploration: single-process SAPI Lifecycle
- PHP kernel exploration: SAPI lifecycle of multiple processes/threads
- PHP kernel exploration: Zend Engine
- PHP kernel exploration: Exploring SAPI again
- PHP kernel exploration: Apache module Introduction
- PHP kernel exploration: Support for PHP through mod_php5
- PHP kernel exploration: Apache running and Hook Functions
- PHP kernel exploration: Embedded PHP
- PHP kernel exploration: FastCGI of PHP
- PHP kernel exploration: how to execute PHP scripts
- PHP kernel exploration: execution details of PHP scripts
- PHP kernel exploration: opcode
- PHP kernel exploration: opcode in PHP
- PHP kernel exploration: Interpreter Execution Process
- PHP kernel exploration: Variable Overview
- PHP kernel exploration: Variable storage and type
- PHP kernel exploration: hash table in PHP
- PHP kernel exploration: Understanding the hash table in Zend
- PHP kernel exploration: PhP Hash Algorithm Design
- PHP kernel exploration: translating a HashTables article
- PHP kernel exploration: What is a hash collision attack?
- PHP kernel exploration: constant implementation
- PHP kernel exploration: Variable Storage
- PHP kernel exploration: variable type
- PHP kernel exploration: variable value operations
- PHP kernel exploration: Variable Creation
- PHP kernel exploration: predefined Variables
- PHP kernel exploration: Variable Retrieval
- PHP kernel exploration: variable type conversion
- PHP kernel exploration: Implementation of weak type variables
- PHP kernel exploration: Implementation of static variables
- PHP kernel exploration: variable type prompt
- PHP kernel exploration: Variable Lifecycle
- PHP kernel exploration: Variable assignment and destruction
- PHP kernel exploration: variable scope
- PHP kernel exploration: Strange variable name
- PHP kernel exploration: variable value and type storage
- PHP kernel exploration: global variable
- PHP kernel exploration: variable type conversion
- PHP kernel exploration: Memory Management
- PHP kernel exploration: Zend Memory Manager
- PHP kernel exploration: PhP Memory Management
- PHP kernel exploration: Memory application and destruction
- PHP kernel exploration: reference count and write-time Replication
- PHP kernel exploration: the garbage collection mechanism of php5.3
- PHP kernel exploration: cache in memory management
- PHP kernel exploration: cow mechanism for writing
- PHP kernel exploration: array and linked list
- PHP kernel exploration: using the hash table API
- PHP kernel exploration: Array Operations
- PHP kernel exploration: array source code analysis
- PHP kernel exploration: Function Classification
- PHP kernel exploration: internal structure of functions
- PHP kernel exploration: Function Structure Conversion
- PHP kernel exploration: process of defining functions
- PHP kernel exploration: function parameters
- PHP kernel exploration: zend_parse_parameters Function
- PHP kernel exploration: function return value
- PHP kernel exploration: form parameter Return Value
- PHP kernel exploration: function call and execution
- PHP kernel exploration: Reference and function execution
- PHP kernel exploration: anonymous functions and closures
- PHP kernel exploration: Object-oriented
- PHP kernel exploration: class structure and implementation
- PHP kernel exploration: class member variables
- PHP kernel exploration: class member Methods
- PHP kernel exploration: Class prototype zend_class_entry
- PHP kernel exploration: Class Definition
- PHP kernel exploration: Access Control
- PHP kernel exploration: inheritance, polymorphism and abstract class
- PHP kernel exploration: Magic functions and latency binding
- PHP kernel exploration: Reserved class and Special Class
- PHP kernel exploration: Object
- PHP kernel exploration: Creating object instances
- PHP kernel exploration: Object attribute read/write
- PHP kernel exploration: namespace
- PHP kernel exploration: defining Interfaces
- PHP kernel exploration: inheritance and implementation Interfaces
- PHP kernel exploration: Resource Type
- PHP kernel exploration: Zend Virtual Machine
- PHP kernel exploration: Virtual Machine lexical Parsing
- PHP kernel exploration: Virtual Machine syntax analysis
- PHP kernel exploration: execution of intermediate code opcode
- PHP kernel exploration: code encryption and decryption
- PHP kernel exploration: Specific execution process of zend_execute
- PHP kernel exploration: variable reference and counting rules
- PHP kernel exploration: New garbage collection mechanism description