Skip to content

Commit

Permalink
Removing removal of executation time limit in CI depends script.
Browse files Browse the repository at this point in the history
This script is supposed to be handeled by the CLI SAPI in which by
default there is no limit on the execution time.

Please see:
http://php.net/manual/en/info.configuration.php#ini.max-execution-time
  • Loading branch information
mariuswilms authored and nateabele committed May 24, 2012
1 parent c210573 commit e248498
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/ci_depends.php
@@ -1,8 +1,6 @@
#!/usr/bin/env php
<?php

set_time_limit(0);

$installer = new PhpExtensions();

if (isset($argv[1]) && 'APC' === strtoupper($argv[1])) {
Expand Down

0 comments on commit e248498

Please sign in to comment.