Skip to content

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
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