kalle                                    Mon, 14 Dec 2009 10:56:34 +0000

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

Log:
Add some more removed ini directives

Changed paths:
    U   php/php-src/trunk/main/main.c

Modified: php/php-src/trunk/main/main.c
===================================================================
--- php/php-src/trunk/main/main.c       2009-12-14 10:56:14 UTC (rev 292127)
+++ php/php-src/trunk/main/main.c       2009-12-14 10:56:34 UTC (rev 292128)
@@ -2068,10 +2068,19 @@
        /* NOTE: If you add anything here, remember to add it also in 
Makefile.global! */
        {
                static const char *directives[] = {
+                       "allow_call_time_pass_reference",
                        "define_syslog_variables",
+                       "detect_unicode",
+                       "enable_dl",
+                       "highlight_bg",
                        "register_globals",
                        "register_long_arrays",
                        "safe_mode",
+                       "safe_mode_gid",
+                       "safe_mode_include_dir",
+                       "safe_mode_exec_dir",
+                       "safe_mode_allowed_env_vars",
+                       "safe_mode_protected_env_vars",
                        "magic_quotes_gpc",
                        "magic_quotes_runtime",
                        "magic_quotes_sybase",

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

Reply via email to