diff --git a/config/ext.json b/config/ext.json index c6054abf..baa8596c 100644 --- a/config/ext.json +++ b/config/ext.json @@ -432,6 +432,19 @@ "type": "builtin", "arg-type-unix": "custom" }, + "openssl": { + "notes": true, + "type": "builtin", + "arg-type": "custom", + "arg-type-windows": "with", + "lib-depends": [ + "openssl", + "zlib" + ], + "ext-depends": [ + "zlib" + ] + }, "opentelemetry": { "notes": true, "support": { @@ -447,19 +460,6 @@ ], "type": "external" }, - "openssl": { - "notes": true, - "type": "builtin", - "arg-type": "custom", - "arg-type-windows": "with", - "lib-depends": [ - "openssl", - "zlib" - ], - "ext-depends": [ - "zlib" - ] - }, "parallel": { "support": { "BSD": "wip" diff --git a/config/source.json b/config/source.json index ac1570f0..b97ab139 100644 --- a/config/source.json +++ b/config/source.json @@ -667,16 +667,6 @@ "path": "COPYING" } }, - "opentelemetry": { - "type": "url", - "url": "https://pecl.php.net/get/opentelemetry", - "path": "php-src/ext/opentelemetry", - "filename": "opentelemetry.tgz", - "license": { - "type": "file", - "path": "LICENSE" - } - }, "openssl": { "type": "ghrel", "repo": "openssl/openssl", @@ -693,6 +683,16 @@ "path": "LICENSE.txt" } }, + "opentelemetry": { + "type": "url", + "url": "https://pecl.php.net/get/opentelemetry", + "path": "php-src/ext/opentelemetry", + "filename": "opentelemetry.tgz", + "license": { + "type": "file", + "path": "LICENSE" + } + }, "parallel": { "type": "url", "url": "https://pecl.php.net/get/parallel",