X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=bin%2Fpecl%2Bsig;fp=bin%2Fpecl%2Bsig;h=85bc2b5720c003c8dd6c56ab1c61d2b7715795de;hb=89b75ec21049892736dbcf101b453cf2c69bb236;hp=dd3de50e7ef534598c06798e1e26d0e0524ba911;hpb=aa48e623ff4acff591bfe1af3286fc742ffb09e1;p=pharext%2Freplicator.pharext.org diff --git a/bin/pecl+sig b/bin/pecl+sig index dd3de50..85bc2b5 100755 --- a/bin/pecl+sig +++ b/bin/pecl+sig @@ -31,6 +31,7 @@ function sign($pkg, $ext) { } function info($pkg, $dir) { + $pkg = strtolower($pkg); $inf = file_get_contents("https://pecl.php.net/rest/p/$pkg/info.xml"); if ($inf) { file_put_contents("$dir/info.xml", $inf);