From 9884449add2bf1a52de10b82a366637b595734fd Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Wed, 16 Jan 2008 22:26:37 +0000 Subject: Added Compat.php file --- user_guide/changelog.html | 2 ++ 1 file changed, 2 insertions(+) (limited to 'user_guide') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 9bf796591..e879918e4 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -90,6 +90,7 @@ Change Log
  • Added support for external urls in form_open().
  • Added a language entry for valid_ip validation error.
  • Added titles to all user manual pages.
  • +
  • Added Compat.php to allow function overrides for older versions of PHP or PHP environments missing certain extensions / libraries
  • Added Zip Encoding Class to the table of contents of the userguide.
  • Moved the safe mode and auth checks for the Email library into the constructor.
  • Moved part of the userguide menu javascript to an external file.
  • @@ -118,6 +119,7 @@ Change Log
  • Fixed a bug in the parser class where numeric data was ignored.
  • Fixed a bug when loading plugin files as _plugin. and not _pi.
  • Fixed a bug in the SQLite driver for PHP 4.
  • +
  • Fixed a bug in the clean_email() method of the Email class to allow for non-numeric / non-sequential array keys.
  • Fixed an example of comma-separated emails in the email library documentation.
  • Fixed an example in the Calendar library for Showing Next/Previous Month Links.
  • Fixed a typo in the database language file.
  • -- cgit v1.2.3-24-g4f1b