diff --git a/config/ext.json b/config/ext.json index b52076c2..6dd0b719 100644 --- a/config/ext.json +++ b/config/ext.json @@ -187,11 +187,6 @@ "icu" ] }, - "parallel": { - "type": "external", - "source": "parallel", - "arg-type-windows": "with" - }, "ldap": { "type": "builtin", "arg-type": "with-prefix", @@ -285,6 +280,11 @@ "zlib" ] }, + "parallel": { + "type": "external", + "source": "parallel", + "arg-type-windows": "with" + }, "password-argon2": { "type": "builtin", "arg-type": "with-prefix", diff --git a/config/source.json b/config/source.json index 595389bc..4e4f62db 100644 --- a/config/source.json +++ b/config/source.json @@ -479,16 +479,6 @@ "path": "LICENSE" } }, - "parallel": { - "type": "url", - "url": "https://pecl.php.net/get/parallel", - "path": "php-src/ext/parallel", - "filename": "parallel.tgz", - "license": { - "type": "file", - "path": "LICENSE" - } - }, "ncurses": { "type": "filelist", "url": "https://ftp.gnu.org/pub/gnu/ncurses/", @@ -525,6 +515,16 @@ "path": "LICENSE.txt" } }, + "parallel": { + "type": "url", + "url": "https://pecl.php.net/get/parallel", + "path": "php-src/ext/parallel", + "filename": "parallel.tgz", + "license": { + "type": "file", + "path": "LICENSE" + } + }, "pdo_sqlsrv": { "type": "url", "url": "https://pecl.php.net/get/pdo_sqlsrv",