Skip to content

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Oct 30, 2020

JIT ignores that the zend_write callback is overwritten, so we define
our own callback and caller.

We also fix the "inconsistent DLL binding" warnings on Windows, by
introducing ZEND_TEST_API.


/cc @dstogov @nikic

JIT ignores that the `zend_write` callback is overwritten, so we define
our own callback and caller.

We also fix the "inconsistent DLL binding" warnings on Windows, by
introducing `ZEND_TEST_API`.
@nikic
Copy link
Member

nikic commented Oct 30, 2020

/home/travis/build/php/php-src/ext/zend_test/test.c: In function ‘bug79177’:
/home/travis/build/php/php-src/ext/zend_test/test.c:343:7: error: unused variable ‘dummy’ [-Werror=unused-variable]
int *dummy = bug79177_cb();

@php-pulls php-pulls closed this in 0427dcb Oct 30, 2020
@cmb69 cmb69 deleted the cmb/bug79177phpt branch October 30, 2020 14:51
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