source:
trunk/w/php5.php5
@
1484
| Revision 1484, 174 bytes checked in by Xiping.Wang, 2 years ago (diff) |
|---|
| Line | |
|---|---|
| 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.0.0' ) >= 0 ) { |
| 8 | echo 'y'.'e'.'s'; |
| 9 | } |
Note: See TracBrowser
for help on using the repository browser.
