kalle                                    Wed, 16 Dec 2009 06:08:38 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=292187

Log:
Added newly added removed directives to the makefile

Changed paths:
    U   php/php-src/trunk/Makefile.global

Modified: php/php-src/trunk/Makefile.global
===================================================================
--- php/php-src/trunk/Makefile.global   2009-12-16 02:57:38 UTC (rev 292186)
+++ php/php-src/trunk/Makefile.global   2009-12-16 06:08:38 UTC (rev 292187)
@@ -79,7 +79,7 @@
                        . $$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 \

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to