projects
/
pharext
/
replicator.pharext.org
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
|
github
raw
|
patch
| inline |
side by side
(parent:
f6f38e6
)
damn mixed case packages
author
Michael Wallner
<root@s201809.m6w6.name>
Thu, 14 Jan 2021 08:16:26 +0000
(09:16 +0100)
committer
Michael Wallner
<root@s201809.m6w6.name>
Thu, 14 Jan 2021 08:16:26 +0000
(09:16 +0100)
bin/pecl+sig
patch
|
blob
|
history
diff --git
a/bin/pecl+sig
b/bin/pecl+sig
index 17ed73b1058f02c3d9bd61b52ebafa50b4557262..02c3d1589168a54230e432390b9d097d12a7f6c9 100755
(executable)
--- a/
bin/pecl+sig
+++ b/
bin/pecl+sig
@@
-86,7
+86,7
@@
if (($sxe = simplexml_load_file("https://pecl.php.net/feeds/$what.rss"))) {
list($pkg, $ver) = explode(" ", (string) $item->title);
$url = sprintf("https://pecl.php.net/get/%s/%s", $pkg, $ver);
$skp = sprintf("%s/../skip/%s/%s", __DIR__, $pkg, $ver);
- $ext = sprintf("%s/../public/phars/%s/%s-%s.ext.phar", __DIR__, $pkg,
strtolower($pkg)
, $ver);
+ $ext = sprintf("%s/../public/phars/%s/%s-%s.ext.phar", __DIR__, $pkg,
$pkg
, $ver);
$dir = dirname($ext);
if (!is_file($skp) && !is_file($ext)) {