File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,6 +42,7 @@ PHP NEWS
42
42
- Phar:
43
43
. Fixed bug #64343 (PharData::extractTo fails for tarball created by BSD tar).
44
44
(Mike)
45
+ . Fixed bug #65467 (Call to undefined method cli_arg_typ_string). (Mike)
45
46
. Fixed bug #67761 (Phar::mapPhar fails for Phars inside a path containing
46
47
".tar"). (Mike)
47
48
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ class PharCommand extends CLICommand
397
397
*/
398
398
static function cli_arg_typ_privkey ($ arg , $ cfg , $ key )
399
399
{
400
- $ arg = self ::cli_arg_typ_string ($ arg , $ cfg , $ key );
400
+ $ arg = self ::cli_arg_typ_filecont ($ arg , $ cfg , $ key );
401
401
402
402
$ hash_avail = Phar::getSupportedSignatures ();
403
403
if ($ arg && !in_array ('OpenSSL ' , $ hash_avail ))
You can’t perform that action at this time.
0 commit comments