php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #62649 phar.phar.bat missing quotes
Submitted: 2012-07-24 08:53 UTC Modified: 2013-06-16 22:56 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: mlocati at gmail dot com Assigned: stas (profile)
Status: Closed Package: PHAR related
PHP Version: 5.3.15 OS: Windows 7 64 bit
Private report: No CVE-ID: None
 [2012-07-24 08:53 UTC] mlocati at gmail dot com
Description:
------------
phar.phar.bat is missing double quotes:
instead of
%~dp0php.exe %~dp0pharcommand.phar %*
we should have
"%~dp0php.exe" "%~dp0pharcommand.phar" %*


Patches

Add a Patch

Pull Requests

Pull requests:

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2013-06-16 22:56 UTC] stas@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: stas
 [2013-06-16 22:56 UTC] stas@php.net
The fix for this bug has been committed.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.

 For Windows:

http://windows.php.net/snapshots/
 
Thank you for the report, and for helping us make PHP better.

Looks like dsp already merged it.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 23 17:01:31 2024 UTC