89e44a3ec62073acea09f0386900e66ee3008bb6
[pharext/pharext] / src / pharext_installer.php
1 <?php
2 /**
3 * The installer sub-stub for extension phars
4 */
5
6 spl_autoload_register(function($c) {
7 return include strtr($c, "\\_", "//") . ".php";
8 });
9
10 $installer = new pharext\Installer();
11 $installer->run($argc, $argv);