Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions docs/platforms/php/common/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 0 additions & 10 deletions docs/platforms/php/guides/laravel/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 0 additions & 10 deletions docs/platforms/php/guides/symfony/profiling/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 0 additions & 6 deletions docs/platforms/php/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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).

</OnboardingOption>
Expand Down
Loading