Skip to content

Commit 3c22449

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: Fixed Bug #65467
2 parents 64d9c98 + 6de25c1 commit 3c22449

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/phar/phar/pharcommand.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ class PharCommand extends CLICommand
397397
*/
398398
static function cli_arg_typ_privkey($arg, $cfg, $key)
399399
{
400-
$arg = self::cli_arg_typ_string($arg, $cfg, $key);
400+
$arg = self::cli_arg_typ_filecont($arg, $cfg, $key);
401401

402402
$hash_avail = Phar::getSupportedSignatures();
403403
if ($arg && !in_array('OpenSSL', $hash_avail))

0 commit comments

Comments
 (0)