(bug 26938) "wikipedia compatible" should not be part of the license name. We already...
[lhc/web/wiklou.git] / php5.php5
1 <?php
2
3 /**
4 * Test for *.php5 capability in webserver
5 * Used by includes/templates/PHP4.php
6 */
7 if ( version_compare( phpversion(), '5.1.0' ) >= 0 ) {
8 echo 'y'.'e'.'s';
9 }