summaryrefslogtreecommitdiff
path: root/php5.php5
diff options
context:
space:
mode:
Diffstat (limited to 'php5.php5')
-rw-r--r--php5.php52
1 files changed, 1 insertions, 1 deletions
diff --git a/php5.php5 b/php5.php5
index 44f51133..51e077f0 100644
--- a/php5.php5
+++ b/php5.php5
@@ -4,6 +4,6 @@
* Test for *.php5 capability in webserver
* Used by includes/templates/PHP4.php
*/
-if ( version_compare( phpversion(), '5.0.0' ) >= 0 ) {
+if ( version_compare( phpversion(), '5.1.0' ) >= 0 ) {
echo 'y'.'e'.'s';
}