File tree Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Expand file tree Collapse file tree 3 files changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ PHP_TEST_SHARED_EXTENSIONS = ` \
80
80
fi; \
81
81
if test "x$(PHP_ZEND_EX)" != "x"; then \
82
82
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"; \
84
84
done; \
85
85
fi`
86
86
PHP_DEPRECATED_DIRECTIVES_REGEX = '^(magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ ]*='
Original file line number Diff line number Diff line change @@ -165,9 +165,6 @@ test -z "$CFLAGS" && auto_cflags=1
165
165
abs_srcdir=`(cd $srcdir; pwd)`
166
166
abs_builddir=`pwd`
167
167
168
- php_abs_top_srcdir=$abs_srcdir
169
- php_abs_top_builddir=$abs_builddir
170
-
171
168
dnl Because `make install` is often performed by the superuser, we create the
172
169
dnl libs subdirectory as the user who configures PHP. Otherwise, the current
173
170
dnl user will not be able to delete libs or the contents of libs.
@@ -1382,8 +1379,6 @@ PHP_SUBST(EXT_LIBS)
1382
1379
1383
1380
PHP_SUBST_OLD(abs_builddir)
1384
1381
PHP_SUBST_OLD(abs_srcdir)
1385
- PHP_SUBST_OLD(php_abs_top_builddir)
1386
- PHP_SUBST_OLD(php_abs_top_srcdir)
1387
1382
1388
1383
PHP_SUBST(bindir)
1389
1384
PHP_SUBST(sbindir)
@@ -1459,9 +1454,6 @@ if test "$PHP_WERROR" = "yes"; then
1459
1454
CPPFLAGS="$CPPFLAGS -Werror"
1460
1455
fi
1461
1456
1462
- ZEND_EXT_TYPE="zend_extension"
1463
- PHP_SUBST(ZEND_EXT_TYPE)
1464
-
1465
1457
dnl
1466
1458
dnl Libtool creation.
1467
1459
dnl
Original file line number Diff line number Diff line change @@ -111,10 +111,6 @@ php_zts_is_enabled
111
111
CPPFLAGS=$old_CPPFLAGS
112
112
AC_MSG_RESULT ( [ $PHP_THREAD_SAFETY] )
113
113
114
- dnl Support for building and testing Zend extensions.
115
- ZEND_EXT_TYPE="zend_extension"
116
- PHP_SUBST(ZEND_EXT_TYPE)
117
-
118
114
dnl Discard optimization flags when debugging is enabled.
119
115
if test "$PHP_DEBUG" = "yes"; then
120
116
PHP_DEBUG=1
You can’t perform that action at this time.
0 commit comments