fae6352bf2
Removed PHP_Compat, and references to it. Removed ionCube/Zend/mmCache compatibility checks in test.php script. Changed minimum PHP requirement to 5.0 in test.php script.
7 lines
153 B
PHP
7 lines
153 B
PHP
<?php
|
|
if ($skipmsg) {
|
|
$a = &new $ec($code, $mode, $options, $userinfo);
|
|
} else {
|
|
$a = &new $ec($message, $code, $mode, $options, $userinfo);
|
|
}
|
|
?>
|