Skip to content

Commit

Permalink
Merge pull request #70 from mickverm/windows-usage-documentation-error
Browse files Browse the repository at this point in the history
Fixed error in documentation regarding using PIE to install an extension for a different php version
  • Loading branch information
asgrim authored Oct 15, 2024
2 parents 8566c5a + 91f8250 commit eaf77ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ On Windows, you may provide a path to the `php` executable itself using the
to run PIE, but we want to download the extension for PHP 8.3:

```shell
> C:\php-8.3.6\php.exe C:\pie.phar install --with-php-path=C:\php-8.1.7\php.exe example/example-pie-extension
> C:\php-8.1.7\php.exe C:\pie.phar install --with-php-path=C:\php-8.3.6\php.exe example/example-pie-extension
```

### Version constraints and stability
Expand Down

0 comments on commit eaf77ea

Please sign in to comment.