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

Build multiple php versions #525

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Apr 22, 2024

  1. Configurable build directory.

    Wnen building for multiple PHP versions at once (e.g. in Debian
    Linux distribution), we need configurable build directory, so
    that we avoid copying source code.
    ebikt committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    081e67e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b956a55 View commit details
    Browse the repository at this point in the history
  3. Allow ldconfig to be configured.

    When installing multiple php versions at once, ldconfig may fail
    when executed in parallel. This enables to configure command to
    be executed instead of ldconfig.
    ebikt committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    8856bde View commit details
    Browse the repository at this point in the history
  4. Configurable library name

    We need to distinguish phpcpp built for different php versions on same
    system, easiest way is to make different library name.
    ebikt committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    d45e387 View commit details
    Browse the repository at this point in the history