Skip to content

Commit 0bab5f7

Browse files
authored
Merge pull request #507 from asgrim/remove-xdebug-from-pre-packaged-binary-docs
Removed xdebug from pre-packaged-binary example docs to avoid confusion
2 parents 0196438 + 75ed282 commit 0bab5f7

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

docs/extension-maintainers.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ conventions:
278278

279279
The replacements are:
280280

281-
* `{ExtensionName}` the name of your extension, e.g. `xdebug` (hint: this
281+
* `{ExtensionName}` the name of your extension, e.g. `yourext` (hint: this
282282
is not your Composer package name!)
283283
* `{PhpVersion}` the major and minor version of PHP, e.g. `8.5`
284284
* `{Version}` the version of your extension, e.g. `1.20.1`
@@ -297,18 +297,18 @@ The replacements are:
297297
298298
Some examples of valid asset names:
299299

300-
* `php_xdebug-4.1_php8.4-x86_64-linux-glibc.zip` (or `php_xdebug-4.1_php8.4-x86_64-glibc-nts.zip`)
301-
* `php_xdebug-4.1_php8.4-x86_64-linux-musl.zip` (or `php_xdebug-4.1_php8.4-x86_64-musl-nts.zip`)
302-
* `php_xdebug-4.1_php8.4-arm64-linux-glibc.zip` (or `php_xdebug-4.1_php8.4-arm64-glibc-nts.zip`)
303-
* `php_xdebug-4.1_php8.4-arm64-linux-musl.zip` (or `php_xdebug-4.1_php8.4-arm64-musl-nts.zip`)
304-
* `php_xdebug-4.1_php8.4-x86_64-linux-glibc-zts.zip`
305-
* `php_xdebug-4.1_php8.4-x86_64-linux-musl-zts.zip`
306-
* `php_xdebug-4.1_php8.4-arm64-linux-glibc-zts.zip`
307-
* `php_xdebug-4.1_php8.4-arm64-linux-musl-zts.zip`
308-
* `php_xdebug-4.1_php8.4-x86_64-linux-glibc-debug.zip`
309-
* `php_xdebug-4.1_php8.4-x86_64-linux-musl-debug.zip`
310-
* `php_xdebug-4.1_php8.4-arm64-linux-glibc-debug.zip`
311-
* `php_xdebug-4.1_php8.4-arm64-linux-musl-debug.zip`
300+
* `php_yourext-4.1_php8.4-x86_64-linux-glibc.zip` (or `php_yourext-4.1_php8.4-x86_64-glibc-nts.zip`)
301+
* `php_yourext-4.1_php8.4-x86_64-linux-musl.zip` (or `php_yourext-4.1_php8.4-x86_64-musl-nts.zip`)
302+
* `php_yourext-4.1_php8.4-arm64-linux-glibc.zip` (or `php_yourext-4.1_php8.4-arm64-glibc-nts.zip`)
303+
* `php_yourext-4.1_php8.4-arm64-linux-musl.zip` (or `php_yourext-4.1_php8.4-arm64-musl-nts.zip`)
304+
* `php_yourext-4.1_php8.4-x86_64-linux-glibc-zts.zip`
305+
* `php_yourext-4.1_php8.4-x86_64-linux-musl-zts.zip`
306+
* `php_yourext-4.1_php8.4-arm64-linux-glibc-zts.zip`
307+
* `php_yourext-4.1_php8.4-arm64-linux-musl-zts.zip`
308+
* `php_yourext-4.1_php8.4-x86_64-linux-glibc-debug.zip`
309+
* `php_yourext-4.1_php8.4-x86_64-linux-musl-debug.zip`
310+
* `php_yourext-4.1_php8.4-arm64-linux-glibc-debug.zip`
311+
* `php_yourext-4.1_php8.4-arm64-linux-musl-debug.zip`
312312

313313
It is recommended that `pre-packaged-binary` is combined with `composer-default`
314314
as a fallback mechanism, if a particular combination is supported, but not

0 commit comments

Comments
 (0)