Skip to content

Commit

Permalink
remove php7 folder: config.w32
Browse files Browse the repository at this point in the history
  • Loading branch information
omars44 committed May 15, 2024
1 parent fd3e4c5 commit 3c33716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.w32
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ if(PHP_SOLR != 'no')
/* XXX tricky job here, override configure_module_dirname, define the basic extension,
then set it back*/
var old_conf_dir = configure_module_dirname;
configure_module_dirname = configure_module_dirname + "\\src\\php7";
configure_module_dirname = configure_module_dirname + "\\src";

EXTENSION('solr',
'php_solr.c php_solr_client.c php_solr_document.c php_solr_exception.c ' +
Expand Down

0 comments on commit 3c33716

Please sign in to comment.