mirror of
https://github.com/php/php-src.git
synced 2025-01-09 12:34:14 +08:00
6 lines
146 B
PHP
6 lines
146 B
PHP
<?php
|
|
if (version_compare(PHP_VERSION, '5.9.9', '>') == 1) {
|
|
die('skip Not functional with PHP 6 (fomerly PHP 6 && unicode.semantics=On)');
|
|
}
|
|
?>
|