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

Support passing custom PHP binary as optional argument to Factory #45

Merged
merged 1 commit into from
Oct 29, 2021

Conversation

clue
Copy link
Owner

@clue clue commented Oct 29, 2021

This changeset adds support for passing a custom PHP binary as an optional argument to the Factory.

// advanced usage: pass custom PHP binary to use when spawning child process
$factory = new Clue\React\SQLite\Factory(null, '/usr/bin/php6.0');

Refs #35

@clue clue added the new feature New feature or request label Oct 29, 2021
@clue clue added this to the v1.3.0 milestone Oct 29, 2021
@clue clue requested a review from SimonFrings October 29, 2021 06:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants