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

Added diagnostics to phalcon_call_XXX() #755

Merged
merged 1 commit into from Jul 2, 2013
Merged

Added diagnostics to phalcon_call_XXX() #755

merged 1 commit into from Jul 2, 2013

Conversation

ghost
Copy link

@ghost ghost commented Jul 2, 2013

See #745 (comment)

Note: the code is for Linux only. In theory should work for MacOS as well but I have no Mac to test.

For Mac all it will take is

-#ifdef linux 
+#if defined(linux) || defined(whatever is defined on mac)

For Windows this solution can probably be used: http://stackoverflow.com/a/5699483/1046773

@ghost
Copy link
Author

ghost commented Jul 2, 2013

Travis build is broken because of #756

phalcon pushed a commit that referenced this pull request Jul 2, 2013
Added diagnostics to phalcon_call_XXX()
@phalcon phalcon merged commit 63ad2b3 into phalcon:1.2.0 Jul 2, 2013
@ghost ghost deleted the backtrace branch July 2, 2013 10:02
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