You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added a warning about the unzip command (symfony#120)
* Added a warning about the `unzip` command (closessymfony#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
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,9 @@ Use [Composer](https://getcomposer.org/) to install Panther in your project. You
30
30
31
31
composer req --dev symfony/panther
32
32
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.
0 commit comments