We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2572ae commit de4248cCopy full SHA for de4248c
src/embed/embed.c
@@ -1,5 +1,9 @@
1
#include "embed.h"
2
3
+#ifdef ZTS
4
+ZEND_TSRMLS_CACHE_DEFINE()
5
+#endif
6
+
7
// We actually use the PHP embed API to run PHP code in test
8
// At some point we might want to use our own SAPI to do that
9
void* ext_php_rs_embed_callback(int argc, char** argv, void* (*callback)(void *), void *ctx) {
0 commit comments