Edit report at http://bugs.php.net/bug.php?id=50578&edit=1
ID: 50578 Updated by: paj...@php.net Reported by: Fedora at FamilleCollet dot com Summary: incorrect shebang in phar.phar Status: Assigned Type: Bug Package: PHAR related Operating System: Linux (Fedora 12) PHP Version: 5.3.2RC1 -Assigned To: cellog +Assigned To: dufuz New Comment: Please take a look at this patch and let us know if it works. It would rock if it can make it in the next release. Previous Comments: ------------------------------------------------------------------------ [2010-03-04 22:30:55] Fedora at famillecollet dot com Same issue with 5.3.2 finale. ------------------------------------------------------------------------ [2010-02-12 14:19:44] Fedora at famillecollet dot com Same issue with PHP 5.3.2RC2 ------------------------------------------------------------------------ [2009-12-26 12:28:34] Fedora at FamilleCollet dot com Trivial which fix the issue : http://remi.fedorapeople.org/php-5.3.2-phar.patch ------------------------------------------------------------------------ [2009-12-26 12:26:46] Fedora at FamilleCollet dot com Description: ------------ default PHP_PHARCMD_BANG is PHP_EXCUTABLE which is relative to top_builddir. This result to a php.phar which include a bad path to php. Until PHP 5.3.1, PHP_EXCUTABLE was not set (by default) on Makefile, so all works fine With 5.3.2RC1, PHP_EXCUTABLE is set to $(top_builddir)/$(SAPI_CLI_PATH) ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=50578&edit=1