From: Hannes Magnusson Date: Thu, 10 Nov 2011 18:23:20 +0000 (+0000) Subject: register the new shell escape constants X-Git-Tag: php-5.4.0RC2~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2d97e08d7eb114c0d519813a6116ead1d03ae6ce;p=php register the new shell escape constants --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 5e742003dc..2e3f54d31a 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -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);