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 f8b0c2c commit 94644d3Copy full SHA for 94644d3
src/SPC/builder/extension/memcache.php
@@ -62,20 +62,6 @@ public function patchBeforeSharedConfigure(): bool
62
'export CPPFLAGS="$CPPFLAGS $INCLUDES -I$abs_srcdir/main"',
63
'export CPPFLAGS="$CPPFLAGS $INCLUDES"',
64
);
65
- // add for in-tree building
66
- FileSystem::replaceFileStr(
67
- SOURCE_PATH . '/php-src/ext/memcache/php_memcache.h',
68
- <<<'EOF'
69
-#ifndef PHP_MEMCACHE_H
70
-#define PHP_MEMCACHE_H
71
-
72
-extern zend_module_entry memcache_module_entry;
73
-#define phpext_memcache_ptr &memcache_module_entry
74
75
-#endif
76
-EOF,
77
- ''
78
- );
79
return true;
80
}
81
0 commit comments