diff options
author | Rui Hirokawa <hirokawa@php.net> | 2011-11-11 14:58:32 +0000 |
---|---|---|
committer | Rui Hirokawa <hirokawa@php.net> | 2011-11-11 14:58:32 +0000 |
commit | 50b2e02c045b61f99e8c72d54e6bec055aee98e4 (patch) | |
tree | 0b05ea523bcfe90562402ed30897906b6fa3f465 /ext/standard/basic_functions.c | |
parent | 8b6a2d257aaf81d2214199e56227c9d7f8b427ae (diff) | |
download | php-git-50b2e02c045b61f99e8c72d54e6bec055aee98e4.tar.gz |
revert changes to fix bug #60116.
Diffstat (limited to 'ext/standard/basic_functions.c')
-rw-r--r-- | ext/standard/basic_functions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 258aec8573..86f97efedf 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -3615,7 +3615,6 @@ 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); |