Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove php7 dir #75

Merged
merged 2 commits into from
May 15, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config.m4
Original file line number Diff line number Diff line change
@@ -85,7 +85,7 @@ if test "$PHP_SOLR" != "no"; then
subdir=src/php5
AC_MSG_RESULT([PHP 5])
],[
subdir=src/php7
subdir=src
AC_MSG_RESULT([PHP 7])
])

2 changes: 1 addition & 1 deletion config.w32
Original file line number Diff line number Diff line change
@@ -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 ' +
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Loading