diff --git a/VERSION b/VERSION index 8ca5673..efd084b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -v0.0.91 +v0.0.92 diff --git a/install.php b/install.php index c6a287d..cf59dac 100644 --- a/install.php +++ b/install.php @@ -1,4 +1,5 @@ [] if ($argc < 2) { die("Usage: php install.php []\n"); @@ -19,7 +20,7 @@ // Configure PHP Settings - increase execution time and memory limit ini_set('max_execution_time', '600'); // 10 minutes set_time_limit(600); // 10 minutes -ini_set('memory_limit', '1024M'); +ini_set('memory_limit', '2G'); // Check if required commands are available