]> granicus.if.org Git - php/commitdiff
Added newly added removed directives to the makefile
authorKalle Sommer Nielsen <kalle@php.net>
Wed, 16 Dec 2009 06:08:38 +0000 (06:08 +0000)
committerKalle Sommer Nielsen <kalle@php.net>
Wed, 16 Dec 2009 06:08:38 +0000 (06:08 +0000)
Makefile.global

index 4f7d6d9e9b28ca8d0ae3e2db8e4f6b2bb516a95c..d4eb60f3cc283fd84dcf8217139b0da3bfa8ae39 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 = '^(define_syslog_variables|register_(globals|long_arrays)?|safe_mode|magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ ]*='
+PHP_DEPRECATED_DIRECTIVES_REGEX = '^(define_syslog_variables|register_(globals|long_arrays)?|safe_mode|safe_mode_(gid|include_dir|exec_dir|allowed_env_vars|protected_env_vars)?|highlight_bg|enable_dl|detect_unicode|allow_call_time_pass_reference|magic_quotes_(gpc|runtime|sybase)?|(zend_)?extension(_debug)?(_ts)?)[\t\ ]*='
 
 test: all
        -@if test ! -z "$(PHP_EXECUTABLE)" && test -x "$(PHP_EXECUTABLE)"; then \