From afb43b7110da4212b2910efaaea15d7429017dc3 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Wed, 30 May 2007 17:13:17 +0000 Subject: [PATCH] - Need to readd this but do it as a echo --- ext/phar/build_precommand.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/phar/build_precommand.php b/ext/phar/build_precommand.php index c935230898..8904afdf05 100755 --- a/ext/phar/build_precommand.php +++ b/ext/phar/build_precommand.php @@ -55,4 +55,6 @@ foreach($classes as $name) echo "\n}\n\n"; } +echo 'new PharCommand($argc, $argv);'."\n"; + ?> -- 2.50.1