From 4518f741023d1c4f2f68fab7f31aafc208203224 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 25 May 2007 09:33:54 +0000 Subject: [PATCH] - Fix stub file --- ext/phar/phar/phar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phar/phar/phar.php b/ext/phar/phar/phar.php index 14fa6134d0..3e384b2179 100755 --- a/ext/phar/phar/phar.php +++ b/ext/phar/phar/phar.php @@ -47,4 +47,4 @@ spl_autoload_register('command_autoload'); new PharCommand($argc, $argv); -__HALT_COMPILER(); +__HALT_COMPILER(); ?> \ No newline at end of file -- 2.50.1