Skip to content

Commit e35ee29

Browse files
authored
Merge pull request #75 from php/remove-php7-dir
remove php7 dir
2 parents 3d9cbbe + 3c33716 commit e35ee29

30 files changed

+2
-2
lines changed

config.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ if test "$PHP_SOLR" != "no"; then
9494
subdir=src/php5
9595
AC_MSG_RESULT([PHP 5])
9696
],[
97-
subdir=src/php7
97+
subdir=src
9898
AC_MSG_RESULT([PHP 7])
9999
])
100100

config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ if(PHP_SOLR != 'no')
9191
/* XXX tricky job here, override configure_module_dirname, define the basic extension,
9292
then set it back*/
9393
var old_conf_dir = configure_module_dirname;
94-
configure_module_dirname = configure_module_dirname + "\\src\\php7";
94+
configure_module_dirname = configure_module_dirname + "\\src";
9595

9696
EXTENSION('solr',
9797
'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.

0 commit comments

Comments
 (0)