summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorKalle Sommer Nielsen <kalle@php.net>2010-04-22 23:23:10 +0000
committerKalle Sommer Nielsen <kalle@php.net>2010-04-22 23:23:10 +0000
commit0cec1e6e1386cab16e628ba3db94ae001580f643 (patch)
tree1c78be859d3f1f9ce41d341bbe6d77e09a77f3de /Makefile.global
parentc05e38e4019103624bb8c68ef6685cf263a76e93 (diff)
downloadphp-git-0cec1e6e1386cab16e628ba3db94ae001580f643.tar.gz
Update the deprecated directives in the MakeFile
Diffstat (limited to 'Makefile.global')
-rw-r--r--Makefile.global2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.global b/Makefile.global
index 99d6c1c025..d577b0df37 100644
--- a/Makefile.global
+++ b/Makefile.global
@@ -79,7 +79,7 @@ PHP_TEST_SHARED_EXTENSIONS = ` \
. $$i; $(top_srcdir)/build/shtool echo -n -- " -d $(ZEND_EXT_TYPE)=$(top_builddir)/modules/$$dlname"; \
done; \
fi`
-PHP_DEPRECATED_DIRECTIVES_REGEX = '^(register_(globals|long_arrays)?|safe_mode|magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ ]*='
+PHP_DEPRECATED_DIRECTIVES_REGEX = '^safe_mode|magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ ]*='
test: all
-@if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \