swoole v6 : fix multiple definition of _tsrm_ls_cache on swoole-cli #5368
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
swoole v6 : fix multiple definition of _tsrm_ls_cache on swoole-cli
/usr/bin/ld: Zend/zend.o:(.tbss+0x0): multiple definition of `_tsrm_ls_cache'; ext/swoole/ext-src/swoole_thread.o:(.tbss+0x0): first defined here
reference :
https://github.com/php/php-src/blob/master/TSRM/TSRM.h#L179
https://github.com/php/php-src/blob/d1f14a46095571b1b6363fa7f83c6a681d1d02de/TSRM/TSRM.h#L183
https://github.com/php/php-src/blob/5a03ff4f6cb6db91ed3d393a31927065808ca991/TSRM/TSRM.h#L181
https://github.com/php/php-src/blob/d1f14a46095571b1b6363fa7f83c6a681d1d02de/TSRM/TSRM.h#L178
https://github.com/search?q=repo%3Aphp%2Fphp-src+TSRMLS_CACHE_DEFINE()&type=code&p=1