From 11c75eab4d04b9c88b0096015fb3c0711555bf9a Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Tue, 29 Jan 2008 19:35:31 +0000 Subject: Removed support for db_backup in MySQLi due to incompatible functions. --- user_guide/changelog.html | 1 + user_guide/database/utilities.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 645d5ae01..1ab6ac221 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -136,6 +136,7 @@ Change Log
  • Added quotes_to_entities() function to string helper.
  • Added form_fieldset(), form_fieldset_close(), form_label(), and form_reset() function to form helper.
  • Added support for external urls in form_open().
  • +
  • Removed support for db_backup in MySQLi due to incompatible functions.
  • Javascript Calendar plugin now uses the months and days from the calendar language file, instead of hard-coded values, internationalizing it.
  • diff --git a/user_guide/database/utilities.html b/user_guide/database/utilities.html index cf0230dbb..9b5126490 100644 --- a/user_guide/database/utilities.html +++ b/user_guide/database/utilities.html @@ -206,7 +206,7 @@ If you need to write the file use the File

    Permits you to backup your full database or individual tables. The backup data can be compressed in either Zip or Gzip format.

    -

    Note:  This features is only available for MySQL/MySQLi databases.

    +

    Note:  This features is only available for MySQL databases.

    Note: Due to the limited execution time and memory available to PHP, backing up very large databases may not be possible. If your database is very large you might need to backup directly from your SQL server -- cgit v1.2.3-24-g4f1b