Skip to content

Commit 8994a5e

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: BFN Fixed Bug #65467
2 parents e148fff + a24aefa commit 8994a5e

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)