diff --git a/docs/platforms/php/common/profiling/index.mdx b/docs/platforms/php/common/profiling/index.mdx index 541e7af2b1854c..ecf6244ae58939 100644 --- a/docs/platforms/php/common/profiling/index.mdx +++ b/docs/platforms/php/common/profiling/index.mdx @@ -43,16 +43,6 @@ pecl install excimer See https://pecl.php.net/package/excimer for more information. -### FrankenPHP and PHP ZTS - -If you're using FrankenPHP or another PHP ZTS build, Excimer `1.2.5` currently doesn't produce any profiling samples. Use Excimer `1.2.3` instead: - -```bash -pecl install excimer-1.2.3 -``` - -If you build from source, check out tag `1.2.3` before running `phpize`. - ### Build from source ```bash diff --git a/docs/platforms/php/guides/laravel/profiling/index.mdx b/docs/platforms/php/guides/laravel/profiling/index.mdx index 4499ed4bb5fca7..e0afb1e2b3f75d 100644 --- a/docs/platforms/php/guides/laravel/profiling/index.mdx +++ b/docs/platforms/php/guides/laravel/profiling/index.mdx @@ -43,16 +43,6 @@ pecl install excimer See https://pecl.php.net/package/excimer for more information. -### FrankenPHP and PHP ZTS - -If you're using FrankenPHP or another PHP ZTS build, Excimer `1.2.5` currently doesn't produce any profiling samples. Use Excimer `1.2.3` instead: - -```bash -pecl install excimer-1.2.3 -``` - -If you build from source, check out tag `1.2.3` before running `phpize`. - ### Build From Source ```bash diff --git a/docs/platforms/php/guides/symfony/profiling/index.mdx b/docs/platforms/php/guides/symfony/profiling/index.mdx index 12020307f0078f..a4d47af57da9e5 100644 --- a/docs/platforms/php/guides/symfony/profiling/index.mdx +++ b/docs/platforms/php/guides/symfony/profiling/index.mdx @@ -43,16 +43,6 @@ pecl install excimer See https://pecl.php.net/package/excimer for more information. -### FrankenPHP and PHP ZTS - -If you're using FrankenPHP or another PHP ZTS build, Excimer `1.2.5` currently doesn't produce any profiling samples. Use Excimer `1.2.3` instead: - -```bash -pecl install excimer-1.2.3 -``` - -If you build from source, check out tag `1.2.3` before running `phpize`. - ### Build From Source ```bash diff --git a/docs/platforms/php/index.mdx b/docs/platforms/php/index.mdx index 63ddc664ace111..0f3b26e707255d 100644 --- a/docs/platforms/php/index.mdx +++ b/docs/platforms/php/index.mdx @@ -46,12 +46,6 @@ To use Profiling, you'll also need to install the Excimer extension via PECL: pecl install excimer ``` -If you're using FrankenPHP or another PHP ZTS build, install `excimer-1.2.3` instead, because Excimer `1.2.5` currently doesn't produce any profiling samples: - -```bash -pecl install excimer-1.2.3 -``` - The Excimer PHP extension supports PHP 7.2 and up. Excimer requires Linux or macOS and doesn't support Windows. For additional ways to install Excimer, [see docs](/platforms/php/profiling/#installation).