Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing with PECL does not install phptrace CLI #83

Open
GuyPaddock opened this issue Apr 9, 2017 · 1 comment
Open

Installing with PECL does not install phptrace CLI #83

GuyPaddock opened this issue Apr 9, 2017 · 1 comment

Comments

@GuyPaddock
Copy link

GuyPaddock commented Apr 9, 2017

The documentation mentions that PECL is a way to install this, but doesn't mention that if you install the extension through PECL you still need to:

  1. Download the corresponding release from GitHub.
  2. Unpack the tarball.
  3. Run phpize from the extension/ folder to generate the Makefile.
  4. Run make cli to build the CLI binary.
  5. Install the CLI with sudo make install-cli.

In some respects, this defeats the purpose of using PECL for the install.

@michaeljoseph
Copy link

@GuyPaddock adding these instructions to the README would be step in the right direction at least- keen to PR these changes?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants