Skip to content

Commit 5b377d8

Browse files
authored
Migrate extension sources from pecl to pie (#1218)
2 parents 59584de + bb1119c commit 5b377d8

93 files changed

Lines changed: 464 additions & 238 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

config/pkg/ext/ext-amqp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ext-amqp:
22
type: php-extension
33
artifact:
44
source:
5-
type: pecl
6-
name: amqp
5+
type: pie
6+
repo: php-amqp/php-amqp
77
metadata:
88
license-files: [LICENSE]
99
license: PHP-3.01

config/pkg/ext/ext-apcu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ext-apcu:
22
type: php-extension
33
artifact:
44
source:
5-
type: pecl
6-
name: APCu
5+
type: pie
6+
repo: apcu/apcu
77
metadata:
88
license-files: [LICENSE]
99
license: PHP-3.01

config/pkg/ext/ext-ast.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ext-ast:
22
type: php-extension
33
artifact:
44
source:
5-
type: pecl
6-
name: ast
5+
type: pie
6+
repo: nikic/php-ast
77
metadata:
88
license-files: [LICENSE]
99
license: BSD-3-Clause

config/pkg/ext/ext-brotli.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ ext-brotli:
44
source:
55
type: ghtagtar
66
repo: kjdev/php-ext-brotli
7-
extract: php-src/ext/brotli
87
metadata:
98
license-files: [LICENSE]
109
license: MIT

config/pkg/ext/ext-clickhouse.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ ext-clickhouse:
44
source:
55
type: ghtar
66
repo: iliaal/php_clickhouse
7-
extract: php-src/ext/clickhouse
87
prefer-stable: true
98
metadata:
109
license-files: [LICENSE]

config/pkg/ext/ext-decimal.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ext-decimal:
55
type: ghtagtar
66
repo: php-decimal/ext-decimal
77
match: 'v2\.\d.*'
8-
extract: php-src/ext/decimal
98
metadata:
109
license-files: [LICENSE]
1110
license: MIT

config/pkg/ext/ext-deepclone.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ ext-deepclone:
44
source:
55
type: ghtagtar
66
repo: symfony/php-ext-deepclone
7-
extract: php-src/ext/deepclone
87
metadata:
98
license-files: [LICENSE]
109
license: PHP-3.01

config/pkg/ext/ext-dio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ext-dio:
22
type: php-extension
33
artifact:
44
source:
5-
type: pecl
6-
name: dio
5+
type: pie
6+
repo: pecl/dio
77
metadata:
88
license-files: [LICENSE]
99
license: PHP-3.01

config/pkg/ext/ext-ds.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ ext-ds:
55
type: git
66
url: 'https://github.com/php-ds/ext-ds.git'
77
rev: master
8-
extract: php-src/ext/ds
98
metadata:
109
license-files: [LICENSE]
1110
license: MIT

config/pkg/ext/ext-ev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ ext-ev:
22
type: php-extension
33
artifact:
44
source:
5-
type: pecl
6-
name: ev
5+
type: pie
6+
repo: osmanov/pecl-ev
77
metadata:
88
license-files: [LICENSE]
99
license: PHP-3.01

0 commit comments

Comments
 (0)