Skip to content

Commit

Permalink
And after much deliberation, lo, the minimum requirements were bumped…
Browse files Browse the repository at this point in the history
… to PHP 4.0.4 (released nearly two years ago) and there was much rejoicing (well maybe a little rejoicing anyway).

We may consider bumping it higher to 4.0.6 so we can use argument swapping in sprintf() to make internationalization easier... but we'll bump it if we get there.

Note, as a base line, RedHat 7.1 and up shipped with 4.0.6 or higher.  And all redhat 7.x versions have had rpm updates released to bring them up to 4.1.2 to fix security holes.


git-svn-id: http://mantisbt.svn.sourceforge.net/svnroot/mantisbt/trunk@1502 f5dc347c-c33d-0410-90a0-b07cc1902cb9
  • Loading branch information
Julian Fitzell committed Sep 17, 2002
1 parent 35d0961 commit 6e4db5d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/php_api.php
Expand Up @@ -6,7 +6,7 @@
# See the files README and LICENSE for details

# --------------------------------------------------------
# $Id: php_api.php,v 1.3 2002-09-16 10:08:14 jfitzell Exp $
# $Id: php_api.php,v 1.4 2002-09-17 20:12:29 jfitzell Exp $
# --------------------------------------------------------

###########################################################################
Expand All @@ -16,7 +16,7 @@
###########################################################################

# Constant for our minimum required PHP version
define( 'PHP_MIN_VERSION', '4.0.3' );
define( 'PHP_MIN_VERSION', '4.0.4' );

# --------------------
# Returns true if the current PHP version is higher than the one
Expand Down

0 comments on commit 6e4db5d

Please sign in to comment.