From cf49390d3d699d878eb6e151745e80285465ddb9 Mon Sep 17 00:00:00 2001 From: admin Date: Tue, 10 Oct 2006 07:12:31 +0000 Subject: --- user_guide/general/changelog.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'user_guide/general/changelog.html') diff --git a/user_guide/general/changelog.html b/user_guide/general/changelog.html index 2a871acf5..732e1c77e 100644 --- a/user_guide/general/changelog.html +++ b/user_guide/general/changelog.html @@ -82,9 +82,9 @@ Change Log
  • Added $query->free_result() to database class.
  • Added $query->field_names() function to database class
  • Added $this->db->platform() function
  • -
  • Added two more protocols to the URI handler to make it more reliable when the $config['uri_protocol'] item is set to AUTO.
  • Added "is_numeric" to validation, which uses the native PHP is_numeric function.
  • -
  • Moved most of the functions in the Controller class into the Loader class, allowing fewer reserved function names for controllers.
  • +
  • Improved the URI handler to make it more reliable when the $config['uri_protocol'] item is set to AUTO.
  • +
  • Moved most of the functions in the Controller class into the Loader class, allowing fewer reserved function names for controllers when running under PHP 5.
  • Updated the DB Result class to return an empty array when $query->result() doesn't produce a result.
  • Updated the input->cookie() and input->post() functions in Input Class to permit arrays contained cookies that are arrays to be run through the XSS filter.
  • Fixed a bug in the Email class related to SMTP Helo data.
  • -- cgit v1.2.3-24-g4f1b