[Customisation Database Commits] r1075 - in /trunk/titania: compiled_install.php install.php

Nathan Guse exreaction at phpbb.com
Sat Apr 17 17:29:49 BST 2010


Author: exreaction
Date: Sat Apr 17 17:29:49 2010
New Revision: 1075

Log:
#60465 again

Modified:
    trunk/titania/compiled_install.php
    trunk/titania/install.php

Modified: trunk/titania/compiled_install.php
==============================================================================
*** trunk/titania/compiled_install.php (original)
--- trunk/titania/compiled_install.php Sat Apr 17 17:29:49 2010
***************
*** 26,32 ****
  // Just to be on the safe side, add a php version check.
  if (version_compare(PHP_VERSION, '5.3.0') < 0)
  {
! 	die('You are running an unsupported PHP version. Please upgrade to PHP 5.2.0 or higher before trying to install Titania');
  }
  
  if (!file_exists(PHPBB_ROOT_PATH . 'umil/umil_auto.' . PHP_EXT))
--- 26,32 ----
  // Just to be on the safe side, add a php version check.
  if (version_compare(PHP_VERSION, '5.3.0') < 0)
  {
! 	die('You are running an unsupported PHP version. Please upgrade to PHP 5.3.0 or higher before trying to install Titania');
  }
  
  if (!file_exists(PHPBB_ROOT_PATH . 'umil/umil_auto.' . PHP_EXT))

Modified: trunk/titania/install.php
==============================================================================
*** trunk/titania/install.php (original)
--- trunk/titania/install.php Sat Apr 17 17:29:49 2010
***************
*** 24,30 ****
  // Just to be on the safe side, add a php version check.
  if (version_compare(PHP_VERSION, '5.3.0') < 0)
  {
! 	die('You are running an unsupported PHP version. Please upgrade to PHP 5.2.0 or higher before trying to install Titania');
  }
  
  if (!file_exists(PHPBB_ROOT_PATH . 'umil/umil_auto.' . PHP_EXT))
--- 24,30 ----
  // Just to be on the safe side, add a php version check.
  if (version_compare(PHP_VERSION, '5.3.0') < 0)
  {
! 	die('You are running an unsupported PHP version. Please upgrade to PHP 5.3.0 or higher before trying to install Titania');
  }
  
  if (!file_exists(PHPBB_ROOT_PATH . 'umil/umil_auto.' . PHP_EXT))




More information about the customisationdb-commits mailing list