soul11201 / php-core-hack

PHP kernel development doc translation | PHP内核开发文档翻译

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP-Core-Hack

            (PHP4)
            --------------------------------------------------------------
DB <-----> | MySQL | Oracle | ODBC | XML | IMAP | LDAP | Java | COM | ... |
            --------------------------------------------------------------
                                      / \
                                      | |
                                      | |
                                      \ /     Zend Engine
             |------------|      |------------------------|        |-----------------|
             |            |      |                        |        |                 |
Browser --->   Web Server   --->   功能模块                  ----->   Web Server Disk 
        <--                 <---   执行器  <--- 运行时编译    <-----                   
             |            |      |                        |        |                 |
             |------------|      |------------------------|        |-----------------|
        PHP Script -> ZE Compiler -> Opcodes -> ZE Executor -> Output

About

PHP kernel development doc translation | PHP内核开发文档翻译

License:MIT License