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 fd3e4c5 commit 3c33716Copy full SHA for 3c33716
config.w32
@@ -91,7 +91,7 @@ if(PHP_SOLR != 'no')
91
/* XXX tricky job here, override configure_module_dirname, define the basic extension,
92
then set it back*/
93
var old_conf_dir = configure_module_dirname;
94
- configure_module_dirname = configure_module_dirname + "\\src\\php7";
+ configure_module_dirname = configure_module_dirname + "\\src";
95
96
EXTENSION('solr',
97
'php_solr.c php_solr_client.c php_solr_document.c php_solr_exception.c ' +
0 commit comments