Skip to content

Commit

Permalink
clean up comments
Browse files Browse the repository at this point in the history
  • Loading branch information
withinboredom committed Oct 12, 2024
1 parent 7c5cb6a commit 0675a92
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions frankenphp.c
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ static void frankenphp_register_variables(zval *track_vars_array) {
/* https://www.php.net/manual/en/reserved.variables.server.php */

/* In CGI mode, we consider the environment to be a part of the server
* variables
* variables.
*/
struct go_getfullenv_return full_env = go_getfullenv(thread_index);

Expand All @@ -775,8 +775,6 @@ static void frankenphp_register_variables(zval *track_vars_array) {
zend_string_release(key_str);
}

// php_import_environment_variables(track_vars_array);

go_register_variables(thread_index, track_vars_array);
}

Expand Down

0 comments on commit 0675a92

Please sign in to comment.