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

Fixed bug #985: The current Git head does not compile anymore for Windows #84

Closed
wants to merge 1 commit into from

Conversation

patrickallaert
Copy link
Contributor

Tentatively fixes: http://bugs.xdebug.org/view.php?id=985 (untested)

@@ -90,7 +90,7 @@
int xdebug_is_output_tty();
#endif

extern ZEND_API void (*xdebug_external_error_cb)(int type, const char *error_filename, const uint error_lineno, const char *format, va_list args) ZEND_ATTRIBUTE_PTR_FORMAT(printf, 4, 0);
void (*xdebug_external_error_cb)(int type, const char *error_filename, const uint error_lineno, const char *format, va_list args);
Copy link
Contributor

Choose a reason for hiding this comment

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

Wouldn't this be better in xdebug_private.h perhaps?

@Jan-E
Copy link
Contributor

Jan-E commented Oct 13, 2013

This introduced memory corruption. See my notes at http://bugs.xdebug.org/view.php?id=985

@derickr
Copy link
Contributor

derickr commented May 20, 2014

I am closing this. I did remove the code so it also should no longer cause issues. @Jan-E — I would appreciate it if you could confirm my statement on this.

@derickr derickr closed this May 20, 2014
@Jan-E
Copy link
Contributor

Jan-E commented May 21, 2014

Confirmed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants