]> granicus.if.org Git - php/commitdiff
Update the deprecated directives in the MakeFile
authorKalle Sommer Nielsen <kalle@php.net>
Thu, 22 Apr 2010 23:23:10 +0000 (23:23 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Thu, 22 Apr 2010 23:23:10 +0000 (23:23 +0000)
Makefile.global

index 99d6c1c025c7c03296e4281b7659af39a6ce6dba..d577b0df37352778611be7a673bfbeaf10e9a650 100644 (file)
@@ -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 \