Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d62f232

Browse filesBrowse files
Deuchnorddunglas
authored andcommitted
Added a warning about the unzip command (symfony#120)
* Added a warning about the `unzip` command (closes symfony#54) * Rewording to make the warning easier to find with the search engines * Clarifying the warning about the `unzip` command (concerns the *nix systems only) * Fixed missing backtick
1 parent 4d647a4 commit d62f232
Copy full SHA for d62f232

File tree

1 file changed

+3
-0
lines changed
Filter options

1 file changed

+3
-0
lines changed

‎README.md

Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@ Use [Composer](https://getcomposer.org/) to install Panther in your project. You
3030

3131
composer req --dev symfony/panther
3232

33+
**Warning:** On \*nix systems, the `unzip` command must be installed or you will encounter an error similar to `RuntimeException: sh: 1: exec: /app/vendor/symfony/panther/src/ProcessManager/../../chromedriver-bin/chromedriver_linux64: Permission denied` (or `chromedriver_linux64: not found`).
34+
The underlying reason is that PHP's `ZipArchive` doesn't preserve UNIX executable permissions.
35+
3336
## Basic Usage
3437

3538
```php

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.