diff --git a/reference/bzip2/reference.xml b/reference/bzip2/reference.xml index a1871e8c7a..4c91313237 100644 --- a/reference/bzip2/reference.xml +++ b/reference/bzip2/reference.xml @@ -1,17 +1,20 @@ - + Bzip2 Compression Functions Bzip2 - - The bzip2 functions are used to transparently read and write bzip2 (.bz2) - compressed files. - +
+ &reftitle.intro; + + The bzip2 functions are used to transparently read and write bzip2 (.bz2) + compressed files. + +
- Requirements + &reftitle.required; This module uses the functions of the bzip2 library by Julian Seward @@ -19,7 +22,7 @@
- Installation + &reftitle.install; Bzip2 support in PHP is not enabled by default. You will need to use the --with-bz2 configuration @@ -29,12 +32,12 @@
- Runtime Configuration - &no.config; + &reftitle.runtime; + &no.config;
- Resource types + &reftitle.resources; This extension defines one resource type: a file pointer identifying the bz2-file to work on. @@ -42,12 +45,12 @@
- Predefined constants - &no.constants; + &reftitle.constants; + &no.constants;
- Example + &reftitle.examples; This example opens a temporary file and writes a test string to it, then prints out the contents of the file. diff --git a/reference/cpdf/reference.xml b/reference/cpdf/reference.xml index 68265f98a4..5573f5a656 100644 --- a/reference/cpdf/reference.xml +++ b/reference/cpdf/reference.xml @@ -1,5 +1,5 @@ - + ClibPDF functions ClibPDF @@ -24,7 +24,7 @@ All functions except for cpdf_open take the handle for the document as their first parameter. - + Currently this handle is not used internally since ClibPDF does not support the creation of several PDF documents at the same time. Actually, you should not even try it, the results are unpredictable. I