We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f8fd9 commit 6a1cbc3Copy full SHA for 6a1cbc3
_example.php
@@ -1,7 +1,7 @@
1
<?php
2
3
-if(!defined("PHP_VERSION_ID") || PHP_VERSION_ID < 50408 || !extension_loaded('openssl') || !extension_loaded('curl')) {
4
- die("You need at least PHP 5.4.8 with OpenSSL and curl extension\n");
+if(!defined("PHP_VERSION_ID") || PHP_VERSION_ID < 50300 || !extension_loaded('openssl') || !extension_loaded('curl')) {
+ die("You need at least PHP 5.3.0 with OpenSSL and curl extension\n");
5
}
6
require 'Lescript.php';
7
0 commit comments