-
-
Notifications
You must be signed in to change notification settings - Fork 466
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
Detect debug when building #1520
Labels
Comments
if (PHP_DEBUG) {
// ...
}
|
sergeyklay
added a commit
that referenced
this issue
Nov 15, 2018
sergeyklay
added a commit
that referenced
this issue
Nov 15, 2018
sergeyklay
added a commit
that referenced
this issue
Nov 15, 2018
sergeyklay
added a commit
that referenced
this issue
Nov 15, 2018
This was referenced Nov 15, 2018
Implemented in the 0.11.x branch |
sergeyklay
added a commit
that referenced
this issue
Nov 17, 2018
sergeyklay
added a commit
that referenced
this issue
Nov 17, 2018
sergeyklay
added a commit
that referenced
this issue
Nov 18, 2018
sergeyklay
added a commit
that referenced
this issue
Nov 18, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have a small idea, sometimes i forgot to write builddev when i need to, how about:
zephir build
will always build extension with debug symbols(justzephir builddev
)zephir buildprod
so someone can build extension without debug symbols anywayThe text was updated successfully, but these errors were encountered: