Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17640 программистов и 1599 роботов. Сейчас ищут 1136 программистов ...
The PHP 5 build system
Вернуться к: Ядро PHP: Руководство хакера
Содержание
- Building PHP for extension development
- The ext_skel script
- Talking to the UNIX build system: config.m4
- Talking to the Windows build system: config.w32
With all the functionality and flexibility available in PHP 5, it is no surprise that it consists of several thousand files and over one million lines of source code. Equally unsurprising is the necessity of a build system to manage so much data. This section describes how to set PHP up for extension development, the layout of an extension within the PHP source tree, and how to interface your extension with the build system.
Вернуться к: Ядро PHP: Руководство хакера