diff --git a/reference/pspell/constants.xml b/reference/pspell/constants.xml
new file mode 100644
index 0000000000..8f5a2adc5b
--- /dev/null
+++ b/reference/pspell/constants.xml
@@ -0,0 +1,73 @@
+
+
+
+ &reftitle.constants;
+ &extension.constants;
+
+
+
+ PSPELL_FAST
+ (integer)
+
+
+
+
+
+
+
+
+
+ PSPELL_NORMAL
+ (integer)
+
+
+
+
+
+
+
+
+
+ PSPELL_BAD_SPELLERS
+ (integer)
+
+
+
+
+
+
+
+
+
+ PSPELL_RUN_TOGETHER
+ (integer)
+
+
+
+
+
+
+
+
+
+
+
diff --git a/reference/pspell/reference.xml b/reference/pspell/reference.xml
index 59ebe43449..d5bc1e32ba 100644
--- a/reference/pspell/reference.xml
+++ b/reference/pspell/reference.xml
@@ -1,5 +1,5 @@
-
+
@@ -7,17 +7,45 @@
Pspell
-
- These functions allow you to check the spelling of a word and offer
- suggestions.
-
-
- You need the aspell and pspell libraries, available from &url.aspell; and
- &url.pspell; respectively, and
- add the option
- when compiling php.
-
+
+
+ &reftitle.intro;
+
+ These functions allow you to check the spelling of a word and offer
+ suggestions.
+
+
+
+
+ &reftitle.required;
+
+ To compile PHP with pspell support, you need the aspell and pspell
+ libraries, available from &url.aspell;
+ and &url.pspell; respectively.
+
+
+
+
+ &reftitle.install;
+
+ If you have the libraries needed add the
+ option
+ when compiling PHP.
+
+
+
+
+ &reftitle.runtime;
+ &no.config;
+
+
+
+ &reftitle.resources;
+ &no.resource;
+
+
+ &reference.pspell.constants;
+
&reference.pspell.functions;