diff --git a/internals2/buildsys/index.xml b/internals2/buildsys/index.xml index 4107b58442..4a2f047c9e 100644 --- a/internals2/buildsys/index.xml +++ b/internals2/buildsys/index.xml @@ -1,9 +1,18 @@ - + The PHP 5 build system - &internals2.buildsys.intro; + + + 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. + + &internals2.buildsys.environment; &internals2.buildsys.skeleton; &internals2.buildsys.configunix; diff --git a/internals2/buildsys/intro.xml b/internals2/buildsys/intro.xml deleted file mode 100644 index f8bf35408e..0000000000 --- a/internals2/buildsys/intro.xml +++ /dev/null @@ -1,34 +0,0 @@ - - - - Introduction - - 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. - - - -