summaryrefslogtreecommitdiff
path: root/Makefile.global
diff options
context:
space:
mode:
authorFelipe Pena <felipe@php.net>2010-04-23 19:20:55 +0000
committerFelipe Pena <felipe@php.net>2010-04-23 19:20:55 +0000
commit3d1e73eb829dd4b2475c740b3e7f3e57de46efca (patch)
treea4bc5211dba01477b9267abd7c56e255f9a60a59 /Makefile.global
parent34ba9e39fafa3a980a1b69285f68b0e12ad6b876 (diff)
downloadphp-git-3d1e73eb829dd4b2475c740b3e7f3e57de46efca.tar.gz
- Fix regexp
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 d577b0df37..10a3c5690c 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 = '^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 \