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

Use "php-config" instead of "php" to get extension_dir path #117

Merged

Conversation

hnw
Copy link
Contributor

@hnw hnw commented Mar 25, 2013

To create xdebug.ini, current xdebug.sh requires "php" command to get extension_dir. However, we can't always have "php". For example, when building php-fpm only, there's no "php". "php-config" is much better for this purpose, which is installed with all SAPI.

@CHH
Copy link
Member

CHH commented Mar 25, 2013

Cool, thanks!

CHH added a commit that referenced this pull request Mar 25, 2013
…ebug-ini

Use "php-config" instead of "php" to get extension_dir path
@CHH CHH merged commit 6c150b4 into php-build:master Mar 25, 2013
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

Successfully merging this pull request may close these issues.

2 participants