techtonik Wed Nov 3 04:30:10 2004 EDT
Modified files:
/phpdoc/en/install pecl.xml
Log:
remove simplesect in favor of sect1
http://cvs.php.net/diff.php/phpdoc/en/install/pecl.xml?r1=1.3&r2=1.4&ty=u
Index: phpdoc/en/install/pecl.xml
diff -u phpdoc/en/install/pecl.xml:1.3 phpdoc/en/install/pecl.xml:1.4
--- phpdoc/en/install/pecl.xml:1.3 Tue Sep 7 08:03:22 2004
+++ phpdoc/en/install/pecl.xml Wed Nov 3 04:30:06 2004
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.3 $ -->
+<!-- $Revision: 1.4 $ -->
<chapter id="install.pecl">
<title>Installation of PECL extensions</title>
- <simplesect id="install.pecl.intro">
+ <sect1 id="install.pecl.intro">
<title>Introduction to PECL Installations</title>
<simpara>
PHP extensions may be installed in a variety of ways.
@@ -32,9 +32,9 @@
<ulink url="&url.php.anoncvs;">Anonymous CVS Instructions</ulink> for
details on the required tools, and required versions.
</simpara>
- </simplesect>
+ </sect1>
- <simplesect id="install.pecl.downloads">
+ <sect1 id="install.pecl.downloads">
<title>Downloading PECL extensions</title>
<simpara>
There are several options for downloading PECL extensions, such as:
@@ -91,9 +91,9 @@
</simpara>
</listitem>
</itemizedlist>
- </simplesect>
+ </sect1>
- <simplesect id="install.pecl.windows">
+ <sect1 id="install.pecl.windows">
<title>PECL for Windows users</title>
<simpara>
Like with any other PHP extension <acronym>DLL</acronym>, to install move
@@ -109,9 +109,9 @@
<simpara>
After doing this, restart the web server.
</simpara>
- </simplesect>
+ </sect1>
- <simplesect id="install.pecl.pear">
+ <sect1 id="install.pecl.pear">
<title>Compiling shared PECL extensions with PEAR</title>
<simpara>
PEAR makes it easy to create shared PHP extensions. Using the
@@ -144,9 +144,9 @@
<link linkend="ini.extension-dir">extensions directory</link>. Adjust
&php.ini; accordingly.
</simpara>
- </simplesect>
+ </sect1>
- <simplesect id="install.pecl.phpize">
+ <sect1 id="install.pecl.phpize">
<title>Compiling shared PECL extensions with phpize</title>
<simpara>
If using pear is not an option, like for building shared PECL extensions
@@ -176,9 +176,9 @@
<link linkend="ini.extension-dir">extensions directory</link>, and adjust
&php.ini; accordingly.
</simpara>
- </simplesect>
+ </sect1>
- <simplesect id="install.pecl.static">
+ <sect1 id="install.pecl.static">
<title>Compiling PECL extensions statically into PHP</title>
<simpara>
To statically include the extension within the PHP build, put the
@@ -228,7 +228,7 @@
$ ./configure --help | grep extname
</screen>
</para>
- </simplesect>
+ </sect1>
</chapter>
<!-- Keep this comment at the end of the file