Set the type of database the script should use.
Possible values:
-
text : do not use any database. Use .crc and .speed
files temporarly stored in release dir
-
[name] : use a database lib that handles [name]
databse type (eg: mysql). You need to have
the lib present in DBLibs folder of
phpZipScript.
phpZipScript package contains mysql lib.
to use it you need to have mysql installed
and running, and to create the database.
Read the readme.txt from mysql folder of
phpZipScript for more details.