gwynne Mon Jun 18 05:22:12 2007 UTC
Removed files:
/phpdoc/en/internals2/buildsys intro.xml
Modified files:
/phpdoc/en/internals2/buildsys index.xml
Log:
Move intro into index file; saves an unncessary entity inclusion and
normalizes structure.
http://cvs.php.net/viewvc.cgi/phpdoc/en/internals2/buildsys/index.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/internals2/buildsys/index.xml
diff -u phpdoc/en/internals2/buildsys/index.xml:1.1
phpdoc/en/internals2/buildsys/index.xml:1.2
--- phpdoc/en/internals2/buildsys/index.xml:1.1 Sat Jun 16 21:08:08 2007
+++ phpdoc/en/internals2/buildsys/index.xml Mon Jun 18 05:22:12 2007
@@ -1,9 +1,18 @@
<?xml version="1.0" encoding="ISO-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<chapter id="internals2.buildsys">
<title>The PHP 5 build system</title>
- &internals2.buildsys.intro;
+
+ <para>
+ 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.
+ </para>
+
&internals2.buildsys.environment;
&internals2.buildsys.skeleton;
&internals2.buildsys.configunix;