Skip to content

Commit c752b74

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Remove some unused variables
2 parents 17bfac6 + 5ba69ab commit c752b74

File tree

3 files changed

+1
-13
lines changed

3 files changed

+1
-13
lines changed

build/Makefile.global

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ PHP_TEST_SHARED_EXTENSIONS = ` \
8080
fi; \
8181
if test "x$(PHP_ZEND_EX)" != "x"; then \
8282
for i in $(PHP_ZEND_EX)""; do \
83-
. $$i; $(top_srcdir)/build/shtool echo -n -- " -d $(ZEND_EXT_TYPE)=$(top_builddir)/modules/$$dlname"; \
83+
. $$i; $(top_srcdir)/build/shtool echo -n -- " -d zend_extension=$(top_builddir)/modules/$$dlname"; \
8484
done; \
8585
fi`
8686
PHP_DEPRECATED_DIRECTIVES_REGEX = '^(magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ ]*='

configure.ac

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -165,9 +165,6 @@ test -z "$CFLAGS" && auto_cflags=1
165165
abs_srcdir=`(cd $srcdir; pwd)`
166166
abs_builddir=`pwd`
167167

168-
php_abs_top_srcdir=$abs_srcdir
169-
php_abs_top_builddir=$abs_builddir
170-
171168
dnl Because `make install` is often performed by the superuser, we create the
172169
dnl libs subdirectory as the user who configures PHP. Otherwise, the current
173170
dnl user will not be able to delete libs or the contents of libs.
@@ -1382,8 +1379,6 @@ PHP_SUBST(EXT_LIBS)
13821379

13831380
PHP_SUBST_OLD(abs_builddir)
13841381
PHP_SUBST_OLD(abs_srcdir)
1385-
PHP_SUBST_OLD(php_abs_top_builddir)
1386-
PHP_SUBST_OLD(php_abs_top_srcdir)
13871382

13881383
PHP_SUBST(bindir)
13891384
PHP_SUBST(sbindir)
@@ -1459,9 +1454,6 @@ if test "$PHP_WERROR" = "yes"; then
14591454
CPPFLAGS="$CPPFLAGS -Werror"
14601455
fi
14611456

1462-
ZEND_EXT_TYPE="zend_extension"
1463-
PHP_SUBST(ZEND_EXT_TYPE)
1464-
14651457
dnl
14661458
dnl Libtool creation.
14671459
dnl

scripts/phpize.m4

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -111,10 +111,6 @@ php_zts_is_enabled
111111
CPPFLAGS=$old_CPPFLAGS
112112
AC_MSG_RESULT([$PHP_THREAD_SAFETY])
113113

114-
dnl Support for building and testing Zend extensions.
115-
ZEND_EXT_TYPE="zend_extension"
116-
PHP_SUBST(ZEND_EXT_TYPE)
117-
118114
dnl Discard optimization flags when debugging is enabled.
119115
if test "$PHP_DEBUG" = "yes"; then
120116
PHP_DEBUG=1

0 commit comments

Comments
 (0)