From 951f793daeb358eace97cdd0b1c321766da55d48 Mon Sep 17 00:00:00 2001 From: Meik Sievertsen Date: Tue, 18 Sep 2007 14:49:19 +0000 Subject: some fixes. :P - language authors may review their email template files... git-svn-id: file:///svn/phpbb/trunk@8092 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/docs/CHANGELOG.html | 5 +++++ phpBB/docs/INSTALL.html | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) (limited to 'phpBB/docs') diff --git a/phpBB/docs/CHANGELOG.html b/phpBB/docs/CHANGELOG.html index f2f6f56698..1f628a16a8 100644 --- a/phpBB/docs/CHANGELOG.html +++ b/phpBB/docs/CHANGELOG.html @@ -210,6 +210,11 @@ p a {
  • [Change] Added Code for cleaning the confirm table to the session garbage collection
  • [Fix] Fixed token handling in jabber class for extremely spec-compilant XMPP server (Bug #14445)
  • [Fix] Disallowed galleries from using special characters (Bug #14466)
  • +
  • [Fix] Yahoo! IM no longer supporting non-yahoo users sending messages to them over the web. Needed to use the Yahoo! uri scheme which does not work for those not having the Yahoo! IM. (Bug #14353)
  • +
  • [Change] Listing the board url within the email text instead of appending it to the subject (Bug #14378)
  • +
  • [Fix] Always display the quote button as the most accessible one - edit is always before quote (Bug #14403)
  • +
  • [Fix] Use correct dimension (width x height) in ACP (Bug #14452)
  • +
  • [Fix] Only display PM history links if there are PM's to be displayed (Bug #14484)
  • diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 62fcf8e8be..6ddb1ce4b1 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -242,7 +242,8 @@ p a {
  • Oracle
  • -
  • PHP 4.3.3 or above with support for the database you intend to use.
  • +
  • PHP 4.3.3+ (>=4.3.3, >4.4.x, >5.x.x, >6.0-dev (compatible)) with support for the database you intend to use.
  • +
  • getimagesize() function need to be enabled.
  • These optional presence of the following modules within PHP will provide access to additional features, but they are not required.