Skip to content

Commit

Permalink
Merge pull request phalcon#14 from racklin/enhancement/install
Browse files Browse the repository at this point in the history
Added install action to zephir .
  • Loading branch information
sjinks committed Oct 9, 2013
2 parents 232cfec + 8e17a3d commit a4cc448
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Library/Compiler.php
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,9 @@ public static function boot()
$c->compile($config, $logger);
$c->install($config, $logger);
break;
case 'install':
$c->install($config , $logger);
break;
case 'version':
echo self::VERSION, PHP_EOL;
break;
Expand Down

0 comments on commit a4cc448

Please sign in to comment.