diff --git a/reference/paradox/reference.xml b/reference/paradox/reference.xml
index 773530b0d8..403e45c761 100644
--- a/reference/paradox/reference.xml
+++ b/reference/paradox/reference.xml
@@ -1,5 +1,5 @@
-
+
@@ -13,16 +13,12 @@
&reftitle.intro;
&warn.experimental;
- This module allows to read Paradox database and primary index files. It
- has initial support for creating Paradox databases. Consider it to be
- experimental due to lack of documentation of the Paradox file format.
+ This module allows to read and write Paradox databases, primary index
+ files and blob files. Write support has been proven to be quite reliable,
+ though due to lack of documentation the produced files may not in
+ any case be readable by other applications. Encrypted databases can
+ be read without specifying a password if pxlib >= 0.5.0 is used.
-
-
- This module has not been tested on other platforms than Debian/GNU Linux
- for PPC.
-
-
This module is also in development and may change, though I don't expect
@@ -34,8 +30,10 @@
&reftitle.required;
- You need at least PHP 5.0.0 and libpx >= 0.1.9. The paradox library
- (libpx) is available at
+ You need at least PHP 5.0.0 and pxlib >= 0.4.4 for the basic set
+ of functions. Some never functions are only available with pxlib >=
+ 0.6.0. Reading and writing of encryted databases requires at least
+ pxlib >= 0.5.0. The paradox library (pxlib) is available at
&url.paradox.pxlib;.
@@ -101,6 +99,22 @@
put_record
px_put_record
+
+ retrieve_record
+ px_retrieve_record
+
+
+ delete_record
+ px_delete_record
+
+
+ insert_record
+ px_insert_record
+
+
+ update_record
+ px_update_record
+
get_field
px_get_field
@@ -145,6 +159,10 @@
set_blob_file
px_set_blob_file
+
+ date2string
+ px_date2string
+
timestamp2string
px_timestamp2string