Skip to content

Make phpize set a proper build type (windows) (bug #71911) #1841

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

Closed
wants to merge 1 commit into from
Closed

Make phpize set a proper build type (windows) (bug #71911) #1841

wants to merge 1 commit into from

Conversation

y-uti
Copy link
Contributor

@y-uti y-uti commented Mar 26, 2016

The build type of an extension must correspond to that of PHP.
Phpize set a proper one automatically from PHP_DEBUG.

The build type of an extension must correspond to that of PHP.
Phpize set a proper one automatically from PHP_DEBUG.
@y-uti y-uti changed the title Make phpize set a proper build type (windows) Make phpize set a proper build type (windows) (bug #71911) Mar 29, 2016
@@ -229,7 +229,7 @@ C.Write(file_get_contents(PHP_DIR + "/script/config.phpize.js"));
// Pull in code for the base detection
modules = file_get_contents(PHP_DIR + "/script/config.w32.phpize.in");

C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', \"no\");");
C.WriteLine("ARG_ENABLE('debug', 'Compile with debugging symbols', PHP_DEBUG);");
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PHP_DEBUG is undefined at this place in configure.js

Thanks.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm sorry, It has to be quoted.
I fixed it and sent a PR from another branch, please check #1848

Thanks,

@weltling
Copy link
Contributor

PR #1848 merged. Thanks.

@weltling weltling closed this Jul 12, 2016
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