From: Marcus Boerger Date: Fri, 25 May 2007 09:33:54 +0000 (+0000) Subject: - Fix stub file X-Git-Tag: RELEASE_1_4~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4518f741023d1c4f2f68fab7f31aafc208203224;p=php - Fix stub file --- 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