]> granicus.if.org Git - php/commitdiff
register the new shell escape constants
authorHannes Magnusson <bjori@php.net>
Thu, 10 Nov 2011 18:23:20 +0000 (18:23 +0000)
committerHannes Magnusson <bjori@php.net>
Thu, 10 Nov 2011 18:23:20 +0000 (18:23 +0000)
ext/standard/basic_functions.c

index 5e742003dcc013d3d5889fee5637b32b74cbc5fc..2e3f54d31adf8af5cc2fbac79ad22b9c86dd529e 100644 (file)
@@ -3583,6 +3583,7 @@ PHP_MINIT_FUNCTION(basic) /* {{{ */
 #endif
 
        register_phpinfo_constants(INIT_FUNC_ARGS_PASSTHRU);
+       register_exec_constants(INIT_FUNC_ARGS_PASSTHRU);
        register_html_constants(INIT_FUNC_ARGS_PASSTHRU);
        register_string_constants(INIT_FUNC_ARGS_PASSTHRU);