diff --git a/reference/apd/configure.xml b/reference/apd/configure.xml
deleted file mode 100644
index afa6bf6571..0000000000
--- a/reference/apd/configure.xml
+++ /dev/null
@@ -1,87 +0,0 @@
-
-
-
- &reftitle.install;
-
- APD is currently available as a PECL extension from
- &url.pecl.package;apd.
-
-
- Run the following command to download, build, and install the latest stable
- version of APD:
-
-
-
-
-
- This automatically installs the APD Zend module into your PHP
- extensions directory. It is not mandatory to keep it there; you can
- store the module in any directory PHP can read as long as you set
- the zend_extension parameter accordingly.
-
-
- Windows users will enable php_apd.dll inside
- of &php.ini; in order to use these functions.
- &pecl.windows.download;
-
-
- In your INI file, add the following lines:
-
-
-
-
-
-
-
- Depending on your PHP build, the zend_extension directive can be one of the
- following:
-
-
-
-
-
-
-
-
-
- Building on Win32
-
- To build APD under Windows you need a working PHP compilation
- environment as described on http://php.net/ -- basically, it requires
- you to have Microsoft Visual C++, win32build.zip, bison/flex, and some know how
- to get it to work. Also ensure that adp.dsp has DOS line endings; if it has unix
- line endings, Microsoft Visual C++ will complain about it.
-
-
-
-
diff --git a/reference/apd/setup.xml b/reference/apd/setup.xml
index e9d81e5b46..b1f56c05e2 100644
--- a/reference/apd/setup.xml
+++ b/reference/apd/setup.xml
@@ -1,5 +1,5 @@
-
+
&reftitle.setup;
@@ -9,7 +9,70 @@
&no.requirement;
- &reference.apd.configure;
+
+ &reftitle.install;
+
+ APD is currently available as a PECL extension from
+ &url.pecl.package;apd.
+
+
+ Run the following command to download, build, and install the latest stable
+ version of APD:
+
+
+
+
+
+ This automatically installs the APD Zend module into your PHP
+ extensions directory. It is not mandatory to keep it there; you can
+ store the module in any directory PHP can read as long as you set
+ the zend_extension parameter accordingly.
+
+
+ Windows users will enable php_apd.dll inside
+ of &php.ini; in order to use these functions.
+ &pecl.windows.download;
+
+
+ In your INI file, add the following lines:
+
+
+
+
+
+
+
+ Depending on your PHP build, the zend_extension directive can be one of the
+ following:
+
+
+
+
+
+
+
+
+
+ Building on Win32
+
+ To build APD under Windows you need a working PHP compilation
+ environment as described on http://php.net/ -- basically, it requires
+ you to have Microsoft Visual C++, win32build.zip, bison/flex, and some know how
+ to get it to work. Also ensure that adp.dsp has DOS line endings; if it has unix
+ line endings, Microsoft Visual C++ will complain about it.
+
+
&reference.apd.ini;