summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Beaver <cellog@php.net>2007-11-23 04:54:59 +0000
committerGreg Beaver <cellog@php.net>2007-11-23 04:54:59 +0000
commite6f176d177d39c4464de2a51e435079ec738edb6 (patch)
tree3906493661282bb88eb4aaa3fa2033b04cf0f387
parentd26e1e4e8aeb4fa52a431257394b522ba2d7ada0 (diff)
downloadphp-git-e6f176d177d39c4464de2a51e435079ec738edb6.tar.gz
make phar.phar work with the default location of php, /usr/local/bin/php
-rwxr-xr-xext/phar/phar.pharbin14155 -> 14161 bytes
-rwxr-xr-xext/phar/phar/phar.php2
2 files changed, 1 insertions, 1 deletions
diff --git a/ext/phar/phar.phar b/ext/phar/phar.phar
index 6a60d65d86..e4f59f685c 100755
--- a/ext/phar/phar.phar
+++ b/ext/phar/phar.phar
Binary files differ
diff --git a/ext/phar/phar/phar.php b/ext/phar/phar/phar.php
index 93a938842c..68a437b206 100755
--- a/ext/phar/phar/phar.php
+++ b/ext/phar/phar/phar.php
@@ -1,4 +1,4 @@
-#!/usr/bin/php
+#!/usr/local/bin/php
<?php
/** @file phar.php